Home
last modified time | relevance | path

Searched refs:IBundleMgr (Results 1 – 25 of 272) sorted by relevance

1234567891011

/ohos5.0/foundation/bundlemanager/bundle_framework/test/benchmarktest/bundlemgr_proxy_test/
H A Dbundlemgr_proxy_test.cpp84 static sptr<IBundleMgr> GetBundleMgrProxy();
87 sptr<IBundleMgr> BundleMgrProxyTest::GetBundleMgrProxy() in GetBundleMgrProxy()
100 return iface_cast<IBundleMgr>(remoteObject); in GetBundleMgrProxy()
112 sptr<IBundleMgr> bundleMgrProxy = BundleMgrProxyTest::GetBundleMgrProxy(); in BenchmarkTestGetApplicationInfoByFlag()
134 sptr<IBundleMgr> bundleMgrProxy = BundleMgrProxyTest::GetBundleMgrProxy(); in BenchmarkTestGetApplicationInfoByUserId()
155 sptr<IBundleMgr> bundleMgrProxy = BundleMgrProxyTest::GetBundleMgrProxy(); in BenchmarkTestGetApplicationInfosByApplicationFlag()
178 sptr<IBundleMgr> bundleMgrProxy = BundleMgrProxyTest::GetBundleMgrProxy(); in BenchmarkTestGetApplicationInfosByFlags()
199 sptr<IBundleMgr> bundleMgrProxy = BundleMgrProxyTest::GetBundleMgrProxy(); in BenchmarkTestGetBundleInfoByBundleFlag()
220 sptr<IBundleMgr> bundleMgrProxy = BundleMgrProxyTest::GetBundleMgrProxy(); in BenchmarkTestGetBundleInfoByFlags()
241 sptr<IBundleMgr> bundleMgrProxy = BundleMgrProxyTest::GetBundleMgrProxy(); in BenchmarkTestGetBundleInfosByBundleFlag()
[all …]
/ohos5.0/base/customization/enterprise_device_management/common/external/src/
H A Dedm_bundle_manager_impl.cpp32 sptr<AppExecFwk::IBundleMgr> proxy = iface_cast<AppExecFwk::IBundleMgr>(remoteObject); in GetNameForUid()
46 sptr<AppExecFwk::IBundleMgr> proxy = iface_cast<AppExecFwk::IBundleMgr>(remoteObject); in QueryExtensionAbilityInfos()
59 sptr<AppExecFwk::IBundleMgr> proxy = iface_cast<AppExecFwk::IBundleMgr>(remoteObject); in GetBundleInfo()
72 sptr<AppExecFwk::IBundleMgr> proxy = iface_cast<AppExecFwk::IBundleMgr>(remoteObject); in IsBundleInstalled()
87 sptr<AppExecFwk::IBundleMgr> proxy = iface_cast<AppExecFwk::IBundleMgr>(remoteObject); in GetApplicationInfo()
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_bms_helper.cpp39 sptr<IBundleMgr> FormBmsHelper::GetBundleMgr() in GetBundleMgr()
98 sptr<IBundleMgr> iBundleMgr = GetBundleMgr(); in NotifyModuleRemovable()
122 sptr<IBundleMgr> iBundleMgr = GetBundleMgr(); in NotifyModuleNotRemovable()
144 sptr<IBundleMgr> iBundleMgr = GetBundleMgr(); in GetBundlePackInfo()
172 sptr<IBundleMgr> iBundleMgr = GetBundleMgr(); in GetAbilityInfo()
208 sptr<IBundleMgr> iBundleMgr = GetBundleMgr(); in GetAbilityInfoByAction()
237 sptr<IBundleMgr> iBundleMgr = GetBundleMgr(); in GetBundleInfoByFlags()
247 sptr<IBundleMgr> iBundleMgr = GetBundleMgr(); in GetBundleInfoV9()
270 sptr<IBundleMgr> iBundleMgr = GetBundleMgr(); in GetCallerBundleName()
285 sptr<IBundleMgr> iBundleMgr = GetBundleMgr(); in GetBundleNameByUid()
[all …]
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_bms_helper_test/
H A Dfms_form_bms_helper_test.cpp76 class MockBundleMgrProxy : public IRemoteProxy<IBundleMgr> {
192 const sptr<IBundleMgr> bundleManager = new (std::nothrow) MockBundleMgrProxy(impl);
208 const sptr<IBundleMgr> bundleManager = new (std::nothrow) MockBundleMgrProxy(impl);
227 const sptr<IBundleMgr> bundleManager = new (std::nothrow) MockBundleMgrProxy(impl);
246 const sptr<IBundleMgr> bundleManager = new (std::nothrow) MockBundleMgrProxy(impl);
269 const sptr<IBundleMgr> bundleManager = new (std::nothrow) MockBundleMgrProxy(impl);
290 const sptr<IBundleMgr> bundleManager = new (std::nothrow) MockBundleMgrProxy(impl);
307 const sptr<IBundleMgr> bundleManager = new (std::nothrow) MockBundleMgrProxy(impl);
326 const sptr<IBundleMgr> bundleManager = new (std::nothrow) MockBundleMgrProxy(impl);
345 const sptr<IBundleMgr> bundleManager = new (std::nothrow) MockBundleMgrProxy(impl);
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_check_service_test/
H A Dbms_check_service_test.cpp36 static sptr<IBundleMgr> GetBundleMgr();
39 sptr<IBundleMgr> BmsCheckServiceTest::GetBundleMgr() in GetBundleMgr()
55 return iface_cast<IBundleMgr>(remoteObject); in GetBundleMgr()
77 sptr<IBundleMgr> bundleMgr = GetBundleMgr();
92 sptr<IBundleMgr> bundleMgr = GetBundleMgr();
/ohos5.0/base/notification/common_event_service/services/test/unittest/
H A Dbundle_manager_helper_other_test.cpp53 using IBundleMgr = OHOS::AppExecFwk::IBundleMgr; typedef
55 class TestIBundleMgr : public IBundleMgr {
76 bundleManagerHelper.sptrBundleMgr_ = iface_cast<IBundleMgr>(remoteObject); in HWTEST_F()
93 bundleManagerHelper.sptrBundleMgr_ = iface_cast<IBundleMgr>(remoteObject); in HWTEST_F()
H A Dbundle_manager_helper_test.cpp53 using IBundleMgr = OHOS::AppExecFwk::IBundleMgr; typedef
55 class TestIBundleMgr : public IBundleMgr {
164 bundleManagerHelper.sptrBundleMgr_ = iface_cast<IBundleMgr>(remoteObject); in HWTEST_F()
228 bundleManagerHelper->sptrBundleMgr_ = iface_cast<IBundleMgr>(remoteObject); in HWTEST_F()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_clone_app_test/
H A Dbms_bundle_clone_app_ipc_test.cpp47 sptr<IBundleMgr> GetBundleMgrProxy();
76 sptr<IBundleMgr> BmsBundleCloneAppIPCTest::GetBundleMgrProxy() in GetBundleMgrProxy()
92 return iface_cast<IBundleMgr>(remoteObject); in GetBundleMgrProxy()
97 sptr<IBundleMgr> bundleMgrProxy = GetBundleMgrProxy(); in GetInstallerProxy()
141 sptr<IBundleMgr> bundleMgrProxy = GetBundleMgrProxy();
169 sptr<IBundleMgr> bundleMgrProxy = GetBundleMgrProxy();
198 sptr<IBundleMgr> bundleMgrProxy = GetBundleMgrProxy();
227 sptr<IBundleMgr> bundleMgrProxy = GetBundleMgrProxy();
248 sptr<IBundleMgr> bundleMgrProxy = GetBundleMgrProxy();
269 sptr<IBundleMgr> bundleMgrProxy = GetBundleMgrProxy();
[all …]
/ohos5.0/foundation/ability/ability_runtime/test/unittest/child_process_manager_test/include/
H A Dmock_bundle_manager.h28 class BundleMgrProxy : public IRemoteProxy<IBundleMgr> {
30 explicit BundleMgrProxy(const sptr<IRemoteObject>& impl) : IRemoteProxy<IBundleMgr>(impl) in BundleMgrProxy()
35 class BundleMgrStub : public IRemoteStub<IBundleMgr> {
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/ui_extension_ability_test/ui_extension_info_module_test/
H A Dui_extension_info_module_test.cpp68 static sptr<AppExecFwk::IBundleMgr> bundleMgr_;
71 sptr<AppExecFwk::IBundleMgr> UIExtensionInfoModuleTest::bundleMgr_ = nullptr;
88 sptr<AppExecFwk::IBundleMgr> bundleMgr = iface_cast<AppExecFwk::IBundleMgr>(remoteObj); in SetUpTestCase()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/
H A Dmock_plugin_component_manager.cpp24 sptr<AppExecFwk::IBundleMgr> bms = nullptr;
33 bms = sptr<AppExecFwk::IBundleMgr>(new (std::nothrow) AppExecFwk::MOCKIBundleMgr()); in CreateInstance()
36 sptr<IBundleMgr> MOCKIBundleMgr::GetInstance() in GetInstance()
63 sptr<AppExecFwk::IBundleMgr> PluginComponentManager::GetBundleManager() in GetBundleManager()
H A Dmock_bundle_mgr_interface.h23 class MOCKIBundleMgr : public IBundleMgr {
30 static sptr<IBundleMgr> GetInstance();
/ohos5.0/foundation/window/window_manager/utils/src/
H A Dsys_cap_util.cpp57 … sptr<AppExecFwk::IBundleMgr> iBundleMgr = OHOS::iface_cast<AppExecFwk::IBundleMgr>(remoteObject); in GetBundleName()
80 … sptr<AppExecFwk::IBundleMgr> iBundleMgr = OHOS::iface_cast<AppExecFwk::IBundleMgr>(remoteObject); in GetApiCompatibleVersion()
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dability_info_manager.h29 class IBundleMgr; variable
36 void Init(const sptr<AppExecFwk::IBundleMgr>& bundleMgr);
50 sptr<AppExecFwk::IBundleMgr> bundleMgr_;
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_permission_grant_system_test/
H A Dbms_permission_grant_system_test.cpp138 static sptr<IBundleMgr> GetBundleMgrProxy();
142 sptr<IBundleMgr> BmsPermissionGrantSystemTest::GetBundleMgrProxy() in GetBundleMgrProxy()
158 return iface_cast<IBundleMgr>(remoteObject); in GetBundleMgrProxy()
163 sptr<IBundleMgr> bundleMgrProxy = GetBundleMgrProxy(); in GetInstallerProxy()
243 sptr<IBundleMgr> bundleMgrProxy = GetBundleMgrProxy();
277 sptr<IBundleMgr> bundleMgrProxy = GetBundleMgrProxy();
311 sptr<IBundleMgr> bundleMgrProxy = GetBundleMgrProxy();
341 sptr<IBundleMgr> bundleMgrProxy = GetBundleMgrProxy();
421 sptr<IBundleMgr> bundleMgrProxy = GetBundleMgrProxy();
463 sptr<IBundleMgr> bundleMgrProxy = GetBundleMgrProxy();
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/include/
H A Dbundle_active_continuous_task_observer.h35 using IBundleMgr = OHOS::AppExecFwk::IBundleMgr;
44 sptr<IBundleMgr> bundleMgr_;
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_native_test/include/
H A Dmock_ability_manager_client_interface1.h67 class MockIBundleMgr : public IRemoteStub<IBundleMgr> {
78 sptr<IBundleMgr> GetBundleManager() const override in GetBundleManager()
80 return sptr<IBundleMgr>(new (std::nothrow) MockIBundleMgr()); in GetBundleManager()
/ohos5.0/base/notification/common_event_service/services/include/
H A Dbundle_manager_helper.h35 using IBundleMgr = OHOS::AppExecFwk::IBundleMgr;
109 sptr<IBundleMgr> sptrBundleMgr_;
/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/mock/include/
H A Dmock_bundle_manager.h28 class BundleMgrProxy : public IRemoteProxy<IBundleMgr> {
30 explicit BundleMgrProxy(const sptr<IRemoteObject>& impl) : IRemoteProxy<IBundleMgr>(impl) in BundleMgrProxy()
40 class BundleMgrStub : public IRemoteStub<IBundleMgr> {
/ohos5.0/foundation/filemanagement/app_file_service/tests/mock/bundle_manager/include/
H A Dmock_bundle_manager.h30 class BundleMgrProxy : public IRemoteProxy<IBundleMgr> {
32 explicit BundleMgrProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<IBundleMgr>(impl) {} in BundleMgrProxy()
41 class BundleMgrStub : public IRemoteStub<IBundleMgr> {
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/include/adapter/
H A Dbms_adapter.h46 sptr<OHOS::AppExecFwk::IBundleMgr> GetBms();
47 void SetBms(sptr<OHOS::AppExecFwk::IBundleMgr> bms);
56 sptr<OHOS::AppExecFwk::IBundleMgr> bms_ = nullptr;
/ohos5.0/foundation/bundlemanager/app_domain_verify/frameworks/common/src/bms/
H A Dbundle_info_query.cpp30 sptr<AppExecFwk::IBundleMgr> bundleMgrProxy = GetBundleMgrProxy(); in GetBundleInfo()
53 sptr<AppExecFwk::IBundleMgr> BundleInfoQuery::GetBundleMgrProxy() in GetBundleMgrProxy()
69 return iface_cast<AppExecFwk::IBundleMgr>(remoteObject); in GetBundleMgrProxy()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_multiuser_install_test/
H A Dbms_bundle_multiuser_install_ipc_test.cpp47 sptr<IBundleMgr> GetBundleMgrProxy();
76 sptr<IBundleMgr> BmsBundleMultiuserInstallIPCTest::GetBundleMgrProxy() in GetBundleMgrProxy()
92 return iface_cast<IBundleMgr>(remoteObject); in GetBundleMgrProxy()
97 sptr<IBundleMgr> bundleMgrProxy = GetBundleMgrProxy(); in GetInstallerProxy()
/ohos5.0/foundation/multimedia/player_framework/services/utils/
H A Dmedia_utils.cpp87 sptr<OHOS::AppExecFwk::IBundleMgr> bms = iface_cast<OHOS::AppExecFwk::IBundleMgr>(object); in GetClientBundleName()
123 sptr<OHOS::AppExecFwk::IBundleMgr> bms = iface_cast<OHOS::AppExecFwk::IBundleMgr>(object); in GetApiInfo()
162 sptr<OHOS::AppExecFwk::IBundleMgr> bms = iface_cast<OHOS::AppExecFwk::IBundleMgr>(object); in GetBundleResourceLabel()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/benchmarktest/installer_proxy_test/
H A Dinstaller_proxy_test.cpp51 sptr<IBundleMgr> GetBundleMgrProxy() in GetBundleMgrProxy()
64 return iface_cast<IBundleMgr>(remoteObject); in GetBundleMgrProxy()
69 sptr<IBundleMgr> bundleMgrProxy = GetBundleMgrProxy(); in GetInstallerProxy()

1234567891011