Searched refs:BundleEventType (Results 1 - 10 of 10) sorted by relevance
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | event_report.cpp | 27 const BundleEventType BUNDLE_EXCEPTION_SYS_EVENT_MAP_KEY[] = { 28 BundleEventType::INSTALL, BundleEventType::UNINSTALL, 29 BundleEventType::UPDATE, BundleEventType::RECOVER 36 const BundleEventType BUNDLE_SYS_EVENT_MAP_KEY[] = { 37 BundleEventType::INSTALL, BundleEventType::UNINSTALL, 38 BundleEventType::UPDATE, BundleEventType [all...] |
H A D | base_bundle_installer.cpp | 234 ((isAppExist_ && hasInstalledInUser_) ? BundleEventType::UPDATE : BundleEventType::INSTALL), in InstallBundle() 272 BundleEventType::INSTALL, in InstallBundleByBundleName() 311 BundleEventType::RECOVER, in Recover() 374 BundleEventType::UNINSTALL, in UninstallBundle() 480 BundleEventType::UNINSTALL, in UninstallHspBundle() 520 BundleEventType::UNINSTALL, in UninstallHspVersion() 568 BundleEventType::UNINSTALL, in UninstallBundle() 4928 void BaseBundleInstaller::SendBundleSystemEvent(const std::string &bundleName, BundleEventType bundleEventType, in SendBundleSystemEvent()
|
H A D | bundle_mgr_service_event_handler.cpp | 3717 EventReport::SendBundleSystemEvent(BundleEventType::UPDATE, eventInfo); in SendBundleUpdateFailedEvent()
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallersendbundlesystemevent_fuzzer/ |
H A D | appservicefwkinstallersendbundlesystemevent_fuzzer.cpp | 38 appServicefwk.SendBundleSystemEvent(hspPaths, BundleEventType::INSTALL, installParam, InstallScene::BOOT, result); in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | event_report.h | 56 enum class BundleEventType : uint8_t { class 209 static void SendBundleSystemEvent(BundleEventType bundleEventType, const EventInfo& eventInfo);
|
H A D | base_bundle_installer.h | 565 void SendBundleSystemEvent(const std::string &bundleName, BundleEventType bundleEventType,
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/app_service_fwk/ |
H A D | app_service_fwk_installer.h | 62 const std::vector<std::string> &hspPaths, BundleEventType bundleEventType,
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/ |
H A D | inner_shared_bundle_installer.cpp | 249 BundleEventType eventType = isBundleExist_ ? BundleEventType::UPDATE : BundleEventType::INSTALL; in SendBundleSystemEvent()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/ |
H A D | app_service_fwk_installer.cpp | 115 BundleEventType::INSTALL, in Install() 991 const std::vector<std::string> &hspPaths, BundleEventType bundleEventType, in SendBundleSystemEvent()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/ |
H A D | quick_fix_deployer.cpp | 702 EventReport::SendBundleSystemEvent(BundleEventType::QUICK_FIX, sysEventInfo); in SendQuickFixSystemEvent()
|
Completed in 25 milliseconds