Searched refs:log_buf (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/linkkit/wifi_provision/dev_bind/ |
A D | awss_bind_statis.c | 29 char *log_buf = NULL; in awss_bind_report_statis() local 37 log_buf = awss_zalloc(log_buf_len + 1); in awss_bind_report_statis() 38 if (log_buf == NULL) { in awss_bind_report_statis() 56 len += HAL_Snprintf(log_buf + len, log_buf_len - len, elem_fmt, in awss_bind_report_statis() 63 awss_statis_db_trace_id, log_buf); in awss_bind_report_statis() 68 METHOD_LOG_POST, log_content, 0, log_buf, in awss_bind_report_statis() 71 awss_debug("%s\n", log_buf); in awss_bind_report_statis() 73 ret = awss_cmp_mqtt_send(statis_topic, log_buf, strlen(log_buf), 0); in awss_bind_report_statis() 82 HAL_Free(log_buf); in awss_bind_report_statis() 91 if (log_buf) { in awss_bind_report_statis() [all …]
|
/AliOS-Things-master/components/linkkit/wifi_provision/frameworks/statics/ |
A D | awss_statis.c | 80 char *log_buf = NULL; in awss_report_statis() local 87 log_buf = awss_zalloc(log_buf_len + 1); in awss_report_statis() 88 if (log_buf == NULL) in awss_report_statis() 144 log_buf[len - 1] = '\0'; /* remove end of ',' */ in awss_report_statis() 149 log_buf); in awss_report_statis() 154 METHOD_LOG_POST, log_content, 0, log_buf, in awss_report_statis() 157 awss_debug("%s\n", log_buf); in awss_report_statis() 159 ret = awss_cmp_mqtt_send(statis_topic, log_buf, strlen(log_buf), 0); in awss_report_statis() 167 HAL_Free(log_buf); in awss_report_statis() 175 if (log_buf) in awss_report_statis() [all …]
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/common/src/ |
A D | bt_uart_bridge.c | 14 extern char log_buf[LOG_SERVICE_BUFLEN]; 230 memset(log_buf,'\0',LOG_SERVICE_BUFLEN); in _bt_uart_bridge_irq() 231 strncpy(log_buf,close_cmd_buf,strlen(close_cmd_buf)); in _bt_uart_bridge_irq() 310 memset(log_buf,'\0',LOG_SERVICE_BUFLEN); in _bt_uart_bridge_irq() 311 strncpy(log_buf,close_cmd_buf,strlen(close_cmd_buf)); in _bt_uart_bridge_irq()
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/app/monitor/ram/ |
A D | shell_ram.c | 34 extern char log_buf[LOG_SERVICE_BUFLEN]; 128 _strncpy(log_buf, (const char*)&(*pUartLogBuf).UARTLogBuf[0], LOG_SERVICE_BUFLEN-1); in shell_task_ram()
|
Completed in 6 milliseconds