Home
last modified time | relevance | path

Searched refs:NotifyBundleStatus (Results 1 - 11 of 11) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_common_event_mgr.h75 void NotifyBundleStatus(const NotifyBundleEvents &installResult,
H A Dbase_bundle_installer.h575 ErrCode NotifyBundleStatus(const NotifyBundleEvents &installRes);
H A Dbundle_mgr_host_impl.h1065 void NotifyBundleStatus(const NotifyBundleEvents &installRes);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/clone/
H A Dbundle_clone_installer.cpp66 commonEventMgr->NotifyBundleStatus(installRes, dataMgr); in InstallCloneApp()
92 commonEventMgr->NotifyBundleStatus(installRes, dataMgr); in UninstallCloneApp()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_multiuser_installer.cpp72 commonEventMgr->NotifyBundleStatus(installRes, dataMgr_); in InstallExistedApp()
H A Dbundle_mgr_host_impl.cpp1444 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 Dbundle_common_event_mgr.cpp73 void BundleCommonEventMgr::NotifyBundleStatus(const NotifyBundleEvents &installResult, in NotifyBundleStatus() function in OHOS::AppExecFwk::BundleCommonEventMgr
H A Dbundle_user_mgr_host_impl.cpp415 commonEventMgr->NotifyBundleStatus(bundleEvents_[i], dataMgr); in HandleNotifyBundleEvents()
H A Dbase_bundle_installer.cpp190 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 Dinner_shared_bundle_installer.cpp157 commonEventMgr->NotifyBundleStatus(installRes, dataMgr); in NotifyBundleStatusOfShared()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp4647 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