Searched refs:AIOT_MQTTOPT_REMOVE_TOPIC_MAP (Results 1 – 10 of 10) sorted by relevance
/AliOS-Things-master/components/linksdk/core/ |
A D | aiot_mqtt_api.h | 668 AIOT_MQTTOPT_REMOVE_TOPIC_MAP, enumerator
|
A D | aiot_mqtt_api.c | 2539 case AIOT_MQTTOPT_REMOVE_TOPIC_MAP: { in aiot_mqtt_setopt()
|
/AliOS-Things-master/components/linksdk/components/logpost/ |
A D | aiot_logpost_api.c | 451 aiot_mqtt_setopt(logpost_handle->mqtt_handle, AIOT_MQTTOPT_REMOVE_TOPIC_MAP, &topic_mapping); in aiot_logpost_deinit() 453 aiot_mqtt_setopt(logpost_handle->mqtt_handle, AIOT_MQTTOPT_REMOVE_TOPIC_MAP, &topic_mapping); in aiot_logpost_deinit()
|
/AliOS-Things-master/components/linksdk/components/ntp/ |
A D | aiot_ntp_api.c | 264 _ntp_operate_topic_map(ntp_handle, AIOT_MQTTOPT_REMOVE_TOPIC_MAP); in aiot_ntp_deinit()
|
/AliOS-Things-master/components/linksdk/components/shadow/ |
A D | aiot_shadow_api.c | 433 aiot_mqtt_setopt(shadow_handle->mqtt_handle, AIOT_MQTTOPT_REMOVE_TOPIC_MAP, &topic_mapping); in aiot_shadow_deinit()
|
/AliOS-Things-master/components/linksdk/components/devinfo/ |
A D | aiot_devinfo_api.c | 351 _devinfo_operate_topic_map(devinfo_handle, AIOT_MQTTOPT_REMOVE_TOPIC_MAP); in aiot_devinfo_deinit()
|
/AliOS-Things-master/components/linksdk/components/bootstrap/ |
A D | aiot_bootstrap_api.c | 477 _bootstrap_operate_topic_map(bootstrap_handle, AIOT_MQTTOPT_REMOVE_TOPIC_MAP); in aiot_bootstrap_deinit()
|
/AliOS-Things-master/components/linksdk/components/task/ |
A D | aiot_task_api.c | 756 aiot_mqtt_setopt(task_handle->mqtt_handle, AIOT_MQTTOPT_REMOVE_TOPIC_MAP, &topic_mapping); in aiot_task_deinit()
|
/AliOS-Things-master/components/linksdk/components/data-model/ |
A D | aiot_dm_api.c | 835 aiot_mqtt_setopt(dm_handle->mqtt_handle, AIOT_MQTTOPT_REMOVE_TOPIC_MAP, &topic_mapping); in aiot_dm_deinit()
|
/AliOS-Things-master/components/linksdk/components/ota/ |
A D | aiot_ota_api.c | 102 …res = aiot_mqtt_setopt(ota_handle->mqtt_handle, AIOT_MQTTOPT_REMOVE_TOPIC_MAP, (void *)&topic_map); in aiot_ota_deinit()
|
Completed in 30 milliseconds