Home
last modified time | relevance | path

Searched refs:iotx_cm_ext_params_t (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/linkkit/dev_model/
A Diotx_cm.h127 } iotx_cm_ext_params_t; typedef
132 int iotx_cm_sub(int fd, iotx_cm_ext_params_t *ext, const char *topic,
135 int iotx_cm_pub(int fd, iotx_cm_ext_params_t *ext, const char *topic,
A Diotx_cm_internal.h66 typedef int (*iotx_cm_sub_fp)(iotx_cm_ext_params_t *params, const char *topic,
70 typedef int (*iotx_cm_pub_fp)(iotx_cm_ext_params_t *params, const char *topic,
A Diotx_cm_mqtt.c9 static int _mqtt_publish(iotx_cm_ext_params_t *params, const char *topic,
11 static int _mqtt_sub(iotx_cm_ext_params_t *params, const char *topic,
298 static int _mqtt_publish(iotx_cm_ext_params_t *ext, const char *topic, in _mqtt_publish()
323 static int _mqtt_sub(iotx_cm_ext_params_t *ext, const char *topic, in _mqtt_sub()
A Diotx_cm_coap.c59 static int _coap_publish(iotx_cm_ext_params_t *params, const char *topic,
61 static int _coap_sub(iotx_cm_ext_params_t *params, const char *topic,
289 static int _coap_publish(iotx_cm_ext_params_t *ext, const char *topic, in _coap_publish()
360 static int _coap_sub(iotx_cm_ext_params_t *ext, const char *topic, in _coap_sub()
A Diotx_cm.c154 int iotx_cm_sub(int fd, iotx_cm_ext_params_t *ext, const char *topic, in iotx_cm_sub()
185 int iotx_cm_pub(int fd, iotx_cm_ext_params_t *ext, const char *topic, in iotx_cm_pub()
/AliOS-Things-master/components/linkkit/dev_model/client/
A Ddm_client_adapter.c68 iotx_cm_ext_params_t sub_params; in dm_client_subscribe()
70 memset(&sub_params, 0, sizeof(iotx_cm_ext_params_t)); in dm_client_subscribe()
114 iotx_cm_ext_params_t pub_param; in dm_client_publish()
116 memset(&pub_param, 0, sizeof(iotx_cm_ext_params_t)); in dm_client_publish()

Completed in 7 milliseconds