Searched refs:topic_fmt (Results 1 – 8 of 8) sorted by relevance
/AliOS-Things-master/components/linkkit/wifi_provision/dev_bind/ |
A D | awss_info.c | 86 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 D | awss_packet.c | 164 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 D | awss_packet.h | 73 const char *awss_build_topic(const char *topic_fmt, char *topic, uint32_t tlen);
|
/AliOS-Things-master/components/linksdk/components/ntp/ |
A D | aiot_ntp_api.c | 107 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 D | aiot_bootstrap_api.c | 172 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 D | aiot_devinfo_api.c | 172 …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 D | aiot_diag_api.c | 145 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 D | aiot_subdev_api.c | 269 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