Searched refs:LogContentFmt (Results 1 - 2 of 2) sorted by relevance
/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
|
Completed in 2 milliseconds