Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/utility/smart_parser/feature_analysis/
Dfeature_analysis.cpp335 if (eventInfo_.find(param.first) != eventInfo_.end() && param.first != PARAMETER_REASON) { in Compose()
340 eventInfo_[param.first] = (param.first == PARAMETER_REASON) ? in Compose()
341 (eventInfo_[param.first] + COMPOSE_COLON + result) : result; in Compose()
344 ProcessReason(eventInfo_); in Compose()
/base/hiviewdfx/hiview/utility/smart_parser/feature_analysis/include/
Dfeature_analysis.h55 std::map<std::string, std::string> GetReasult() const { return eventInfo_; }; in GetReasult()
96 std::map<std::string, std::string> eventInfo_; variable