Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/include/
H A Devent_logger.h145 bool GetMatchString(const std::string& src, std::string& dst, const std::string& pattern) const;
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/
H A Devent_logger.cpp1002 if (GetMatchString(cmdlineContent_, reboot, REBOOT_REASON + PATTERN_WITHOUT_SPACE) && in GetRebootReason()
1003 GetMatchString(cmdlineContent_, reset, NORMAL_RESET_TYPE + PATTERN_WITHOUT_SPACE)) { in GetRebootReason()
1029 bool EventLogger::GetMatchString(const std::string& src, std::string& dst, const std::string& patte… in GetMatchString() function in OHOS::HiviewDFX::EventLogger