Home
last modified time | relevance | path

Searched defs:mqtt_handle (Results 1 – 25 of 53) sorted by relevance

123

/AliOS-Things-master/components/linksdk/core/
A Daiot_mqtt_api.c21 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 Dapp_message.c138 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 Dsubdev_basic_demo.c178 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 Dmodule_mqtt_client.c165 void *mqtt_handle = NULL; in mqtt_client_start() local
281 void *mqtt_handle = NULL; in mqtt_client_stop() local
A Dmodule_mqtt.h53 void *mqtt_handle; member
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/network/mqtt/
A Dmodule_mqtt_client.c144 void *mqtt_handle = NULL; in mqtt_client_start() local
250 void *mqtt_handle = NULL; in mqtt_client_stop() local
A Dmodule_mqtt.h53 void *mqtt_handle; member
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/network/mqtt/
A Dmodule_mqtt_client.c180 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 Dmodule_aiot_activeinfo.c18 int32_t pyamp_amp_app_devinfo_report(void *mqtt_handle) in pyamp_amp_app_devinfo_report()
A Dmodule_aiot_mqtt.c251 void *mqtt_handle = NULL; in pyamp_aiot_mqtt_client_start() local
396 void *mqtt_handle = NULL; in pyamp_aiot_mqtt_client_stop() local
A Dmodule_aiot_ntp.c127 int32_t hapy_aiot_amp_ntp_service(void *mqtt_handle, mp_obj_t cb) in hapy_aiot_amp_ntp_service()
A Dmodule_aiot.h154 void *mqtt_handle; member
163 void *mqtt_handle; member
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/advanced/aiot/
A Dmodule_aiot_activeinfo.c18 int32_t amp_app_devinfo_report(void *mqtt_handle) in amp_app_devinfo_report()
A Dmodule_aiot_mqtt.c210 void *mqtt_handle = NULL; in aiot_mqtt_client_start() local
337 void *mqtt_handle = NULL; in aiot_mqtt_client_stop() local
A Dmodule_aiot.h144 void *mqtt_handle; member
153 void *mqtt_handle; member
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/advanced/aiot/
A Dmodule_aiot_activeinfo.c43 int32_t amp_app_devinfo_report(void *mqtt_handle) in amp_app_devinfo_report()
A Dmodule_aiot_mqtt.c231 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 Dshadow_private.h26 void *mqtt_handle; member
/AliOS-Things-master/components/linksdk/components/devinfo/
A Ddevinfo_private.h25 void *mqtt_handle; member
/AliOS-Things-master/components/linksdk/components/logpost/
A Dlogpost_private.h26 void *mqtt_handle; member
/AliOS-Things-master/components/linksdk/components/ntp/
A Dntp_private.h26 void *mqtt_handle; member
/AliOS-Things-master/components/uagent/src/
A Duagent_comm_mqtt.c126 core_mqtt_handle_t *mqtt_handle = mqtt_client; in check_connect() local
/AliOS-Things-master/components/linksdk/components/subdev/
A Dsubdev_private.h30 void *mqtt_handle; member
/AliOS-Things-master/components/linksdk/components/data-model/
A Ddm_private.h51 void *mqtt_handle; member
/AliOS-Things-master/components/linksdk/components/ota/
A Daiot_ota_api.c345 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()

Completed in 34 milliseconds

123