Searched refs:tempOutStr (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/mini/ |
H A D | hiview_output_log.c | 163 char tempOutStr[LOG_FMT_MAX_LEN] = {0}; in OutputLog() local 164 if (LogContentFmt(tempOutStr, sizeof(tempOutStr), data) > 0) { in OutputLog() 165 HIVIEW_UartPrint(tempOutStr); in OutputLog() 212 char tempOutStr[LOG_FMT_MAX_LEN] = {0}; in OutputLogRealtime() local 227 len = LogContentFmt(tempOutStr, sizeof(tempOutStr), (uint8 *)&logContent); in OutputLogRealtime() 231 HIVIEW_UartPrint(tempOutStr); in OutputLogRealtime() 240 char tempOutStr[LOG_FMT_MAX_LEN] = {0}; in OutputLog2TextFile() local 259 len = LogContentFmt(tempOutStr, sizeof(tempOutStr), (uint8 *)&logContent); in OutputLog2TextFile() 260 if (len > 0 && tempOutStr[len - 1] == '\0') { in OutputLog2TextFile() 273 if (len > 0 && WriteToFile(&g_logFile, (uint8 *)tempOutStr, len) != len) { in OutputLog2TextFile()
|
/ohos5.0/docs/zh-cn/device-dev/porting/ |
H A D | porting-stm32f407-on-minisystem-eth.md | 1074 char tempOutStr[LOG_FMT_MAX_LEN]; 1075 tempOutStr[0] = 0,tempOutStr[1] = 0; 1076 if (LogContentFmt(tempOutStr, sizeof(tempOutStr), hilogContent) > 0) { 1077 printf(tempOutStr);
|
H A D | porting-bes2600w-on-minisystem-display-demo.md | 1159 char tempOutStr[LOG_FMT_MAX_LEN] = {0}; 1160 if (LogContentFmt(tempOutStr, sizeof(tempOutStr), hilogContent) > 0) { 1161 printf(tempOutStr);
|
/ohos5.0/docs/en/device-dev/porting/ |
H A D | porting-stm32f407-on-minisystem-eth.md | 1072 char tempOutStr[LOG_FMT_MAX_LEN]; 1073 tempOutStr[0] = 0,tempOutStr[1] = 0; 1074 if (LogContentFmt(tempOutStr, sizeof(tempOutStr), hilogContent) > 0) { 1075 printf(tempOutStr);
|
H A D | porting-bes2600w-on-minisystem-display-demo.md | 1158 char tempOutStr[LOG_FMT_MAX_LEN] = {0}; 1159 if (LogContentFmt(tempOutStr, sizeof(tempOutStr), hilogContent) > 0) { 1160 printf(tempOutStr);
|