Searched refs:NotifyBundleStatus (Results 1 - 11 of 11) sorted by relevance
/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 | 575 ErrCode NotifyBundleStatus(const NotifyBundleEvents &installRes);
|
H A D | bundle_mgr_host_impl.h | 1065 void NotifyBundleStatus(const NotifyBundleEvents &installRes);
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/clone/ |
H A D | bundle_clone_installer.cpp | 66 commonEventMgr->NotifyBundleStatus(installRes, dataMgr); in InstallCloneApp() 92 commonEventMgr->NotifyBundleStatus(installRes, dataMgr); in UninstallCloneApp()
|
/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 | 1444 NotifyBundleStatus(installRes); in CleanBundleCacheTaskGetCleanSize() 1603 NotifyBundleStatus(installRes); in CleanBundleCacheTask() 1613 NotifyBundleStatus(installRes); in CleanBundleCacheTask() 2108 NotifyBundleStatus(installRes); in SetApplicationEnabled() 2160 NotifyBundleStatus(installRes); in SetCloneApplicationEnabled() 2248 NotifyBundleStatus(installRes); in SetAbilityEnabled() 2298 NotifyBundleStatus(installRes); in SetCloneAbilityEnabled() 3286 void BundleMgrHostImpl::NotifyBundleStatus(const NotifyBundleEvents &installRes) in NotifyBundleStatus() function in OHOS::AppExecFwk::BundleMgrHostImpl 3289 commonEventMgr->NotifyBundleStatus(installRes, nullptr); in NotifyBundleStatus() 4121 commonEventMgr->NotifyBundleStatus(installRe in SwitchUninstallState() [all...] |
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 | 415 commonEventMgr->NotifyBundleStatus(bundleEvents_[i], dataMgr); in HandleNotifyBundleEvents()
|
H A D | base_bundle_installer.cpp | 190 if (NotifyBundleStatus(installRes) != ERR_OK) { in SendStartInstallNotify() 222 } 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() 367 } else if (NotifyBundleStatus(installRes) != ERR_OK) { in UninstallBundle() 561 if (NotifyBundleStatus(installRes) != ERR_OK) { in UninstallBundle() 5002 ErrCode BaseBundleInstaller::NotifyBundleStatus(const NotifyBundleEvents &installRes) in NotifyBundleStatus() function in OHOS::AppExecFwk::BaseBundleInstaller 5005 commonEventMgr->NotifyBundleStatus(installRes, dataMgr_); in NotifyBundleStatus() 5029 commonEventMgr->NotifyBundleStatus(bundleEvent, dataMgr); in NotifyAllBundleStatus()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/ |
H A D | inner_shared_bundle_installer.cpp | 157 commonEventMgr->NotifyBundleStatus(installRes, dataMgr); in NotifyBundleStatusOfShared()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_kit_service_test.cpp | 4647 commonEventMgr_->NotifyBundleStatus(installRes_, GetBundleDataMgr()); in HWTEST_F() 4667 commonEventMgr_->NotifyBundleStatus(installRes_, GetBundleDataMgr()); in HWTEST_F() 4687 commonEventMgr_->NotifyBundleStatus(installRes_, GetBundleDataMgr()); in HWTEST_F() 4770 commonEventMgr_->NotifyBundleStatus(installRes_, GetBundleDataMgr()); in HWTEST_F() 4776 commonEventMgr_->NotifyBundleStatus(installRes_, GetBundleDataMgr()); in HWTEST_F() 4804 commonEventMgr_->NotifyBundleStatus(installRes_, GetBundleDataMgr()); in HWTEST_F() 4810 commonEventMgr_->NotifyBundleStatus(installRes_, GetBundleDataMgr()); in HWTEST_F()
|
Completed in 46 milliseconds