Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/utility/smart_parser/feature_analysis/
H A Dfeature_analysis.cpp86 FeatureRule& featureCmd = *iterCmd; in RawInfoPosition() local
88 …if (CheckDepend(featureCmd) || (!CheckVariableParam(featureCmd)) || (!IsSourceMatch(line, featureC… in RawInfoPosition()
92 int num = featureCmd.num; in RawInfoPosition()
93 bool matchFlag = ParseElementForParam(line, featureCmd); in RawInfoPosition()
96 ParseElementForParam(line, featureCmd); in RawInfoPosition()
99 if (matchFlag && featureCmd.cmdType == L2_RULES) { in RawInfoPosition()