Home
last modified time | relevance | path

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

/base/hiviewdfx/hilog_lite/frameworks/mini/
Dhiview_output_log.c554 static int UIntAppendStr(char* str, uint32 num, char end) in UIntAppendStr() function
586 int32 len = UIntAppendStr(&desStrPtr[outLen], (uint32)logContentPtr->commonContent.fmt, ' '); in LogValuesFmtHash()