Home
last modified time | relevance | path

Searched refs:LogContentFmt (Results 1 - 2 of 2) sorted by relevance

/base/hiviewdfx/hilog_lite/frameworks/mini/
H A Dhiview_output_log.h60 int32 LogContentFmt(char *outStr, int32 outStrLen, const uint8 *pLogContent);
H A Dhiview_output_log.c164 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