Home
last modified time | relevance | path

Searched refs:ignoreList_ (Results 1 - 2 of 2) sorted by relevance

/base/hiviewdfx/hiview/utility/common_utils/
H A Dlog_parse.cpp26 const std::map<std::string, std::set<std::string>> LogParse::ignoreList_ = { member in OHOS::HiviewDFX::LogParse
79 for (auto list : ignoreList_) { in IsIgnoreLibrary()
244 for (auto it = ignoreList_.rbegin(); it != ignoreList_.rend(); ++it) { in MatchIgnoreLibrary()
245 if (count == ignoreList_.size() - 1) { in MatchIgnoreLibrary()
/base/hiviewdfx/hiview/utility/common_utils/include/
H A Dlog_parse.h53 static const std::map<std::string, std::set<std::string>> ignoreList_; member in OHOS::HiviewDFX::LogParse

Completed in 1 milliseconds