Searched refs:sysEventMap (Results 1 – 3 of 3) sorted by relevance
576 std::map<std::string, EventInfo> sysEventMap; in OTACompileInternal() local579 sysEventMap.emplace(bundleName, eventInfo); in OTACompileInternal()581 ReportSysEvent(sysEventMap); in OTACompileInternal()680 void AOTHandler::ReportSysEvent(const std::map<std::string, EventInfo> &sysEventMap) const in ReportSysEvent()682 auto task = [sysEventMap]() { in ReportSysEvent()686 for (const auto &item : sysEventMap) { in ReportSysEvent()
80 void ReportSysEvent(const std::map<std::string, EventInfo> &sysEventMap) const;
745 std::map<std::string, EventInfo> sysEventMap; variable746 AOTHandler::GetInstance().ReportSysEvent(sysEventMap);893 std::map<std::string, EventInfo> sysEventMap; variable895 sysEventMap.emplace(bundleName, eventInfo);896 AOTHandler::GetInstance().ReportSysEvent(sysEventMap);