/AliOS-Things-master/components/linksdk/core/ |
A D | aiot_mqtt_api.h | 324 } aiot_mqtt_event_t; typedef 334 typedef void (*aiot_mqtt_event_handler_t)(void *handle, const aiot_mqtt_event_t *event, void *userd…
|
A D | aiot_mqtt_api.c | 26 … _core_mqtt_event_notify_process_handler(core_mqtt_handle_t *mqtt_handle, aiot_mqtt_event_t *event, in _core_mqtt_event_notify_process_handler() 39 aiot_mqtt_event_t event; in _core_mqtt_event_notify() 40 memset(&event, 0, sizeof(aiot_mqtt_event_t)); in _core_mqtt_event_notify() 67 aiot_mqtt_event_t event; in _core_mqtt_disconnect_event_notify() 71 memset(&event, 0, sizeof(aiot_mqtt_event_t)); in _core_mqtt_disconnect_event_notify() 1677 aiot_mqtt_event_t event; in _core_mqtt_append_process_data() 1679 memset(&event, 0, sizeof(aiot_mqtt_event_t)); in _core_mqtt_append_process_data()
|
/AliOS-Things-master/components/py_engine/modules/mqtt/ |
A D | module_mqtt_client.c | 111 void mqtt_event_handler(void *handle, const aiot_mqtt_event_t *event, in mqtt_event_handler()
|
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/network/mqtt/ |
A D | module_mqtt_client.c | 98 void mqtt_event_handler(void *handle, const aiot_mqtt_event_t *event, void *userdata) in mqtt_event_handler()
|
/AliOS-Things-master/solutions/rfid_demo/ |
A D | rfid_demo.c | 51 void demo_mqtt_event_handler(void *handle, const aiot_mqtt_event_t *event, void *userdata) in demo_mqtt_event_handler()
|
/AliOS-Things-master/components/linksdk/core/utils/ |
A D | core_mqtt.h | 183 typedef void (*core_mqtt_process_handler_t)(void *context, aiot_mqtt_event_t *event, core_mqtt_even…
|
/AliOS-Things-master/solutions/flower_demo/ |
A D | data_model_basic_demo.c | 52 void demo_mqtt_event_handler(void *handle, const aiot_mqtt_event_t *event, void *userdata) in demo_mqtt_event_handler()
|
/AliOS-Things-master/solutions/linksdk_demo/ |
A D | data_model_basic_demo.c | 49 void demo_mqtt_event_handler(void *handle, const aiot_mqtt_event_t *event, void *userdata) in demo_mqtt_event_handler()
|
/AliOS-Things-master/solutions/linksdk_gateway_demo/ |
A D | subdev_basic_demo.c | 75 void demo_mqtt_event_handler(void *handle, const aiot_mqtt_event_t *event, void *userdata) in demo_mqtt_event_handler()
|
/AliOS-Things-master/solutions/ucloud_ai_demo/ |
A D | linkkit_event.c | 57 void linkkit_mqtt_event_handler(void *handle, const aiot_mqtt_event_t *event, void *userdata) in linkkit_mqtt_event_handler()
|
/AliOS-Things-master/solutions/auto_demo/ |
A D | data_model_basic_demo.c | 52 void demo_mqtt_event_handler(void *handle, const aiot_mqtt_event_t *event, void *userdata) in demo_mqtt_event_handler()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/network/mqtt/ |
A D | module_mqtt_client.c | 132 void mqtt_event_handler(void *handle, const aiot_mqtt_event_t *event, void *userdata) in mqtt_event_handler()
|
/AliOS-Things-master/solutions/ota_demo/ |
A D | otaappdemo.c | 185 void demo_mqtt_event_handler(void *handle, const aiot_mqtt_event_t *event, void *userdata) in demo_mqtt_event_handler()
|
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/advanced/aiot/ |
A D | module_aiot_mqtt.c | 137 void aiot_app_mqtt_event_handler(void *handle, const aiot_mqtt_event_t *event, void *userdata) in aiot_app_mqtt_event_handler()
|
/AliOS-Things-master/components/py_engine/modules/aliyunIoT/ |
A D | module_aiot_mqtt.c | 154 const aiot_mqtt_event_t *event, in pyamp_aiot_app_mqtt_event_handler()
|
A D | modlinkkit.c | 104 void demo_mqtt_event_handler(void *handle, const aiot_mqtt_event_t *event, in demo_mqtt_event_handler()
|
/AliOS-Things-master/solutions/audio_demo/ |
A D | data_model_basic_demo.c | 55 void demo_mqtt_event_handler(void *handle, const aiot_mqtt_event_t *event, void *userdata) in demo_mqtt_event_handler()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/advanced/aiot/ |
A D | module_aiot_mqtt.c | 158 void aiot_app_mqtt_event_handler(void *handle, const aiot_mqtt_event_t *event, void *userdata) in aiot_app_mqtt_event_handler()
|
/AliOS-Things-master/components/linksdk/components/ntp/ |
A D | aiot_ntp_api.c | 127 static void _ntp_core_mqtt_process_handler(void *context, aiot_mqtt_event_t *event, core_mqtt_event… in _ntp_core_mqtt_process_handler()
|
/AliOS-Things-master/components/linksdk/components/shadow/ |
A D | aiot_shadow_api.c | 193 static void _shadow_core_mqtt_process_handler(void *context, aiot_mqtt_event_t *event, core_mqtt_ev… in _shadow_core_mqtt_process_handler()
|
/AliOS-Things-master/components/linksdk/components/logpost/ |
A D | aiot_logpost_api.c | 212 void _logpost_process_handler(void *context, aiot_mqtt_event_t *event, core_mqtt_event_t *core_even… in _logpost_process_handler()
|
/AliOS-Things-master/components/linksdk/components/devinfo/ |
A D | aiot_devinfo_api.c | 212 static void _devinfo_core_mqtt_process_handler(void *context, aiot_mqtt_event_t *event, core_mqtt_e… in _devinfo_core_mqtt_process_handler()
|
/AliOS-Things-master/components/ble_netconfig/ |
A D | blecfg_linksdk.c | 304 void BleCfg_mqtt_event_handler(void *handle, const aiot_mqtt_event_t *event, void *userdata) in BleCfg_mqtt_event_handler()
|
/AliOS-Things-master/components/linksdk/components/bootstrap/ |
A D | aiot_bootstrap_api.c | 279 static void _bootstrap_core_mqtt_process_handler(void *context, aiot_mqtt_event_t *event, core_mqtt… in _bootstrap_core_mqtt_process_handler()
|
/AliOS-Things-master/components/linksdk/components/task/ |
A D | aiot_task_api.c | 509 static void _task_core_mqtt_process_handler(void *context, aiot_mqtt_event_t *event, core_mqtt_even… in _task_core_mqtt_process_handler()
|