Home
last modified time | relevance | path

Searched defs:appControlMgr (Results 1 – 5 of 5) sorted by relevance

/foundation/ability/ability_runtime/test/unittest/free_install_manager_test/
Dmock_bundle_manager.h111 sptr<IAppControlMgr> appControlMgr = new (std::nothrow) AppControlProxy(nullptr); in GetAppControlProxy() local
/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/appexecfwk_core/include/bundlemgr/
Dmock_bundle_manager.h339 sptr<IAppControlMgr> appControlMgr = new (std::nothrow) AppControlProxy(nullptr); in GetAppControlProxy() local
/foundation/ability/ability_runtime/services/abilitymgr/src/
Dability_interceptor.cpp162 auto appControlMgr = bms->GetAppControlProxy(); in CheckControl() local
371 auto appControlMgr = bms->GetAppControlProxy(); in CheckControl() local
/foundation/ability/ability_runtime/services/abilitymgr/include/
Dability_util.h229 auto appControlMgr = bms->GetAppControlProxy(); in AddAbilityJumpRuleToBms() local
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/
Dacts_bms_kit_system_test.cpp7013 sptr<IAppControlMgr> appControlMgr = bundleMgrProxy->GetAppControlProxy(); variable