Home
last modified time | relevance | path

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

/ohos5.0/base/update/updateservice/foundations/ability/log/src/
H A Dupdate_log.cpp21 constexpr int32_t COUNT_ONE = 1; variable
111 if (FindSubStrCount(log, DEFAULT_LABEL) != COUNT_ONE) { in GetFmtLabel()
115 if (FindSubStrCount(log, DEFAULT_FMT_LABEL) == COUNT_ONE) { in GetFmtLabel()
118 if (FindSubStrCount(log, PRIVATE_FMT_LABEL) == COUNT_ONE) { in GetFmtLabel()
121 if (FindSubStrCount(log, PUBLIC_FMT_LABEL) == COUNT_ONE) { in GetFmtLabel()