Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/utility/smart_parser/feature_analysis/include/
Dfeature_analysis.h80 void SetParamRecord(const std::string& key, const LineFeature& value, const int type);
/base/hiviewdfx/hiview/utility/smart_parser/feature_analysis/
Dfeature_analysis.cpp207 SetParamRecord(rule.name + "." + iter->first, FormatLineFeature(value, reg), seekType); in ParseElementForParam()
417 void FeatureAnalysis::SetParamRecord(const std::string& key, const LineFeature& value, const int ty… in SetParamRecord() function in OHOS::HiviewDFX::FeatureAnalysis