Searched refs:h_fp (Results 1 – 7 of 7) sorted by relevance
296 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()
198 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 …]
136 iotx_mqtt_event_handle_func_fpt h_fp; member
44 iotx_alcs_event_handle_func_fpt h_fp; member
148 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()
79 event_handle.h_fp = dm_server_alcs_event_handler; in dm_server_open()
47 mqtt_param->handle_event.h_fp = iotx_cloud_conn_mqtt_event_handle; in iotx_cm_open_mqtt()
Completed in 15 milliseconds