Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/utility/smart_parser/feature_analysis/include/
Dfeature_analysis.h60 bool IsSourceMatch(const std::string& line, const FeatureRule& rule) const;
/base/hiviewdfx/hiview/utility/smart_parser/feature_analysis/
Dfeature_analysis.cpp93 if (CheckVariableParam(featureCmd) && IsSourceMatch(line, featureCmd)) { in RawInfoPosition()
142 bool FeatureAnalysis::IsSourceMatch(const string& line, const FeatureRule& rule) const in IsSourceMatch() function in OHOS::HiviewDFX::FeatureAnalysis