Home
last modified time | relevance | path

Searched refs:handle_event (Results 1 – 13 of 13) sorted by relevance

/AliOS-Things-master/components/linkkit/mqtt/
A Dmqtt_api.c296 mqtt_params.handle_event.h_fp = NULL; in IOT_MQTT_Construct()
297 mqtt_params.handle_event.pcontext = 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()
392 if (pInitParams->handle_event.pcontext != NULL) { in IOT_MQTT_Construct()
393 mqtt_params.handle_event.pcontext = in IOT_MQTT_Construct()
394 pInitParams->handle_event.pcontext; 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()
199 pClient->handle_event.pcontext = pInitParams->handle_event.pcontext; in iotx_mc_init()
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()
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()
1839 pClient->handle_event.h_fp(pClient->handle_event.pcontext, pClient, in iotx_mc_reconnect_callback()
1846 if (NULL != pClient->handle_event.h_fp) { in iotx_mc_disconnect_callback()
[all …]
A Diotx_mqtt_client.h157 iotx_mqtt_event_handle_t handle_event; /* event handle */ member
/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()
48 mqtt_param->handle_event.pcontext = NULL; in iotx_cm_open_mqtt()
51 _mqtt_conncection->event_handler = params->handle_event; in iotx_cm_open_mqtt()
A Diotx_cm.h113 iotx_cm_event_handle_cb handle_event; /* Specify MQTT event handle */ member
A Diotx_cm_coap.c113 _coap_conncection->event_handler = params->handle_event; in iotx_cm_open_coap()
/AliOS-Things-master/components/linkkit/include/linkkit/
A Dmqtt_api.h163 iotx_mqtt_event_handle_t handle_event; /* Specify MQTT event handle */ member
/AliOS-Things-master/components/linkkit/dev_model/alcs/
A Diotx_alcs.h58 iotx_alcs_event_handle_t *handle_event; member
A Dalcs_adapter.c358 memcpy(adapter->alcs_event_handle, param->handle_event, in iotx_alcs_adapter_init()
/AliOS-Things-master/components/linkkit/dev_model/client/
A Ddm_client_adapter.c28 cm_param.handle_event = dm_client_event_handle; in dm_client_open()
/AliOS-Things-master/components/linkkit/dev_model/server/
A Ddm_server_adapter.c82 alcs_param.handle_event = &event_handle; in dm_server_open()
/AliOS-Things-master/components/ble_host/bt_host/host/
A Dhci_api.c108 static inline void handle_event(u8_t event, struct net_buf *buf, in handle_event() function
1749 handle_event(hdr->evt, buf, prio_events, ARRAY_SIZE(prio_events)); in bt_recv_prio()
A Dhci_core.c200 void handle_event(u8_t event, struct net_buf *buf, in handle_event() function
5720 handle_event(evt->subevent, buf, meta_events, ARRAY_SIZE(meta_events)); in hci_le_meta_event()
5803 handle_event(hdr->evt, buf, normal_events, ARRAY_SIZE(normal_events)); in hci_event()
7173 handle_event(hdr->evt, buf, prio_events, ARRAY_SIZE(prio_events)); in bt_recv_prio()

Completed in 41 milliseconds