Searched refs:core_mqtt_option_t (Results 1 – 10 of 10) sorted by relevance
/AliOS-Things-master/components/linksdk/core/utils/ |
A D | core_mqtt.h | 391 } core_mqtt_option_t; typedef 393 int32_t core_mqtt_setopt(void *handle, core_mqtt_option_t option, void *data);
|
/AliOS-Things-master/components/linksdk/components/ntp/ |
A D | aiot_ntp_api.c | 146 static int32_t _ntp_core_mqtt_operate_process_handler(ntp_handle_t *ntp_handle, core_mqtt_option_t … in _ntp_core_mqtt_operate_process_handler()
|
/AliOS-Things-master/components/linksdk/components/shadow/ |
A D | aiot_shadow_api.c | 212 …shadow_core_mqtt_operate_process_handler(shadow_handle_t *shadow_handle, core_mqtt_option_t option) in _shadow_core_mqtt_operate_process_handler()
|
/AliOS-Things-master/components/linksdk/components/devinfo/ |
A D | aiot_devinfo_api.c | 231 …info_core_mqtt_operate_process_handler(devinfo_handle_t *devinfo_handle, core_mqtt_option_t option) in _devinfo_core_mqtt_operate_process_handler()
|
/AliOS-Things-master/components/linksdk/components/bootstrap/ |
A D | aiot_bootstrap_api.c | 298 …_core_mqtt_operate_process_handler(bootstrap_handle_t *bootstrap_handle, core_mqtt_option_t option) in _bootstrap_core_mqtt_operate_process_handler()
|
/AliOS-Things-master/components/linksdk/components/task/ |
A D | aiot_task_api.c | 528 …32_t _task_core_mqtt_operate_process_handler(task_handle_t *task_handle, core_mqtt_option_t option) in _task_core_mqtt_operate_process_handler()
|
/AliOS-Things-master/components/linksdk/components/diag/ |
A D | aiot_diag_api.c | 273 …32_t _diag_core_mqtt_operate_process_handler(diag_handle_t *diag_handle, core_mqtt_option_t option) in _diag_core_mqtt_operate_process_handler()
|
/AliOS-Things-master/components/linksdk/components/data-model/ |
A D | aiot_dm_api.c | 707 static int32_t _dm_core_mqtt_operate_process_handler(dm_handle_t *dm_handle, core_mqtt_option_t opt… in _dm_core_mqtt_operate_process_handler()
|
/AliOS-Things-master/components/linksdk/components/ota/ |
A D | aiot_ota_api.c | 54 static int32_t _ota_core_mqtt_operate_process_handler(ota_handle_t *ota_handle, core_mqtt_option_t … in _ota_core_mqtt_operate_process_handler()
|
/AliOS-Things-master/components/linksdk/core/ |
A D | aiot_mqtt_api.c | 2304 int32_t core_mqtt_setopt(void *handle, core_mqtt_option_t option, void *data) in core_mqtt_setopt()
|
Completed in 23 milliseconds