Home
last modified time | relevance | path

Searched refs:aiot_mqtt_recv_t (Results 1 – 25 of 25) sorted by relevance

/AliOS-Things-master/components/linksdk/components/data-model/
A Daiot_dm_api.c24 static void _dm_recv_generic_reply_handler(void *handle, const aiot_mqtt_recv_t *msg, void *userdat…
25 static void _dm_recv_property_set_handler(void *handle, const aiot_mqtt_recv_t *msg, void *userdata…
26 static void _dm_recv_async_service_invoke_handler(void *handle, const aiot_mqtt_recv_t *msg, void *…
27 static void _dm_recv_sync_service_invoke_handler(void *handle, const aiot_mqtt_recv_t *msg, void *u…
28 static void _dm_recv_raw_data_handler(void *handle, const aiot_mqtt_recv_t *msg, void *userdata);
29 static void _dm_recv_raw_sync_service_invoke_handler(void *handle, const aiot_mqtt_recv_t *msg, voi…
30 static void _dm_recv_up_raw_reply_data_handler(void *handle, const aiot_mqtt_recv_t *msg, void *use…
424 static void _dm_recv_generic_reply_handler(void *handle, const aiot_mqtt_recv_t *msg, void *userdat… in _dm_recv_generic_reply_handler()
480 static void _dm_recv_property_set_handler(void *handle, const aiot_mqtt_recv_t *msg, void *userdata) in _dm_recv_property_set_handler()
598 static void _dm_recv_raw_data_handler(void *handle, const aiot_mqtt_recv_t *msg, void *userdata) in _dm_recv_raw_data_handler()
[all …]
/AliOS-Things-master/components/uagent/src/
A Duagent_comm_mqtt.c23 static void uagent_up_reply_handler(void *handle, const aiot_mqtt_recv_t *packet, void *userdata) in uagent_up_reply_handler()
28 static void uagent_handler(void *handle, const aiot_mqtt_recv_t *packet, void *userdata) in uagent_handler()
/AliOS-Things-master/components/linksdk/components/subdev/
A Daiot_subdev_api.c35 static void _subdev_topo_generic_reply_recv_handler(void *handle, const aiot_mqtt_recv_t *packet, v… in _subdev_topo_generic_reply_recv_handler()
128 static void _subdev_topo_generic_notify_recv_handler(void *handle, const aiot_mqtt_recv_t *packet, … in _subdev_topo_generic_notify_recv_handler()
197 static void _subdev_topo_add_reply_recv_handler(void *handle, const aiot_mqtt_recv_t *packet, void … in _subdev_topo_add_reply_recv_handler()
202 static void _subdev_topo_delete_reply_recv_handler(void *handle, const aiot_mqtt_recv_t *packet, vo… in _subdev_topo_delete_reply_recv_handler()
207 static void _subdev_topo_get_reply_recv_handler(void *handle, const aiot_mqtt_recv_t *packet, void … in _subdev_topo_get_reply_recv_handler()
212 static void _subdev_batch_login_reply_recv_handler(void *handle, const aiot_mqtt_recv_t *packet, vo… in _subdev_batch_login_reply_recv_handler()
217 static void _subdev_batch_logout_reply_recv_handler(void *handle, const aiot_mqtt_recv_t *packet, v… in _subdev_batch_logout_reply_recv_handler()
222 static void _subdev_sub_register_reply_recv_handler(void *handle, const aiot_mqtt_recv_t *packet, v… in _subdev_sub_register_reply_recv_handler()
227 static void _subdev_product_register_reply_recv_handler(void *handle, const aiot_mqtt_recv_t *packe… in _subdev_product_register_reply_recv_handler()
232 static void _subdev_topo_change_recv_handler(void *handle, const aiot_mqtt_recv_t *packet, void *us… in _subdev_topo_change_recv_handler()
/AliOS-Things-master/components/linksdk/core/
A Daiot_mqtt_api.h264 } aiot_mqtt_recv_t; typedef
275 typedef void (*aiot_mqtt_recv_handler_t)(void *handle, const aiot_mqtt_recv_t *packet, void *userda…
A Daiot_mqtt_api.c997 aiot_mqtt_recv_t packet = {0}; in _core_mqtt_connack_handle()
1799 aiot_mqtt_recv_t packet; in _core_mqtt_pingresp_handler()
1812 memset(&packet, 0, sizeof(aiot_mqtt_recv_t)); in _core_mqtt_pingresp_handler()
1998 aiot_mqtt_recv_t packet; in _core_mqtt_pub_handler()
2014 memset(&packet, 0, sizeof(aiot_mqtt_recv_t)); in _core_mqtt_pub_handler()
2134 aiot_mqtt_recv_t packet; in _core_mqtt_puback_handler()
2149 memset(&packet, 0, sizeof(aiot_mqtt_recv_t)); in _core_mqtt_puback_handler()
2171 aiot_mqtt_recv_t packet; in _core_mqtt_server_disconnect_handler()
2182 memset(&packet, 0, sizeof(aiot_mqtt_recv_t)); in _core_mqtt_server_disconnect_handler()
2212 aiot_mqtt_recv_t packet; in _core_mqtt_subunsuback_handler()
[all …]
/AliOS-Things-master/components/linksdk/components/task/
A Daiot_task_api.c17 static void _task_recv_notify_handler(void *handle, const aiot_mqtt_recv_t *msg, void *userdata);
18 static void _task_recv_get_reply_handler(void *handle, const aiot_mqtt_recv_t *msg, void *userdata);
19 static void _task_recv_update_reply_handler(void *handle, const aiot_mqtt_recv_t *msg, void *userda…
257 static void _task_recv_notify_handler(void *handle, const aiot_mqtt_recv_t *msg, void *userdata) in _task_recv_notify_handler()
366 static void _task_recv_get_reply_handler(void *handle, const aiot_mqtt_recv_t *msg, void *userdata) in _task_recv_get_reply_handler()
451 static void _task_recv_update_reply_handler(void *handle, const aiot_mqtt_recv_t *msg, void *userda… in _task_recv_update_reply_handler()
/AliOS-Things-master/components/ota/ota_agent/transport/
A Dota_transport_mqtt.c227 aiot_mqtt_recv_t *mqtt_msg = (aiot_mqtt_recv_t *)msg; in ota_mqtt_sub_cb()
/AliOS-Things-master/components/py_engine/modules/mqtt/
A Dmodule_mqtt_client.c63 void mqtt_recv_handler(void *handle, const aiot_mqtt_recv_t *packet, in mqtt_recv_handler()
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/network/mqtt/
A Dmodule_mqtt_client.c62 void mqtt_recv_handler(void *handle, const aiot_mqtt_recv_t *packet, void *userdata) in mqtt_recv_handler()
/AliOS-Things-master/components/py_engine/external/app_mgr/
A Dapp_message.c108 void pyamp_putfile_message_handler(void *handle, const aiot_mqtt_recv_t *packet, void *userdata) in pyamp_putfile_message_handler()
123 void pyamp_verify_message_handler(void *handle, const aiot_mqtt_recv_t *packet, void *userdata) in pyamp_verify_message_handler()
/AliOS-Things-master/solutions/linksdk_gateway_demo/
A Dsubdev_basic_demo.c108 void demo_mqtt_default_recv_handler(void *handle, const aiot_mqtt_recv_t *packet, void *userdata) in demo_mqtt_default_recv_handler()
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/network/mqtt/
A Dmodule_mqtt_client.c79 void mqtt_recv_handler(void *handle, const aiot_mqtt_recv_t *packet, void *userdata) in mqtt_recv_handler()
/AliOS-Things-master/solutions/ota_demo/
A Dotaappdemo.c219 void demo_mqtt_default_recv_handler(void *handle, const aiot_mqtt_recv_t *packet, void *userdata) in demo_mqtt_default_recv_handler()
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/advanced/aiot/
A Dmodule_aiot_mqtt.c84 void aiot_app_mqtt_recv_handler(void *handle, const aiot_mqtt_recv_t *packet, void *userdata) in aiot_app_mqtt_recv_handler()
/AliOS-Things-master/components/py_engine/modules/aliyunIoT/
A Dmodule_aiot_mqtt.c86 const aiot_mqtt_recv_t *packet, in pyamp_aiot_app_mqtt_recv_handler()
A Dmodule_aiot_gateway.c129 static void subcribe_cb(void *handle, const aiot_mqtt_recv_t *packet, void *userdata) in subcribe_cb()
A Dmodule_aiot_device.c116 static void subcribe_cb(void *handle, const aiot_mqtt_recv_t *packet, void *userdata) in subcribe_cb()
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/advanced/aiot/
A Dmodule_aiot_mqtt.c90 void aiot_app_mqtt_recv_handler(void *handle, const aiot_mqtt_recv_t *packet, void *userdata) in aiot_app_mqtt_recv_handler()
/AliOS-Things-master/components/linksdk/components/ntp/
A Daiot_ntp_api.c32 static void _ntp_recv_handler(void *handle, const aiot_mqtt_recv_t *packet, void *userdata) in _ntp_recv_handler()
/AliOS-Things-master/components/linksdk/components/shadow/
A Daiot_shadow_api.c79 static void _shadow_recv_message_handler(void *handle, const aiot_mqtt_recv_t *msg, void *userdata) in _shadow_recv_message_handler()
/AliOS-Things-master/components/linksdk/components/logpost/
A Daiot_logpost_api.c28 static void _logpost_config_data_handler(void *handle, const aiot_mqtt_recv_t *msg, void *userdata) in _logpost_config_data_handler()
/AliOS-Things-master/components/linksdk/components/devinfo/
A Daiot_devinfo_api.c75 static void _devinfo_mqtt_recv_handler(void *handle, const aiot_mqtt_recv_t *packet, void *userdata) in _devinfo_mqtt_recv_handler()
/AliOS-Things-master/components/linksdk/components/dynreg-mqtt/
A Daiot_dynregmq_api.c29 static void _dynregmq_recv_handler(void *handle, const aiot_mqtt_recv_t *packet, void *userdata) in _dynregmq_recv_handler()
/AliOS-Things-master/components/linksdk/components/ota/
A Daiot_ota_api.c22 static void _ota_mqtt_process(void *handle, const aiot_mqtt_recv_t *const packet, void *userdata…
650 void _ota_mqtt_process(void *handle, const aiot_mqtt_recv_t *const packet, void *userdata) in _ota_mqtt_process()
/AliOS-Things-master/components/linksdk/components/bootstrap/
A Daiot_bootstrap_api.c194 static void _bootstrap_recv_handler(void *handle, const aiot_mqtt_recv_t *packet, void *userdata) in _bootstrap_recv_handler()

Completed in 59 milliseconds