Searched refs:statis_topic (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/linkkit/wifi_provision/dev_bind/ |
A D | awss_bind_statis.c | 26 char statis_topic[TOPIC_LEN_MAX] = { 0 }; in awss_bind_report_statis() local 42 if (awss_build_topic(TOPIC_POST_STATIS, statis_topic, TOPIC_LEN_MAX) == in awss_bind_report_statis() 73 ret = awss_cmp_mqtt_send(statis_topic, log_buf, strlen(log_buf), 0); in awss_bind_report_statis()
|
/AliOS-Things-master/components/linkkit/wifi_provision/frameworks/statics/ |
A D | awss_statis.c | 77 char statis_topic[TOPIC_LEN_MAX] = { 0 }; in awss_report_statis() local 91 if (awss_build_topic(TOPIC_POST_STATIS, statis_topic, TOPIC_LEN_MAX) == in awss_report_statis() 159 ret = awss_cmp_mqtt_send(statis_topic, log_buf, strlen(log_buf), 0); in awss_report_statis()
|
Completed in 4 milliseconds