Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/utility/smart_parser/rule/
Dcompose_rule.cpp30 … ComposeRule::ParseComposeRule(const string& config, const string& type, vector<string> featureIds) in ParseComposeRule()
66 void ComposeRule::ParseRule(const Json::Value& json, const string& type, vector<string>& featureIds) in ParseRule()
Dextract_rule.cpp98 vector<string> featureIds = SplitFeatureId(value); in ParseRule() local