Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/utility/smart_parser/rule/include/
Dextract_rule.h41 bool IsMatchId(const std::string& eventType, const std::string& featureId) const;
/base/hiviewdfx/hiview/utility/smart_parser/rule/
Dextract_rule.cpp101 …if (!IsMatchId(eventType, featureId) || !IsMatchPath(path, dirOrFile, subcatalog, fsets.fullPath))… in ParseRule()
124 bool ExtractRule::IsMatchId(const string& eventType, const string& featureId) const in IsMatchId() function in OHOS::HiviewDFX::ExtractRule