/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_common_event_mgr.h | 75 void NotifyBundleStatus(const NotifyBundleEvents &installResult,
|
H A D | base_bundle_installer.h | 572 ErrCode NotifyBundleStatus(const NotifyBundleEvents &installRes);
|
H A D | bundle_mgr_host_impl.h | 1071 void NotifyBundleStatus(const NotifyBundleEvents &installRes);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/clone/ |
H A D | bundle_clone_installer.cpp | 65 commonEventMgr->NotifyBundleStatus(installRes, dataMgr); in InstallCloneApp() 94 commonEventMgr->NotifyBundleStatus(installRes, dataMgr); in UninstallCloneApp()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_multiuser_installer.cpp | 72 commonEventMgr->NotifyBundleStatus(installRes, dataMgr_); in InstallExistedApp()
|
H A D | bundle_mgr_host_impl.cpp | 1485 NotifyBundleStatus(installRes); in CleanBundleCacheTaskGetCleanSize() 1634 NotifyBundleStatus(installRes); in CleanBundleCacheTask() 1644 NotifyBundleStatus(installRes); in CleanBundleCacheTask() 2168 NotifyBundleStatus(installRes); in SetApplicationEnabled() 2220 NotifyBundleStatus(installRes); in SetCloneApplicationEnabled() 2304 NotifyBundleStatus(installRes); in SetAbilityEnabled() 2352 NotifyBundleStatus(installRes); in SetCloneAbilityEnabled() 3327 void BundleMgrHostImpl::NotifyBundleStatus(const NotifyBundleEvents &installRes) in NotifyBundleStatus() function in OHOS::AppExecFwk::BundleMgrHostImpl 3330 commonEventMgr->NotifyBundleStatus(installRes, nullptr); in NotifyBundleStatus() 4153 commonEventMgr->NotifyBundleStatus(installRes, dataMgr); in SwitchUninstallState()
|
H A D | bundle_common_event_mgr.cpp | 73 void BundleCommonEventMgr::NotifyBundleStatus(const NotifyBundleEvents &installResult, in NotifyBundleStatus() function in OHOS::AppExecFwk::BundleCommonEventMgr
|
H A D | bundle_user_mgr_host_impl.cpp | 385 commonEventMgr->NotifyBundleStatus(bundleEvents_[i], dataMgr); in HandleNotifyBundleEvents()
|
H A D | base_bundle_installer.cpp | 188 if (NotifyBundleStatus(installRes) != ERR_OK) { in SendStartInstallNotify() 220 } else if (NotifyBundleStatus(installRes) != ERR_OK) { in InstallBundle() 265 } else if (NotifyBundleStatus(installRes) != ERR_OK) { in InstallBundleByBundleName() 302 if (NotifyBundleStatus(installRes) != ERR_OK) { in Recover() 363 } else if (NotifyBundleStatus(installRes) != ERR_OK) { in UninstallBundle() 555 if (NotifyBundleStatus(installRes) != ERR_OK) { in UninstallBundle() 4729 ErrCode BaseBundleInstaller::NotifyBundleStatus(const NotifyBundleEvents &installRes) in NotifyBundleStatus() function in OHOS::AppExecFwk::BaseBundleInstaller 4732 commonEventMgr->NotifyBundleStatus(installRes, dataMgr_); in NotifyBundleStatus() 4756 commonEventMgr->NotifyBundleStatus(bundleEvent, dataMgr); in NotifyAllBundleStatus()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/ |
H A D | inner_shared_bundle_installer.cpp | 148 commonEventMgr->NotifyBundleStatus(installRes, dataMgr); in NotifyBundleStatusOfShared()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_kit_service_test.cpp | 4652 commonEventMgr_->NotifyBundleStatus(installRes_, GetBundleDataMgr()); 4672 commonEventMgr_->NotifyBundleStatus(installRes_, GetBundleDataMgr()); 4692 commonEventMgr_->NotifyBundleStatus(installRes_, GetBundleDataMgr()); 4775 commonEventMgr_->NotifyBundleStatus(installRes_, GetBundleDataMgr()); 4781 commonEventMgr_->NotifyBundleStatus(installRes_, GetBundleDataMgr()); 4809 commonEventMgr_->NotifyBundleStatus(installRes_, GetBundleDataMgr()); 4815 commonEventMgr_->NotifyBundleStatus(installRes_, GetBundleDataMgr());
|