Home
last modified time | relevance | path

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

/base/update/updateservice/services/core/ability/log/src/
Dupdate_log.cpp26 const std::string PUBLIC_FMT_LABEL = "%{public}s"; variable
65 … PrintLog(logContent.BuildWithFmtAndArgs(PUBLIC_FMT_LABEL, splitLogPair.first)); // log前缀不做打印控制 in PrintLongLog()
67 … PrintLog(logContent.BuildWithFmtAndArgs(PUBLIC_FMT_LABEL, splitLogPair.second)); // log后缀不做打印控制 in PrintLongLog()
127 if (FindSubStrCount(log, PUBLIC_FMT_LABEL) == COUNT_ONE) { in GetFmtLabel()
128 return PUBLIC_FMT_LABEL; in GetFmtLabel()