Home
last modified time | relevance | path

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

/ohos5.0/base/update/updateservice/foundations/ability/log/src/
H A Dupdate_log.cpp59 std::pair<std::string, std::string> splitLogPair = SplitLogByFmtLabel(logContent.log, fmtLabel); in PrintLongLog()
99 std::pair<std::string, std::string> UpdateLog::SplitLogByFmtLabel(const std::string &log, const std… in SplitLogByFmtLabel() function in OHOS::UpdateEngine::UpdateLog
/ohos5.0/base/update/updateservice/foundations/ability/log/include/
H A Dupdate_log.h91 …static std::pair<std::string, std::string> SplitLogByFmtLabel(const std::string &log, const std::s…