Home
last modified time | relevance | path

Searched refs:iotx_cm_data_handle_cb (Results 1 – 11 of 11) sorted by relevance

/AliOS-Things-master/components/linkkit/dev_model/
A Diotx_cm.h94 typedef void (*iotx_cm_data_handle_cb)(int fd, const char *topic, typedef
98 typedef void (*iotx_cm_data_handle_cb)(int fd, const char *topic, typedef
125 iotx_cm_data_handle_cb ack_cb;
133 iotx_cm_data_handle_cb topic_handle_func, void *pcontext);
A Diotx_cm_mqtt.c12 iotx_cm_data_handle_cb topic_handle_func, void *pcontext);
193 iotx_cm_data_handle_cb topic_handle_func = in iotx_cloud_conn_mqtt_event_handle()
194 (iotx_cm_data_handle_cb)pcontext; in iotx_cloud_conn_mqtt_event_handle()
324 iotx_cm_data_handle_cb topic_handle_func, void *pcontext) in _mqtt_sub()
A Diotx_cm_coap.h15 iotx_cm_data_handle_cb responce_cb;
A Diotx_cm_mqtt.h16 iotx_cm_data_handle_cb sub_recieve_cb;
A Diotx_cm_coap.c62 iotx_cm_data_handle_cb topic_handle_func, void *pcontext);
263 iotx_cm_data_handle_cb recieve_cb = node->responce_cb; in _coap_response_default()
361 iotx_cm_data_handle_cb topic_handle_func, void *pcontext) in _coap_sub()
A Diotx_cm_internal.h67 iotx_cm_data_handle_cb topic_handle_func,
A Diotx_cm.c155 iotx_cm_data_handle_cb topic_handle_func, void *pcontext) in iotx_cm_sub()
A Ddm_message.h75 iotx_cm_data_handle_cb callback;
/AliOS-Things-master/components/linkkit/dev_model/client/
A Ddm_client_adapter.h13 int dm_client_subscribe(char *uri, iotx_cm_data_handle_cb callback,
17 iotx_cm_data_handle_cb callback);
A Ddm_client_adapter.c62 int dm_client_subscribe(char *uri, iotx_cm_data_handle_cb callback, in dm_client_subscribe()
109 iotx_cm_data_handle_cb callback) in dm_client_publish()
A Ddm_client.c82 static int _dm_client_subscribe_filter(char *uri, iotx_cm_data_handle_cb cb) in _dm_client_subscribe_filter()
123 uri, (iotx_cm_data_handle_cb)g_dm_client_uri_map[0].callback); in dm_client_subscribe_all()
157 uri, (iotx_cm_data_handle_cb)g_dm_client_uri_map[index].callback, in dm_client_subscribe_all()
175 (iotx_cm_data_handle_cb)g_dm_client_uri_map[index].callback, in dm_client_subscribe_all()

Completed in 10 milliseconds