Searched refs:LogContentFmt (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/mini/ |
H A D | hiview_output_log.h | 60 int32 LogContentFmt(char *outStr, int32 outStrLen, const uint8 *pLogContent);
|
H A D | hiview_output_log.c | 164 if (LogContentFmt(tempOutStr, sizeof(tempOutStr), data) > 0) { in OutputLog() 227 len = LogContentFmt(tempOutStr, sizeof(tempOutStr), (uint8 *)&logContent); in OutputLogRealtime() 259 len = LogContentFmt(tempOutStr, sizeof(tempOutStr), (uint8 *)&logContent); in OutputLog2TextFile() 366 int32 LogContentFmt(char *outStr, int32 outStrLen, const uint8 *pLogContent) in LogContentFmt() function
|
/ohos5.0/docs/zh-cn/device-dev/porting/ |
H A D | porting-stm32f407-on-minisystem-eth.md | 1076 if (LogContentFmt(tempOutStr, sizeof(tempOutStr), hilogContent) > 0) {
|
H A D | porting-bes2600w-on-minisystem-display-demo.md | 1160 if (LogContentFmt(tempOutStr, sizeof(tempOutStr), hilogContent) > 0) {
|
/ohos5.0/docs/en/device-dev/porting/ |
H A D | porting-stm32f407-on-minisystem-eth.md | 1074 if (LogContentFmt(tempOutStr, sizeof(tempOutStr), hilogContent) > 0) {
|
H A D | porting-bes2600w-on-minisystem-display-demo.md | 1159 if (LogContentFmt(tempOutStr, sizeof(tempOutStr), hilogContent) > 0) {
|