Searched refs:log_content (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/linkkit/wifi_provision/dev_bind/ |
A D | awss_bind_statis.c | 27 char *log_content = NULL; in awss_bind_report_statis() local 33 log_content = awss_zalloc(AWSS_STATIS_DB_BUF_LEN + 1); in awss_bind_report_statis() 34 if (log_content == NULL) { in awss_bind_report_statis() 60 HAL_Snprintf(log_content, AWSS_STATIS_DB_BUF_LEN, AWSS_STATIS_FMT, in awss_bind_report_statis() 68 METHOD_LOG_POST, log_content, 0, log_buf, in awss_bind_report_statis() 83 HAL_Free(log_content); in awss_bind_report_statis() 88 if (log_content) { in awss_bind_report_statis() 89 HAL_Free(log_content); in awss_bind_report_statis()
|
/AliOS-Things-master/components/linkkit/wifi_provision/frameworks/statics/ |
A D | awss_statis.c | 78 char *log_content = NULL; in awss_report_statis() local 84 log_content = awss_zalloc(AWSS_STATIS_BUF_LEN + 1); in awss_report_statis() 85 if (log_content == NULL) in awss_report_statis() 146 HAL_Snprintf(log_content, AWSS_STATIS_BUF_LEN, AWSS_STATIS_FMT, in awss_report_statis() 154 METHOD_LOG_POST, log_content, 0, log_buf, in awss_report_statis() 168 HAL_Free(log_content); in awss_report_statis() 173 if (log_content) in awss_report_statis() 174 HAL_Free(log_content); in awss_report_statis()
|
Completed in 4 milliseconds