Home
last modified time | relevance | path

Searched refs:topic_src (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/linksdk/components/ntp/
A Daiot_ntp_api.c106 …char *topic_src[] = { core_mqtt_get_product_key(ntp_handle->mqtt_handle), core_mqtt_get_device_nam… in _ntp_operate_topic_map() local
111 …res = core_sprintf(ntp_handle->sysdep, &topic, topic_fmt, topic_src, sizeof(topic_src) / sizeof(ch… in _ntp_operate_topic_map()
308 …char *topic_src[] = { core_mqtt_get_product_key(ntp_handle->mqtt_handle), core_mqtt_get_device_nam… in aiot_ntp_send_request() local
314 …res = core_sprintf(ntp_handle->sysdep, &topic, topic_fmt, topic_src, sizeof(topic_src) / sizeof(ch… in aiot_ntp_send_request()
/AliOS-Things-master/components/linksdk/components/task/
A Daiot_task_api.c215 …char *topic_src[] = { core_mqtt_get_product_key(task_handle->mqtt_handle), core_mqtt_get_device_na… in _task_send_notify_reply() local
216 res = core_sprintf(task_handle->sysdep, &topic, TASK_NOTIFY_REPLY_TOPIC_FMT, topic_src, in _task_send_notify_reply()
217 sizeof(topic_src) / sizeof(char *), in _task_send_notify_reply()
563 …char *topic_src[] = { core_mqtt_get_product_key(task_handle->mqtt_handle), core_mqtt_get_device_na… in _task_send_query_task() local
564 res = core_sprintf(task_handle->sysdep, &topic, TASK_QUERY_TASK_TOPIC_FMT, topic_src, in _task_send_query_task()
565 sizeof(topic_src) / sizeof(char *), in _task_send_query_task()
634 …char *topic_src[] = { core_mqtt_get_product_key(task_handle->mqtt_handle), core_mqtt_get_device_na… in aiot_task_update() local
635 res = core_sprintf(task_handle->sysdep, &topic, TASK_UPDATE_TASK_TOPIC_FMT, topic_src, in aiot_task_update()
636 sizeof(topic_src) / sizeof(char *), in aiot_task_update()
/AliOS-Things-master/components/linksdk/components/bootstrap/
A Daiot_bootstrap_api.c173 …char *topic_src[] = { core_mqtt_get_product_key(bootstrap_handle->mqtt_handle), core_mqtt_get_devi… in _bootstrap_alink_reply() local
177 …res = core_sprintf(bootstrap_handle->sysdep, &topic, topic_fmt, topic_src, sizeof(topic_src)/sizeo… in _bootstrap_alink_reply()
258 …char *topic_src[] = { core_mqtt_get_product_key(bootstrap_handle->mqtt_handle), core_mqtt_get_devi… in _bootstrap_operate_topic_map() local
263 …res = core_sprintf(bootstrap_handle->sysdep, &topic, topic_fmt, topic_src, sizeof(topic_src) / siz… in _bootstrap_operate_topic_map()
/AliOS-Things-master/components/linksdk/components/devinfo/
A Daiot_devinfo_api.c176 char *topic_src[] = { product_key, device_name }; in _devinfo_send() local
190 …res = core_sprintf(devinfo_handle->sysdep, &topic, topic_fmt, topic_src, sizeof(topic_src)/sizeof(… in _devinfo_send()
/AliOS-Things-master/components/linksdk/components/diag/
A Daiot_diag_api.c146 …char *topic_src[] = { core_mqtt_get_product_key(diag_handle->mqtt_handle), core_mqtt_get_device_na… in _diag_desc_list_send() local
152 …res = core_sprintf(diag_handle->sysdep, &topic, topic_fmt, topic_src, sizeof(topic_src)/sizeof(cha… in _diag_desc_list_send()
/AliOS-Things-master/components/linksdk/components/subdev/
A Daiot_subdev_api.c273 …char *topic_src[] = { core_mqtt_get_product_key(subdev_handle->mqtt_handle), core_mqtt_get_device_… in _subdev_send_message() local
275 …res = core_sprintf(subdev_handle->sysdep, &topic, topic_fmt, topic_src, sizeof(topic_src)/sizeof(c… in _subdev_send_message()

Completed in 12 milliseconds