Searched refs:GetMatchString (Results 1 – 2 of 2) sorted by relevance
145 bool GetMatchString(const std::string& src, std::string& dst, const std::string& pattern) const;
1002 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