Home
last modified time | relevance | path

Searched refs:sysEventMap (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/
H A Daot_handler.cpp576 std::map<std::string, EventInfo> sysEventMap; in OTACompileInternal() local
579 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()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/aot/
H A Daot_handler.h80 void ReportSysEvent(const std::map<std::string, EventInfo> &sysEventMap) const;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_aot_test/
H A Dbms_data_aot_test.cpp745 std::map<std::string, EventInfo> sysEventMap; variable
746 AOTHandler::GetInstance().ReportSysEvent(sysEventMap);
893 std::map<std::string, EventInfo> sysEventMap; variable
895 sysEventMap.emplace(bundleName, eventInfo);
896 AOTHandler::GetInstance().ReportSysEvent(sysEventMap);