Searched defs:logId (Results 1 – 3 of 3) sorted by relevance
22 void BaseContext::RegisterMonitorByLogID(int logId, IMonitor* newMonitor) in RegisterMonitorByLogID()34 std::vector<IMonitor*> BaseContext::GetMonitorsByLogID(int logId) in GetMonitorsByLogID()
161 void XperfPlugin::DispatchToMonitor(unsigned int logId, std::shared_ptr<XperfEvt> xperfEvt) in DispatchToMonitor()
219 unsigned int logId = logIdMap.at(logIdStr); // this might throw std::out_of_range in ExtractLogIdFromEvt() local