Home
last modified time | relevance | path

Searched refs:BMSEventType (Results 1 - 8 of 8) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Devent_report.cpp31 const BMSEventType BUNDLE_EXCEPTION_SYS_EVENT_MAP_VALUE[] = {
32 BMSEventType::BUNDLE_INSTALL_EXCEPTION, BMSEventType::BUNDLE_UNINSTALL_EXCEPTION,
33 BMSEventType::BUNDLE_UPDATE_EXCEPTION, BMSEventType::PRE_BUNDLE_RECOVER_EXCEPTION
41 const BMSEventType BUNDLE_SYS_EVENT_MAP_VALUE[] = {
42 BMSEventType::BUNDLE_INSTALL, BMSEventType::BUNDLE_UNINSTALL,
43 BMSEventType::BUNDLE_UPDATE, BMSEventType
[all...]
H A Dinner_event_report.cpp189 std::unordered_map<BMSEventType, void (*)(const EventInfo& eventInfo)>
191 { BMSEventType::BUNDLE_INSTALL_EXCEPTION,
195 { BMSEventType::BUNDLE_UNINSTALL_EXCEPTION,
199 { BMSEventType::BUNDLE_UPDATE_EXCEPTION,
203 { BMSEventType::PRE_BUNDLE_RECOVER_EXCEPTION,
207 { BMSEventType::BUNDLE_STATE_CHANGE_EXCEPTION,
211 { BMSEventType::BUNDLE_CLEAN_CACHE_EXCEPTION,
215 { BMSEventType::BOOT_SCAN_START,
219 { BMSEventType::BOOT_SCAN_END,
223 { BMSEventType
[all...]
H A Dbundle_mgr_service_event_handler.cpp208 EventReport::SendScanSysEvent(BMSEventType::BOOT_SCAN_START); in BeforeBmsStart()
283 EventReport::SendScanSysEvent(BMSEventType::BOOT_SCAN_END); in AfterBmsStart()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinner_event_report.h34 static void SendSystemEvent(BMSEventType eventType, const EventInfo& eventInfo);
68 static std::unordered_map<BMSEventType, void (*)(const EventInfo& eventInfo)> bmsSysEventMap_;
H A Devent_report.h27 enum class BMSEventType : uint8_t { class
214 static void SendScanSysEvent(BMSEventType bMSEventType);
259 static void SendSystemEvent(BMSEventType eventType, const EventInfo& eventInfo);
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/innereventreport_fuzzer/
H A Dinnereventreport_fuzzer.cpp35 InnerEventReport::SendSystemEvent(BMSEventType(code), eventInfo); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/
H A Daot_handler.cpp692 EventReport::SendSystemEvent(BMSEventType::AOT_COMPILE_RECORD, item.second); in ReportSysEvent()
694 EventReport::SendSystemEvent(BMSEventType::AOT_COMPILE_SUMMARY, summaryInfo); in ReportSysEvent()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/free_install/
H A Dbundle_connect_ability_mgr.cpp82 EventReport::SendSystemEvent(BMSEventType::BUNDLE_INSTALL_EXCEPTION, sysEventInfo); in SendSysEvent()

Completed in 16 milliseconds