Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/performance/
H A DXperfPlugin.cpp26 const std::map<std::string, unsigned int> EvtParser::logIdMap = { member in EvtParser
H A DEvtParser.h214 static const std::map<std::string, unsigned int> logIdMap; variable
219 unsigned int logId = logIdMap.at(logIdStr); // this might throw std::out_of_range in ExtractLogIdFromEvt()