Home
last modified time | relevance | path

Searched refs:GetBundleManagerProxy (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/common/src/
H A Dsession_permission.cpp39 sptr<AppExecFwk::IBundleMgr> GetBundleManagerProxy() in GetBundleManagerProxy() function
205 auto bundleManagerServiceProxy_ = GetBundleManagerProxy(); in IsSameBundleNameAsCalling()
231 auto bundleManagerServiceProxy = GetBundleManagerProxy(); in IsSameAppAsCalling()
272 auto bundleManagerServiceProxy = GetBundleManagerProxy(); in IsStartedByUIExtension()
336 auto bundleManagerServiceProxy = GetBundleManagerProxy(); in GetCallingBundleName()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/quick_fix/mock/src/
H A Dmock_quick_fix_util.cpp50 sptr<AppExecFwk::IBundleMgr> QuickFixUtil::GetBundleManagerProxy() in GetBundleManagerProxy() function in OHOS::AAFwk::QuickFixUtil
58 auto bundleMgr = GetBundleManagerProxy(); in GetBundleQuickFixMgrProxy()
/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/bundle_manager/src/
H A Dbundle_manager_addon.cpp118 auto proxy = BundleManagerProxy::GetBundleManagerProxy(); in NativeUninstall()
168 auto proxy = BundleManagerProxy::GetBundleManagerProxy(); in NativeInstall()
391 auto proxy = BundleManagerProxy::GetBundleManagerProxy(); in NativeGetBundlesByPolicyType()
520 auto bundleManagerProxy = BundleManagerProxy::GetBundleManagerProxy(); in NativeRemoveBundlesByPolicyType()
537 auto bundleManagerProxy = BundleManagerProxy::GetBundleManagerProxy(); in NativeAddBundlesByPolicyType()
619 auto bundleManagerProxy = BundleManagerProxy::GetBundleManagerProxy(); in AddOrRemoveInstallBundlesSync()
697 auto bundleManagerProxy = BundleManagerProxy::GetBundleManagerProxy(); in GetAllowedOrDisallowedInstallBundlesSync()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/quick_fix/mock/include/
H A Dmock_quick_fix_util.h29 static sptr<AppExecFwk::IBundleMgr> GetBundleManagerProxy();
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/bundle_manager/include/
H A Dbundle_manager_proxy.h27 static std::shared_ptr<BundleManagerProxy> GetBundleManagerProxy();
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/bundle_manager/src/
H A Dbundle_manager_proxy.cpp58 std::shared_ptr<BundleManagerProxy> BundleManagerProxy::GetBundleManagerProxy() in GetBundleManagerProxy() function in OHOS::EDM::BundleManagerProxy
/ohos5.0/base/customization/enterprise_device_management/test/unittest/interface/inner_api/proxy/
H A Dbundle_manager_proxy_test.cpp57 bundleManagerProxy = BundleManagerProxy::GetBundleManagerProxy(); in SetUp()