Searched refs:BMSEventType (Results 1 - 8 of 8) sorted by relevance
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | event_report.cpp | 31 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 D | inner_event_report.cpp | 189 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 D | bundle_mgr_service_event_handler.cpp | 208 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 D | inner_event_report.h | 34 static void SendSystemEvent(BMSEventType eventType, const EventInfo& eventInfo); 68 static std::unordered_map<BMSEventType, void (*)(const EventInfo& eventInfo)> bmsSysEventMap_;
|
H A D | event_report.h | 27 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 D | innereventreport_fuzzer.cpp | 35 InnerEventReport::SendSystemEvent(BMSEventType(code), eventInfo); in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/ |
H A D | aot_handler.cpp | 692 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 D | bundle_connect_ability_mgr.cpp | 82 EventReport::SendSystemEvent(BMSEventType::BUNDLE_INSTALL_EXCEPTION, sysEventInfo); in SendSysEvent()
|
Completed in 16 milliseconds