/AliOS-Things-master/components/linksdk/core/ |
A D | aiot_mqtt_api.c | 21 static int32_t _core_mqtt_5_feature_is_enabled(core_mqtt_handle_t *mqtt_handle) in _core_mqtt_5_feature_is_enabled() 85 static void _core_mqtt_exec_inc(core_mqtt_handle_t *mqtt_handle) in _core_mqtt_exec_inc() 92 static void _core_mqtt_exec_dec(core_mqtt_handle_t *mqtt_handle) in _core_mqtt_exec_dec() 99 static void _core_mqtt_sign_clean(core_mqtt_handle_t *mqtt_handle) in _core_mqtt_sign_clean() 1575 static int32_t _core_mqtt_repub(core_mqtt_handle_t *mqtt_handle) in _core_mqtt_repub() 2121 void _core_mqtt_flow_control_inc(core_mqtt_handle_t *mqtt_handle) in _core_mqtt_flow_control_inc() 2307 core_mqtt_handle_t *mqtt_handle = (core_mqtt_handle_t *)handle; in core_mqtt_setopt() local 2342 core_mqtt_handle_t *mqtt_handle = NULL; in aiot_mqtt_init() local 2400 core_mqtt_handle_t *mqtt_handle = (core_mqtt_handle_t *)handle; in aiot_mqtt_setopt() local 2581 core_mqtt_handle_t *mqtt_handle = NULL; in aiot_mqtt_deinit() local [all …]
|
/AliOS-Things-master/components/py_engine/external/app_mgr/ |
A D | app_message.c | 138 static int32_t topic_subscribe(void *mqtt_handle, const char *fmt, void *callback) in topic_subscribe() 204 int32_t pyamp_internal_service_subscribe(void *mqtt_handle) in pyamp_internal_service_subscribe() 227 int32_t pyamp_internal_service_publish(void *mqtt_handle) in pyamp_internal_service_publish() 323 int32_t pyamp_ntp_service(void *mqtt_handle) in pyamp_ntp_service() 393 int32_t pyamp_location_service(void *mqtt_handle) in pyamp_location_service() 459 int32_t pyamp_devinfo_report_service(void *mqtt_handle) in pyamp_devinfo_report_service()
|
/AliOS-Things-master/solutions/linksdk_gateway_demo/ |
A D | subdev_basic_demo.c | 178 void *mqtt_handle = NULL; in demo_mqtt_start() local 268 void *mqtt_handle = NULL; in demo_mqtt_stop() local 327 void *mqtt_handle = NULL, *subdev_handle = NULL; in demo_main() local
|
/AliOS-Things-master/components/py_engine/modules/mqtt/ |
A D | module_mqtt_client.c | 165 void *mqtt_handle = NULL; in mqtt_client_start() local 281 void *mqtt_handle = NULL; in mqtt_client_stop() local
|
A D | module_mqtt.h | 53 void *mqtt_handle; member
|
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/network/mqtt/ |
A D | module_mqtt_client.c | 144 void *mqtt_handle = NULL; in mqtt_client_start() local 250 void *mqtt_handle = NULL; in mqtt_client_stop() local
|
A D | module_mqtt.h | 53 void *mqtt_handle; member
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/network/mqtt/ |
A D | module_mqtt_client.c | 180 void *mqtt_handle = NULL; in mqtt_client_start() local 283 void *mqtt_handle = NULL; in mqtt_client_stop() local
|
/AliOS-Things-master/components/py_engine/modules/aliyunIoT/ |
A D | module_aiot_activeinfo.c | 18 int32_t pyamp_amp_app_devinfo_report(void *mqtt_handle) in pyamp_amp_app_devinfo_report()
|
A D | module_aiot_mqtt.c | 251 void *mqtt_handle = NULL; in pyamp_aiot_mqtt_client_start() local 396 void *mqtt_handle = NULL; in pyamp_aiot_mqtt_client_stop() local
|
A D | module_aiot_ntp.c | 127 int32_t hapy_aiot_amp_ntp_service(void *mqtt_handle, mp_obj_t cb) in hapy_aiot_amp_ntp_service()
|
A D | module_aiot.h | 154 void *mqtt_handle; member 163 void *mqtt_handle; member
|
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/advanced/aiot/ |
A D | module_aiot_activeinfo.c | 18 int32_t amp_app_devinfo_report(void *mqtt_handle) in amp_app_devinfo_report()
|
A D | module_aiot_mqtt.c | 210 void *mqtt_handle = NULL; in aiot_mqtt_client_start() local 337 void *mqtt_handle = NULL; in aiot_mqtt_client_stop() local
|
A D | module_aiot.h | 144 void *mqtt_handle; member 153 void *mqtt_handle; member
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/advanced/aiot/ |
A D | module_aiot_activeinfo.c | 43 int32_t amp_app_devinfo_report(void *mqtt_handle) in amp_app_devinfo_report()
|
A D | module_aiot_mqtt.c | 231 void *mqtt_handle = NULL; in aiot_mqtt_client_start() local 356 void *mqtt_handle = NULL; in aiot_mqtt_client_stop() local
|
/AliOS-Things-master/components/linksdk/components/shadow/ |
A D | shadow_private.h | 26 void *mqtt_handle; member
|
/AliOS-Things-master/components/linksdk/components/devinfo/ |
A D | devinfo_private.h | 25 void *mqtt_handle; member
|
/AliOS-Things-master/components/linksdk/components/logpost/ |
A D | logpost_private.h | 26 void *mqtt_handle; member
|
/AliOS-Things-master/components/linksdk/components/ntp/ |
A D | ntp_private.h | 26 void *mqtt_handle; member
|
/AliOS-Things-master/components/uagent/src/ |
A D | uagent_comm_mqtt.c | 126 core_mqtt_handle_t *mqtt_handle = mqtt_client; in check_connect() local
|
/AliOS-Things-master/components/linksdk/components/subdev/ |
A D | subdev_private.h | 30 void *mqtt_handle; member
|
/AliOS-Things-master/components/linksdk/components/data-model/ |
A D | dm_private.h | 51 void *mqtt_handle; member
|
/AliOS-Things-master/components/linksdk/components/ota/ |
A D | aiot_ota_api.c | 345 core_mqtt_handle_t *mqtt_handle = ota_handle->mqtt_handle; in aiot_ota_report_version() local 390 core_mqtt_handle_t *mqtt_handle = ota_handle->mqtt_handle; in aiot_ota_report_version_ext() local 1081 core_mqtt_handle_t *mqtt_handle = (core_mqtt_handle_t *)handle; in _ota_publish_base() local 1149 static int32_t _ota_subscribe(void *mqtt_handle, void *ota_handle) in _ota_subscribe()
|