Searched refs:FindSubStrCount (Results 1 – 2 of 2) sorted by relevance
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()127 int32_t UpdateLog::FindSubStrCount(const std::string &str, const std::string &subStr) in FindSubStrCount() function in OHOS::UpdateEngine::UpdateLog
93 static int32_t FindSubStrCount(const std::string &str, const std::string &subStr);