Home
last modified time | relevance | path

Searched refs:h_fp (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/linkkit/mqtt/
A Dmqtt_api.c296 mqtt_params.handle_event.h_fp = NULL; in IOT_MQTT_Construct()
388 if (pInitParams->handle_event.h_fp != NULL) { in IOT_MQTT_Construct()
389 mqtt_params.handle_event.h_fp = pInitParams->handle_event.h_fp; in IOT_MQTT_Construct()
/AliOS-Things-master/components/linkkit/mqtt/impl/
A Diotx_mqtt_client.c198 pClient->handle_event.h_fp = pInitParams->handle_event.h_fp; in iotx_mc_init()
520 handle->h_fp(handle->pcontext, c, msg); in _handle_event()
604 if (NULL != c->handle_event.h_fp) { in iotx_mc_read_packet()
1051 if (NULL != c->handle_event.h_fp) { in iotx_mc_handle_recv_PUBACK()
1151 if (NULL != c->handle_event.h_fp) { in iotx_mc_handle_recv_SUBACK()
1271 if (NULL != node->handle.h_fp) { in iotx_mc_deliver_message()
1307 if (NULL != c->handle_event.h_fp) { in iotx_mc_deliver_message()
1498 if (NULL != c->handle_event.h_fp) { in iotx_mc_handle_recv_UNSUBACK()
1834 if (NULL != pClient->handle_event.h_fp) { in iotx_mc_reconnect_callback()
1972 if (messageHandlers1->handle.h_fp != messageHandler2->handle.h_fp) { in iotx_mc_check_handle_is_identical()
[all …]
/AliOS-Things-master/components/linkkit/include/linkkit/
A Dmqtt_api.h136 iotx_mqtt_event_handle_func_fpt h_fp; member
/AliOS-Things-master/components/linkkit/dev_model/alcs/
A Diotx_alcs.h44 iotx_alcs_event_handle_func_fpt h_fp; member
A Dalcs_adapter.c148 adapter->alcs_event_handle->h_fp( in iotx_alcs_coap_adapter_send_msg_handle()
183 adapter->alcs_event_handle->h_fp( in iotx_alcs_coap_adapter_send_msg_handle()
/AliOS-Things-master/components/linkkit/dev_model/server/
A Ddm_server_adapter.c79 event_handle.h_fp = dm_server_alcs_event_handler; in dm_server_open()
/AliOS-Things-master/components/linkkit/dev_model/
A Diotx_cm_mqtt.c47 mqtt_param->handle_event.h_fp = iotx_cloud_conn_mqtt_event_handle; in iotx_cm_open_mqtt()

Completed in 15 milliseconds