Home
last modified time | relevance | path

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

/ohos5.0/base/update/updateservice/foundations/ability/log/src/
H A Dupdate_log.cpp61 …PrintLog(subModuleTag, logContent.BuildWithFmtAndArgs(PUBLIC_FMT_LABEL, splitLogPair.first)); … in PrintLongLog()
63 …PrintLog(subModuleTag, logContent.BuildWithFmtAndArgs(PUBLIC_FMT_LABEL, splitLogPair.second)); … in PrintLongLog()
121 if (FindSubStrCount(log, PUBLIC_FMT_LABEL) == COUNT_ONE) { in GetFmtLabel()
122 return PUBLIC_FMT_LABEL; in GetFmtLabel()
/ohos5.0/base/update/updateservice/foundations/ability/log/include/
H A Dupdate_log.h29 const std::string PUBLIC_FMT_LABEL = "%{public}s"; variable
102 if (fmtlabel == PUBLIC_FMT_LABEL) { \