Home
last modified time | relevance | path

Searched refs:topic_fmt (Results 1 – 8 of 8) sorted by relevance

/AliOS-Things-master/components/linkkit/wifi_provision/dev_bind/
A Dawss_info.c86 const char *topic_fmt = NULL; in process_get_device_info() local
107 topic_fmt = is_mcast ? TOPIC_AWSS_GETDEVICEINFO_MCAST in process_get_device_info()
110 topic_fmt = is_mcast ? TOPIC_AWSS_GET_CONNECTAP_INFO_MCAST in process_get_device_info()
126 awss_build_topic(topic_fmt, topic, TOPIC_LEN_MAX); in process_get_device_info()
A Dawss_packet.c164 const char *awss_build_topic(const char *topic_fmt, char *topic, uint32_t tlen) in awss_build_topic() argument
168 if (topic == NULL || topic_fmt == NULL || tlen == 0) { in awss_build_topic()
175 HAL_Snprintf(topic, tlen - 1, topic_fmt, pk, dev_name); in awss_build_topic()
A Dawss_packet.h73 const char *awss_build_topic(const char *topic_fmt, char *topic, uint32_t tlen);
/AliOS-Things-master/components/linksdk/components/ntp/
A Daiot_ntp_api.c107 char *topic_fmt = NTP_RESPONSE_TOPIC_FMT; 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()
309 char *topic_fmt = NTP_REQUEST_TOPIC_FMT; 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/bootstrap/
A Daiot_bootstrap_api.c172 char *topic = NULL, *topic_fmt = BOOTSTRAP_NOTIFY_REPLY_TOPIC_FMT; 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()
259 char *topic_fmt = BOOTSTRAP_NOTIFY_TOPIC_FMT; 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.c172 …vinfo_handle, char *product_key, char *device_name, aiot_devinfo_msg_data_t *data, char *topic_fmt) in _devinfo_send() argument
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.c145 char *topic = NULL, *topic_fmt = DIAG_REPORT_TOPIC_FMT; 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.c269 static int32_t _subdev_send_message(subdev_handle_t *subdev_handle, char *topic_fmt, cJSON *root) in _subdev_send_message() argument
275 …res = core_sprintf(subdev_handle->sysdep, &topic, topic_fmt, topic_src, sizeof(topic_src)/sizeof(c… in _subdev_send_message()

Completed in 11 milliseconds