/AliOS-Things-master/components/linkkit/dev_model/ |
A D | iotx_cm_mqtt.c | 51 _mqtt_conncection->event_handler = params->handle_event; in iotx_cm_open_mqtt() 86 if (_mqtt_conncection->event_handler) { in iotx_cloud_conn_mqtt_event_handle() 101 if (_mqtt_conncection->event_handler) { in iotx_cloud_conn_mqtt_event_handle() 114 if (_mqtt_conncection->event_handler) { in iotx_cloud_conn_mqtt_event_handle() 128 if (_mqtt_conncection->event_handler) { in iotx_cloud_conn_mqtt_event_handle() 141 if (_mqtt_conncection->event_handler) { in iotx_cloud_conn_mqtt_event_handle() 155 if (_mqtt_conncection->event_handler) { in iotx_cloud_conn_mqtt_event_handle() 168 if (_mqtt_conncection->event_handler) { in iotx_cloud_conn_mqtt_event_handle() 182 if (_mqtt_conncection->event_handler) { in iotx_cloud_conn_mqtt_event_handle() 278 if (_mqtt_conncection->event_handler) { in _mqtt_connect() [all …]
|
A D | iotx_cm_coap.c | 113 _coap_conncection->event_handler = params->handle_event; in iotx_cm_open_coap() 201 if (_coap_conncection->event_handler) { in _coap_connect() 202 _coap_conncection->event_handler(_coap_conncection->fd, &event, in _coap_connect() 214 if (_coap_conncection->event_handler) { in _coap_connect() 215 _coap_conncection->event_handler(_coap_conncection->fd, &event, in _coap_connect()
|
A D | iotx_cm_internal.h | 86 iotx_cm_event_handle_cb event_handler; member
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/mbed/targets/hal/rtl8721d/ |
A D | us_ticker_api.c | 20 static ticker_event_handler event_handler; variable 27 event_handler = handler; in us_ticker_set_handler() 46 if (event_handler != NULL) { in us_ticker_irq_handler() 47 event_handler(p->id); // NOTE: the handler can set new events in us_ticker_irq_handler()
|
/AliOS-Things-master/components/linksdk/components/devinfo/ |
A D | aiot_devinfo_api.c | 90 if (devinfo_handle->event_handler != NULL) { in _devinfo_mqtt_recv_handler() 93 devinfo_handle->event_handler(devinfo_handle, &event, devinfo_handle->userdata); in _devinfo_mqtt_recv_handler() 124 if (devinfo_handle->event_handler != NULL) { in _devinfo_mqtt_recv_handler() 127 devinfo_handle->event_handler(devinfo_handle, &event, devinfo_handle->userdata); in _devinfo_mqtt_recv_handler() 131 if (devinfo_handle->event_handler != NULL) { in _devinfo_mqtt_recv_handler() 134 devinfo_handle->event_handler(devinfo_handle, &event, devinfo_handle->userdata); in _devinfo_mqtt_recv_handler() 311 devinfo_handle->event_handler = (aiot_devinfo_event_handler_t)data; in aiot_devinfo_setopt()
|
A D | devinfo_private.h | 27 aiot_devinfo_event_handler_t event_handler; /* 组件内部运行状态变更时, 通知用户的回调 */ member
|
/AliOS-Things-master/components/linksdk/components/ntp/ |
A D | aiot_ntp_api.c | 76 if (ntp_handle->event_handler != NULL) { in _ntp_recv_handler() 81 ntp_handle->event_handler(ntp_handle, &event, ntp_handle->userdata); in _ntp_recv_handler() 85 if (ntp_handle->event_handler != NULL) { in _ntp_recv_handler() 90 ntp_handle->event_handler(ntp_handle, &event, ntp_handle->userdata); in _ntp_recv_handler() 223 ntp_handle->event_handler = (aiot_ntp_event_handler_t)data; in aiot_ntp_setopt()
|
A D | ntp_private.h | 32 aiot_ntp_event_handler_t event_handler; member
|
/AliOS-Things-master/components/linksdk/components/subdev/ |
A D | aiot_subdev_api.c | 58 if (subdev_handle->event_handler != NULL) { in _subdev_topo_generic_reply_recv_handler() 59 subdev_handle->event_handler(subdev_handle, &event, subdev_handle->userdata); in _subdev_topo_generic_reply_recv_handler() 69 if (subdev_handle->event_handler != NULL) { in _subdev_topo_generic_reply_recv_handler() 70 subdev_handle->event_handler(subdev_handle, &event, subdev_handle->userdata); in _subdev_topo_generic_reply_recv_handler() 80 if (subdev_handle->event_handler != NULL) { in _subdev_topo_generic_reply_recv_handler() 81 subdev_handle->event_handler(subdev_handle, &event, subdev_handle->userdata); in _subdev_topo_generic_reply_recv_handler() 149 if (subdev_handle->event_handler != NULL) { in _subdev_topo_generic_notify_recv_handler() 150 subdev_handle->event_handler(subdev_handle, &event, subdev_handle->userdata); in _subdev_topo_generic_notify_recv_handler() 160 if (subdev_handle->event_handler != NULL) { in _subdev_topo_generic_notify_recv_handler() 161 subdev_handle->event_handler(subdev_handle, &event, subdev_handle->userdata); in _subdev_topo_generic_notify_recv_handler() [all …]
|
A D | subdev_private.h | 32 aiot_subdev_event_handler_t event_handler; /* 组件内部运行状态变更时, 通知用户的回调 */ member
|
/AliOS-Things-master/components/linksdk/components/logpost/ |
A D | logpost_private.h | 30 aiot_logpost_event_handler_t event_handler; member
|
A D | aiot_logpost_api.c | 55 if (logpost_handle->event_handler != NULL) { in _logpost_config_data_handler() 57 logpost_handle->event_handler(logpost_handle, &event, logpost_handle->userdata); in _logpost_config_data_handler() 318 logpost_handle->event_handler = (aiot_logpost_event_handler_t)data; in aiot_logpost_setopt()
|
/AliOS-Things-master/components/linksdk/components/bootstrap/ |
A D | bootstrap_private.h | 39 aiot_bootstrap_event_handler_t event_handler; member
|
A D | aiot_bootstrap_api.c | 227 if (bootstrap_handle->event_handler != NULL) { in _bootstrap_recv_handler() 232 … bootstrap_handle->event_handler(bootstrap_handle, &event, bootstrap_handle->userdata); in _bootstrap_recv_handler() 236 if (bootstrap_handle->event_handler != NULL) { in _bootstrap_recv_handler() 241 … bootstrap_handle->event_handler(bootstrap_handle, &event, bootstrap_handle->userdata); in _bootstrap_recv_handler() 430 bootstrap_handle->event_handler = (aiot_bootstrap_event_handler_t)data; in aiot_bootstrap_setopt()
|
/AliOS-Things-master/components/linksdk/core/utils/ |
A D | core_http.h | 62 aiot_http_event_handler_t event_handler; member
|
A D | core_mqtt.h | 260 aiot_mqtt_event_handler_t event_handler; member
|
A D | core_http.c | 262 http_handle->event_handler = (aiot_http_event_handler_t)data; in core_http_setopt()
|
/AliOS-Things-master/components/linksdk/components/diag/ |
A D | diag_private.h | 98 aiot_diag_event_handler_t event_handler; /* 组件内部运行状态变更时, 通知用户的回调 */ member
|
A D | aiot_diag_api.c | 130 if ((diag_handle->event_handler != NULL) && (diag_handle->local_report_enabled == 1)) { in _diag_desc_list_send() 139 diag_handle->event_handler(diag_handle, &event, diag_handle->userdata); in _diag_desc_list_send() 645 diag_handle->event_handler = (aiot_diag_event_handler_t)data; in aiot_diag_setopt()
|
/AliOS-Things-master/components/SDL2/src/audio/nas/ |
A D | SDL_nasaudio.c | 261 event_handler(AuServer * aud, AuEvent * ev, AuEventHandlerRec * hnd) in event_handler() function 401 this->hidden->flow, event_handler, in NAS_OpenDevice()
|
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | hci_core.h | 295 struct event_handler { struct
|
A D | hci_api.c | 109 const struct event_handler *handlers, in handle_event() 115 const struct event_handler *handler = &handlers[i]; in handle_event() 1722 static const struct event_handler prio_events[] = {
|
/AliOS-Things-master/components/linksdk/core/ |
A D | aiot_http_api.c | 121 if (http_handle->event_handler != NULL) { in _core_aiot_http_token_expired_event() 125 http_handle->event_handler(http_handle, &event, http_handle->userdata); in _core_aiot_http_token_expired_event()
|
A D | aiot_mqtt_api.c | 43 if (mqtt_handle->event_handler) { in _core_mqtt_event_notify() 44 mqtt_handle->event_handler((void *)mqtt_handle, &event, mqtt_handle->userdata); in _core_mqtt_event_notify() 75 if (mqtt_handle->event_handler) { in _core_mqtt_disconnect_event_notify() 76 mqtt_handle->event_handler((void *)mqtt_handle, &event, mqtt_handle->userdata); in _core_mqtt_disconnect_event_notify() 2530 mqtt_handle->event_handler = (aiot_mqtt_event_handler_t)data; in aiot_mqtt_setopt()
|
/AliOS-Things-master/components/py_engine/modules/network/ |
A D | modnetwork.c | 180 static wifi_result_t event_handler(void *ctx, system_event_t *event) in event_handler() function
|