Home
last modified time | relevance | path

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

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