Home
last modified time | relevance | path

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

/ohos5.0/base/update/updateservice/foundations/ability/log/src/
H A Dupdate_log.cpp111 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()
127 int32_t UpdateLog::FindSubStrCount(const std::string &str, const std::string &subStr) in FindSubStrCount() function in OHOS::UpdateEngine::UpdateLog
/ohos5.0/base/update/updateservice/foundations/ability/log/include/
H A Dupdate_log.h93 static int32_t FindSubStrCount(const std::string &str, const std::string &subStr);