Home
last modified time | relevance | path

Searched refs:GetBundleMgrProxy (Results 1 – 25 of 68) sorted by relevance

123

/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() function in __anona640490a0110::BundleMgrProxyTest
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()
263 sptr<IBundleMgr> bundleMgrProxy = BundleMgrProxyTest::GetBundleMgrProxy(); in BenchmarkTestGetBundleInfosByFlags()
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_search_system_test/
H A Dbms_search_system_test.cpp182 static sptr<BundleMgrProxy> GetBundleMgrProxy();
194 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); in SetUpTestCase()
206 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); in TearDownTestCase()
221 sptr<BundleMgrProxy> BmsSearchSystemTest::GetBundleMgrProxy() in GetBundleMgrProxy() function in OHOS::AppExecFwk::BmsSearchSystemTest
242 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); in GetInstallerProxy()
324 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy();
362 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy();
398 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy();
426 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy();
456 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy();
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/
H A Dacts_bms_kit_system_test.cpp271 static sptr<BundleMgrProxy> GetBundleMgrProxy();
411 sptr<BundleMgrProxy> ActsBmsKitSystemTest::GetBundleMgrProxy() in GetBundleMgrProxy() function in OHOS::AppExecFwk::ActsBmsKitSystemTest
432 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); in GetInstallerProxy()
544 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy();
6567 auto bundleMgrProxy = GetBundleMgrProxy();
6579 auto bundleMgrProxy = GetBundleMgrProxy();
6657 auto bundleMgrProxy = GetBundleMgrProxy();
6690 auto bundleMgrProxy = GetBundleMgrProxy();
6744 auto bundleMgrProxy = GetBundleMgrProxy();
9477 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy();
[all …]
/ohos5.0/foundation/communication/nfc/services/src/tag/
H A Dndef_har_dispatch.cpp46 sptr<AppExecFwk::IBundleMgr> NdefHarDispatch::GetBundleMgrProxy() in GetBundleMgrProxy() function in OHOS::NFC::TAG::NdefHarDispatch
72 if (GetBundleMgrProxy() == nullptr) { in DispatchMimeType()
83 if (!GetBundleMgrProxy()->ImplicitQueryInfos( in DispatchMimeType()
106 if (GetBundleMgrProxy() == nullptr) { in DispatchBundleAbility()
110 int32_t errCode = GetBundleMgrProxy()->GetLaunchWantForBundle(harPackageString, want, USER_ID); in DispatchBundleAbility()
139 if (GetBundleMgrProxy() == nullptr) { in DispatchUriToBundleAbility()
143 int32_t errCode = GetBundleMgrProxy()->CanOpenLink(uri, canOpen); in DispatchUriToBundleAbility()
/ohos5.0/base/notification/common_event_service/services/src/
H A Dbundle_manager_helper.cpp63 if (!GetBundleMgrProxy()) { in QueryExtensionInfos()
78 if (!GetBundleMgrProxy()) { in QueryExtensionInfos()
106 if (!GetBundleMgrProxy()) { in GetResConfigFile()
123 if (!GetBundleMgrProxy()) { in CheckIsSystemAppByUid()
141 if (!GetBundleMgrProxy()) { in CheckIsSystemAppByBundleName()
160 bool BundleManagerHelper::GetBundleMgrProxy() in GetBundleMgrProxy() function in OHOS::EventFwk::BundleManagerHelper
234 if (!GetBundleMgrProxy()) { in GetApplicationInfos()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_install_system_test/
H A Dbm_install_multi_user_test.cpp253 auto bmsProxy = GetBundleMgrProxy();
292 auto bmsProxy = GetBundleMgrProxy();
331 auto bmsProxy = GetBundleMgrProxy();
370 auto bmsProxy = GetBundleMgrProxy();
409 auto bmsProxy = GetBundleMgrProxy();
448 auto bmsProxy = GetBundleMgrProxy();
488 auto bmsProxy = GetBundleMgrProxy();
528 auto bmsProxy = GetBundleMgrProxy();
567 auto bmsProxy = GetBundleMgrProxy();
601 auto bmsProxy = GetBundleMgrProxy();
[all …]
H A Dbms_install_system_test.cpp153 static sptr<IBundleMgr> GetBundleMgrProxy();
159 sptr<IBundleMgr> BmsInstallSystemTest::GetBundleMgrProxy() in GetBundleMgrProxy() function in OHOS::AppExecFwk::BmsInstallSystemTest
180 sptr<IBundleMgr> bundleMgrProxy = GetBundleMgrProxy(); in GetInstallerProxy()
319 sptr<IBundleMgr> bundleMgrProxy = GetBundleMgrProxy(); in CheckBundleInfo()
479 sptr<IBundleMgr> bundleMgrProxy = GetBundleMgrProxy();
1043 sptr<IBundleMgr> bundleMgrProxy = GetBundleMgrProxy();
1099 sptr<IBundleMgr> bundleMgrProxy = GetBundleMgrProxy();
1148 sptr<IBundleMgr> bundleMgrProxy = GetBundleMgrProxy();
1176 sptr<IBundleMgr> bundleMgrProxy = GetBundleMgrProxy();
1269 sptr<IBundleMgr> bundleMgrProxy = GetBundleMgrProxy();
[all …]
/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() function in OHOS::BmsBundleCloneAppIPCTest
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();
304 sptr<IBundleMgr> bundleMgrProxy = GetBundleMgrProxy();
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_compatible_system_test/
H A Dbms_compatible_system_test.cpp78 static sptr<BundleMgrProxy> GetBundleMgrProxy();
82 sptr<BundleMgrProxy> BmsCompatibleSystemTest::GetBundleMgrProxy() in GetBundleMgrProxy() function in OHOS::AppExecFwk::BmsCompatibleSystemTest
103 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); in GetInstallerProxy()
266 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy();
311 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy();
348 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy();
391 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy();
432 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy();
461 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy();
495 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy();
[all …]
/ohos5.0/foundation/communication/netmanager_base/utils/bundle_utils/src/
H A Dnet_bundle_impl.cpp26 sptr<AppExecFwk::BundleMgrProxy> GetBundleMgrProxy() in GetBundleMgrProxy() function
44 sptr<AppExecFwk::BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); in GetJsonFromBundle()
66 sptr<AppExecFwk::BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); in IsAtomicService()
84 sptr<AppExecFwk::BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); in ObtainBundleNameForSelf()
102 sptr<AppExecFwk::BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); in ObtainTargetApiVersionForSelf()
/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() function in OHOS::AppExecFwk::BmsPermissionGrantSystemTest
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/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_app_control_test/
H A Dbms_bundle_app_control_test.cpp678 auto bundleMgrProxy = GetBundleMgrProxy();
695 auto bundleMgrProxy = GetBundleMgrProxy();
709 auto bundleMgrProxy = GetBundleMgrProxy();
1296 auto bundleMgrProxy = GetBundleMgrProxy();
1311 auto bundleMgrProxy = GetBundleMgrProxy();
1333 auto bundleMgrProxy = GetBundleMgrProxy();
1353 auto bundleMgrProxy = GetBundleMgrProxy();
1366 auto bundleMgrProxy = GetBundleMgrProxy();
1379 auto bundleMgrProxy = GetBundleMgrProxy();
1393 auto bundleMgrProxy = GetBundleMgrProxy();
[all …]
/ohos5.0/foundation/filemanagement/app_file_service/interfaces/common/src/
H A Dcommon_func.cpp39 static sptr<BundleMgrProxy> GetBundleMgrProxy() in GetBundleMgrProxy() function
59 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); in GetSelfBundleName()
/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() function in OHOS::BmsBundleMultiuserInstallIPCTest
97 sptr<IBundleMgr> bundleMgrProxy = GetBundleMgrProxy(); in GetInstallerProxy()
/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() function in OHOS::AppDomainVerify::BundleInfoQuery
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_uninstall_system_test/
H A Dbms_uninstall_system_test.cpp112 static sptr<IBundleMgr> GetBundleMgrProxy();
150 sptr<IBundleMgr> BmsUninstallSystemTest::GetBundleMgrProxy() in GetBundleMgrProxy() function in OHOS::AppExecFwk::BmsUninstallSystemTest
171 sptr<IBundleMgr> bundleMgrProxy = GetBundleMgrProxy(); in GetInstallerProxy()
190 sptr<IBundleMgr> bundleMgrProxy = GetBundleMgrProxy(); in CheckBundleInfo()
732 sptr<IBundleMgr> bundleMgrProxy = GetBundleMgrProxy();
823 sptr<IBundleMgr> bundleMgrProxy = GetBundleMgrProxy();
866 sptr<IBundleMgr> bundleMgrProxy = GetBundleMgrProxy();
944 sptr<IBundleMgr> bundleMgrProxy = GetBundleMgrProxy();
1021 sptr<IBundleMgr> bundleMgrProxy = GetBundleMgrProxy();
1054 sptr<IBundleMgr> bundleMgrProxy = GetBundleMgrProxy();
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework/test/benchmarktest/installer_proxy_test/
H A Dinstaller_proxy_test.cpp51 sptr<IBundleMgr> GetBundleMgrProxy() in GetBundleMgrProxy() function
69 sptr<IBundleMgr> bundleMgrProxy = GetBundleMgrProxy(); in GetInstallerProxy()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_client_system_test/
H A Dbundle_mgr_client_system_test.cpp122 static sptr<IBundleMgr> GetBundleMgrProxy();
2150 sptr<IBundleMgr> proxy = GetBundleMgrProxy();
2179 sptr<IBundleMgr> proxy = GetBundleMgrProxy();
2208 sptr<IBundleMgr> proxy = GetBundleMgrProxy();
2237 sptr<IBundleMgr> proxy = GetBundleMgrProxy();
2279 sptr<IBundleMgr> proxy = GetBundleMgrProxy();
2445 sptr<IBundleMgr> proxy = GetBundleMgrProxy();
2463 sptr<IBundleMgr> proxy = GetBundleMgrProxy();
2482 sptr<IBundleMgr> proxy = GetBundleMgrProxy();
2501 sptr<IBundleMgr> proxy = GetBundleMgrProxy();
[all …]
/ohos5.0/foundation/communication/nfc/services/src/external_deps/
H A Dapp_data_parser.cpp55 sptr<AppExecFwk::IBundleMgr> AppDataParser::GetBundleMgrProxy() in GetBundleMgrProxy() function in OHOS::NFC::AppDataParser
142 sptr<AppExecFwk::IBundleMgr> bundleMgrProxy = GetBundleMgrProxy(); in QueryAbilityInfos()
451 sptr<AppExecFwk::IBundleMgr> bundleMgrProxy = GetBundleMgrProxy(); in InitAppList()
587 sptr<AppExecFwk::IBundleMgr> bundleMgrProxy = GetBundleMgrProxy(); in GetPaymentAbilityInfosFromVendor()
642 sptr<AppExecFwk::IBundleMgr> bundleMgrProxy = GetBundleMgrProxy(); in IsBundleInstalled()
733 sptr<AppExecFwk::IBundleMgr> bundleMgrProxy = GetBundleMgrProxy(); in GetBundleInfo()
750 sptr<AppExecFwk::IBundleMgr> bundleMgrProxy = GetBundleMgrProxy(); in IsSystemApp()
760 auto bundleMgr = GetBundleMgrProxy(); in GetBundleNameByUid()
/ohos5.0/drivers/external_device_manager/services/native/driver_extension_manager/src/drivers_pkg_manager/
H A Ddrv_bundle_state_callback.cpp57 auto iBundleMgr = GetBundleMgrProxy(); in GetBundleSize()
289 auto iBundleMgr = GetBundleMgrProxy(); in GetAllDriverInfos()
332 auto iBundleMgr = GetBundleMgrProxy(); in CheckBundleMgrProxyPermission()
424 sptr<OHOS::AppExecFwk::IBundleMgr> DrvBundleStateCallback::GetBundleMgrProxy() in GetBundleMgrProxy() function in OHOS::ExternalDeviceManager::DrvBundleStateCallback
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/
H A Dbms_bundle_permission_system_app_test.cpp72 sptr<BundleMgrProxy> GetBundleMgrProxy();
128 sptr<IBundleMgr> bundleMgrProxy = GetBundleMgrProxy(); in GetInstallerProxy()
144 sptr<BundleMgrProxy> BmsBundlePermissionSyetemAppFalseTest::GetBundleMgrProxy() in GetBundleMgrProxy() function in OHOS::BmsBundlePermissionSyetemAppFalseTest
1394 auto bundleMgrProxy = GetBundleMgrProxy();
1410 auto bundleMgrProxy = GetBundleMgrProxy();
1424 auto bundleMgrProxy = GetBundleMgrProxy();
1438 auto bundleMgrProxy = GetBundleMgrProxy();
1452 auto bundleMgrProxy = GetBundleMgrProxy();
1468 auto bundleMgrProxy = GetBundleMgrProxy();
/ohos5.0/base/notification/common_event_service/services/test/unittest/
H A Dbundle_manager_helper_test.cpp90 EXPECT_EQ(true, bundleManagerHelper.GetBundleMgrProxy()); in HWTEST_F()
104 EXPECT_EQ(false, bundleManagerHelper.GetBundleMgrProxy()); in HWTEST_F()
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/include/
H A Dbundle_command_common.h32 static sptr<IBundleMgr> GetBundleMgrProxy();
/ohos5.0/foundation/bundlemanager/app_domain_verify/frameworks/common/include/bms/
H A Dbundle_info_query.h28 static sptr<AppExecFwk::IBundleMgr> GetBundleMgrProxy();
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/include/storage/
H A Dbundle_manager_connector.h33 sptr<AppExecFwk::IBundleMgr> GetBundleMgrProxy();

123