Searched refs:IsSourceMatch (Results 1 – 2 of 2) sorted by relevance
60 bool IsSourceMatch(const std::string& line, const FeatureRule& rule) const;
93 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