Searched refs:FindMatchedRegex (Results 1 – 2 of 2) sorted by relevance
75 string LogAssistant::FindMatchedRegex(const string& origin, const regex& regex) in FindMatchedRegex() function in OHOS::HiviewDFX::LogAssistant89 return FindMatchedRegex(line, MATCHED_LOG_REGEX_PATTERN); in ParseLogLineTime()149 return FindMatchedRegex(fileName, TIME_STAMP_REGEX_PATTERN); in ParseLogFileTimeStamp()
101 std::string FindMatchedRegex(const std::string&, const std::regex&);