Searched refs:topic_src (Results 1 – 6 of 6) sorted by relevance
/AliOS-Things-master/components/linksdk/components/ntp/ |
A D | aiot_ntp_api.c | 106 …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 D | aiot_task_api.c | 215 …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 D | aiot_bootstrap_api.c | 173 …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 D | aiot_devinfo_api.c | 176 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 D | aiot_diag_api.c | 146 …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 D | aiot_subdev_api.c | 273 …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