Home
last modified time | relevance | path

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

/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
Dhiappevent_read.cpp75 string LogAssistant::FindMatchedRegex(const string& origin, const regex& regex) in FindMatchedRegex() function in OHOS::HiviewDFX::LogAssistant
89 return FindMatchedRegex(line, MATCHED_LOG_REGEX_PATTERN); in ParseLogLineTime()
149 return FindMatchedRegex(fileName, TIME_STAMP_REGEX_PATTERN); in ParseLogFileTimeStamp()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
Dhiappevent_read.h101 std::string FindMatchedRegex(const std::string&, const std::regex&);