Home
last modified time | relevance | path

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

/base/update/updateservice/foundations/ability/log/src/
H A Dupdate_log.cpp61 PrintLog(subModuleTag, logContent.BuildWithFmtAndArgs(PUBLIC_FMT_LABEL, splitLogPair.first)); // log前缀不做打印控制 in PrintLongLog()
63 PrintLog(subModuleTag, logContent.BuildWithFmtAndArgs(PUBLIC_FMT_LABEL, splitLogPair.second)); // log后缀不做打印控制 in PrintLongLog()
121 if (FindSubStrCount(log, PUBLIC_FMT_LABEL) == COUNT_ONE) { in GetFmtLabel()
122 return PUBLIC_FMT_LABEL; in GetFmtLabel()
/base/update/updateservice/foundations/ability/log/include/
H A Dupdate_log.h29 const std::string PUBLIC_FMT_LABEL = "%{public}s"; member
102 if (fmtlabel == PUBLIC_FMT_LABEL) { \

Completed in 1 milliseconds