Home
last modified time | relevance | path

Searched defs:logId (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/performance/context/
H A DBaseContext.cpp22 void BaseContext::RegisterMonitorByLogID(int logId, IMonitor* newMonitor) in RegisterMonitorByLogID()
34 std::vector<IMonitor*> BaseContext::GetMonitorsByLogID(int logId) in GetMonitorsByLogID()
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/
H A DXperfPlugin.cpp161 void XperfPlugin::DispatchToMonitor(unsigned int logId, std::shared_ptr<XperfEvt> xperfEvt) in DispatchToMonitor()
H A DEvtParser.h219 unsigned int logId = logIdMap.at(logIdStr); // this might throw std::out_of_range in ExtractLogIdFromEvt() local