Searched refs:handle_event (Results 1 – 13 of 13) sorted by relevance
/AliOS-Things-master/components/linkkit/mqtt/ |
A D | mqtt_api.c | 296 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 D | iotx_mqtt_client.c | 198 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 D | iotx_mqtt_client.h | 157 iotx_mqtt_event_handle_t handle_event; /* event handle */ member
|
/AliOS-Things-master/components/linkkit/dev_model/ |
A D | iotx_cm_mqtt.c | 47 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 D | iotx_cm.h | 113 iotx_cm_event_handle_cb handle_event; /* Specify MQTT event handle */ member
|
A D | iotx_cm_coap.c | 113 _coap_conncection->event_handler = params->handle_event; in iotx_cm_open_coap()
|
/AliOS-Things-master/components/linkkit/include/linkkit/ |
A D | mqtt_api.h | 163 iotx_mqtt_event_handle_t handle_event; /* Specify MQTT event handle */ member
|
/AliOS-Things-master/components/linkkit/dev_model/alcs/ |
A D | iotx_alcs.h | 58 iotx_alcs_event_handle_t *handle_event; member
|
A D | alcs_adapter.c | 358 memcpy(adapter->alcs_event_handle, param->handle_event, in iotx_alcs_adapter_init()
|
/AliOS-Things-master/components/linkkit/dev_model/client/ |
A D | dm_client_adapter.c | 28 cm_param.handle_event = dm_client_event_handle; in dm_client_open()
|
/AliOS-Things-master/components/linkkit/dev_model/server/ |
A D | dm_server_adapter.c | 82 alcs_param.handle_event = &event_handle; in dm_server_open()
|
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | hci_api.c | 108 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 D | hci_core.c | 200 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