Home
last modified time | relevance | path

Searched defs:GetExtractRule (Results 1 – 2 of 2) sorted by relevance

/base/hiviewdfx/hiview/utility/smart_parser/rule/include/
Dextract_rule.h31 const std::map<std::string, FeatureSet>& GetExtractRule() { return featureSets_; }; in GetExtractRule() function
/base/hiviewdfx/hiview/utility/smart_parser/rule/
Drule.cpp44 const std::map<std::string, FeatureSet>& Rule::GetExtractRule() in GetExtractRule() function in OHOS::HiviewDFX::Rule