/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_common_event_mgr.h | 51 struct NotifyBundleEvents { struct 75 void NotifyBundleStatus(const NotifyBundleEvents &installResult, argument 89 void SetNotifyWant(OHOS::AAFwk::Want& want, const NotifyBundleEvents &installResult);
|
H A D | bundle_user_mgr_host_impl.h | 41 void AddNotifyBundleEvents(const NotifyBundleEvents ¬ifyBundleEvents); 66 std::vector<NotifyBundleEvents> bundleEvents_;
|
H A D | base_bundle_installer.h | 508 void AddBundleStatus(const NotifyBundleEvents &installRes); 572 ErrCode NotifyBundleStatus(const NotifyBundleEvents &installRes); 573 void AddNotifyBundleEvents(const NotifyBundleEvents ¬ifyBundleEvents); 782 std::vector<NotifyBundleEvents> bundleEvents_;
|
H A D | bundle_mgr_host_impl.h | 1071 void NotifyBundleStatus(const NotifyBundleEvents &installRes);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/shared/ |
H A D | inner_shared_bundle_installer.h | 92 ErrCode NotifyBundleStatusOfShared(const NotifyBundleEvents &installRes);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_common_event_mgr.cpp | 73 void BundleCommonEventMgr::NotifyBundleStatus(const NotifyBundleEvents &installResult, in NotifyBundleStatus() 130 void BundleCommonEventMgr::SetNotifyWant(OHOS::AAFwk::Want& want, const NotifyBundleEvents &install… in SetNotifyWant()
|
H A D | bundle_multiuser_installer.cpp | 63 NotifyBundleEvents installRes = { in InstallExistedApp()
|
H A D | bundle_user_mgr_host_impl.cpp | 358 void BundleUserMgrHostImpl::AddNotifyBundleEvents(const NotifyBundleEvents ¬ifyBundleEvents) in AddNotifyBundleEvents()
|
H A D | bundle_mgr_host_impl.cpp | 1478 NotifyBundleEvents installRes = { in CleanBundleCacheTaskGetCleanSize() 1616 NotifyBundleEvents installRes; in CleanBundleCacheTask() 2159 NotifyBundleEvents installRes = { in SetApplicationEnabled() 2212 NotifyBundleEvents installRes = { in SetCloneApplicationEnabled() 2300 …NotifyBundleEvents installRes = {.bundleName = abilityInfo.bundleName, .abilityName = abilityInfo.… in SetAbilityEnabled() 2348 …NotifyBundleEvents installRes = {.bundleName = abilityInfo.bundleName, .abilityName = abilityInfo.… in SetCloneAbilityEnabled() 3327 void BundleMgrHostImpl::NotifyBundleStatus(const NotifyBundleEvents &installRes) in NotifyBundleStatus() 4140 NotifyBundleEvents installRes = { in SwitchUninstallState()
|
H A D | base_bundle_installer.cpp | 181 NotifyBundleEvents installRes = { in SendStartInstallNotify() 205 NotifyBundleEvents installRes = { in InstallBundle() 253 NotifyBundleEvents installRes = { in InstallBundleByBundleName() 293 NotifyBundleEvents installRes = { in Recover() 349 NotifyBundleEvents installRes = { in UninstallBundle() 543 NotifyBundleEvents installRes = { in UninstallBundle() 4729 ErrCode BaseBundleInstaller::NotifyBundleStatus(const NotifyBundleEvents &installRes) in NotifyBundleStatus() 4736 void BaseBundleInstaller::AddBundleStatus(const NotifyBundleEvents &installRes) in AddBundleStatus() 4761 void BaseBundleInstaller::AddNotifyBundleEvents(const NotifyBundleEvents ¬ifyBundleEvents) in AddNotifyBundleEvents()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/clone/ |
H A D | bundle_clone_installer.cpp | 55 NotifyBundleEvents installRes = { in InstallCloneApp() 84 NotifyBundleEvents installRes = { in UninstallCloneApp()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/ |
H A D | inner_shared_bundle_installer.cpp | 127 NotifyBundleEvents installRes = { in sendStartSharedBundleInstallNotify() 140 ErrCode InnerSharedBundleInstaller::NotifyBundleStatusOfShared(const NotifyBundleEvents &installRes) in NotifyBundleStatusOfShared()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_base_test/ |
H A D | bms_bundle_kit_service_base_test.cpp | 127 NotifyBundleEvents installRes_;
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_app_provision_info_test/ |
H A D | bms_bundle_app_provision_info_test.cpp | 1695 NotifyBundleEvents installRes;
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_installer_test.cpp | 6141 NotifyBundleEvents installRes; 6248 NotifyBundleEvents installRes;
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_data_mgr_test.cpp | 375 NotifyBundleEvents installRes_;
|
H A D | bms_bundle_kit_service_test.cpp | 359 NotifyBundleEvents installRes_;
|