Home
last modified time | relevance | path

Searched refs:LogCommonFmt (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/mini/
H A Dhiview_output_log.c82 static int32 LogCommonFmt(char *outStr, int32 outStrlen, const HiLogCommon *commonContentPtr);
371 len = LogCommonFmt(outStr, outStrLen, &(logContentPtr->commonContent)); in LogContentFmt()
398 static int32 LogCommonFmt(char *outStr, int32 outStrLen, const HiLogCommon *commonContentPtr) in LogCommonFmt() function