Searched refs:BMSEventType (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | event_report.cpp | 35 { BundleEventType::INSTALL, BMSEventType::BUNDLE_INSTALL }, 37 { BundleEventType::UPDATE, BMSEventType::BUNDLE_UPDATE }, 39 { BundleEventType::QUICK_FIX, BMSEventType::APPLY_QUICK_FIX } 45 BMSEventType bmsEventType = BMSEventType::UNKNOW; in SendBundleSystemEvent() 65 void EventReport::SendScanSysEvent(BMSEventType bMSEventType) in SendScanSysEvent() 91 BMSEventType bmsEventType = BMSEventType::BUNDLE_STATE_CHANGE_EXCEPTION; in SendComponentStateSysEventForException() 106 BMSEventType bmsEventType = BMSEventType::BUNDLE_STATE_CHANGE; in SendComponentStateSysEvent() 118 BMSEventType bmsEventType; in SendCleanCacheSysEvent() 122 bmsEventType = BMSEventType::BUNDLE_CLEAN_CACHE; in SendCleanCacheSysEvent() 136 BMSEventType bmsEventType; in SendCleanCacheSysEventWithIndex() [all …]
|
H A D | inner_event_report.cpp | 190 { BMSEventType::BOOT_SCAN_START, 194 { BMSEventType::BOOT_SCAN_END, 198 { BMSEventType::BUNDLE_INSTALL, 202 { BMSEventType::BUNDLE_UNINSTALL, 206 { BMSEventType::BUNDLE_UPDATE, 210 { BMSEventType::PRE_BUNDLE_RECOVER, 218 { BMSEventType::BUNDLE_CLEAN_CACHE, 222 { BMSEventType::BMS_USER_EVENT, 226 { BMSEventType::APPLY_QUICK_FIX, 230 { BMSEventType::CPU_SCENE_ENTRY, [all …]
|
H A D | bundle_mgr_service_event_handler.cpp | 197 EventReport::SendScanSysEvent(BMSEventType::BOOT_SCAN_START); in BeforeBmsStart() 272 EventReport::SendScanSysEvent(BMSEventType::BOOT_SCAN_END); in AfterBmsStart()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | inner_event_report.h | 34 static void SendSystemEvent(BMSEventType eventType, const EventInfo& eventInfo); 67 static std::unordered_map<BMSEventType, void (*)(const EventInfo& eventInfo)> bmsSysEventMap_;
|
H A D | event_report.h | 27 enum class BMSEventType { enum 203 static void SendScanSysEvent(BMSEventType bMSEventType); 248 static void SendSystemEvent(BMSEventType eventType, const EventInfo& eventInfo);
|
/ohos5.0/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()
|
/ohos5.0/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()
|