/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/ |
H A D | bundlemgrproxy_fuzzer.cpp | 31 BundleMgrProxy bundleMgrProxy(object); in DoSomethingInterestingWithMyAPI() 37 bundleMgrProxy.QueryKeepAliveBundleInfos(bundleInfos); in DoSomethingInterestingWithMyAPI() 40 bundleMgrProxy.RegisterBundleStatusCallback(bundleStatusCallback); in DoSomethingInterestingWithMyAPI() 41 bundleMgrProxy.ClearBundleStatusCallback(bundleStatusCallback); in DoSomethingInterestingWithMyAPI() 45 bundleMgrProxy.DumpInfos(flag, bundleName, reinterpret_cast<uintptr_t>(data), result); in DoSomethingInterestingWithMyAPI() 51 bundleMgrProxy.IsApplicationEnabled(bundleName, isEnable); in DoSomethingInterestingWithMyAPI() 52 bundleMgrProxy.SetApplicationEnabled(bundleName, isEnable, reinterpret_cast<uintptr_t>(data)); in DoSomethingInterestingWithMyAPI() 55 bundleMgrProxy.IsAbilityEnabled(abilityInfo, isEnable); in DoSomethingInterestingWithMyAPI() 56 bundleMgrProxy.SetAbilityEnabled(abilityInfo, isEnable, reinterpret_cast<uintptr_t>(data)); in DoSomethingInterestingWithMyAPI() 62 bundleMgrProxy in DoSomethingInterestingWithMyAPI() [all...] |
/foundation/bundlemanager/bundle_framework/test/benchmarktest/bundlemgr_proxy_test/ |
H A D | bundlemgr_proxy_test.cpp | 112 sptr<IBundleMgr> bundleMgrProxy = BundleMgrProxyTest::GetBundleMgrProxy();
in BenchmarkTestGetApplicationInfoByFlag() local 116 if (bundleMgrProxy == nullptr) {
in BenchmarkTestGetApplicationInfoByFlag() 120 bundleMgrProxy->GetApplicationInfo(BUNDLE_NAME, ApplicationFlag::GET_BASIC_APPLICATION_INFO,
in BenchmarkTestGetApplicationInfoByFlag() 134 sptr<IBundleMgr> bundleMgrProxy = BundleMgrProxyTest::GetBundleMgrProxy();
in BenchmarkTestGetApplicationInfoByUserId() local 138 if (bundleMgrProxy == nullptr) {
in BenchmarkTestGetApplicationInfoByUserId() 142 bundleMgrProxy->GetApplicationInfo(BUNDLE_NAME, flags, DEFAULT_USERID, appInfo);
in BenchmarkTestGetApplicationInfoByUserId() 155 sptr<IBundleMgr> bundleMgrProxy = BundleMgrProxyTest::GetBundleMgrProxy();
in BenchmarkTestGetApplicationInfosByApplicationFlag() local 159 if (bundleMgrProxy == nullptr) {
in BenchmarkTestGetApplicationInfosByApplicationFlag() 163 bundleMgrProxy->GetApplicationInfos(ApplicationFlag::GET_APPLICATION_INFO_WITH_PERMISSION, DEFAULT_USERID,
in BenchmarkTestGetApplicationInfosByApplicationFlag() 178 sptr<IBundleMgr> bundleMgrProxy in BenchmarkTestGetApplicationInfosByFlags() local 199 sptr<IBundleMgr> bundleMgrProxy = BundleMgrProxyTest::GetBundleMgrProxy(); BenchmarkTestGetBundleInfoByBundleFlag() local 220 sptr<IBundleMgr> bundleMgrProxy = BundleMgrProxyTest::GetBundleMgrProxy(); BenchmarkTestGetBundleInfoByFlags() local 241 sptr<IBundleMgr> bundleMgrProxy = BundleMgrProxyTest::GetBundleMgrProxy(); BenchmarkTestGetBundleInfosByBundleFlag() local 263 sptr<IBundleMgr> bundleMgrProxy = BundleMgrProxyTest::GetBundleMgrProxy(); BenchmarkTestGetBundleInfosByFlags() local 284 sptr<IBundleMgr> bundleMgrProxy = BundleMgrProxyTest::GetBundleMgrProxy(); BenchmarkTestGetUidByBundleName() local 302 sptr<IBundleMgr> bundleMgrProxy = BundleMgrProxyTest::GetBundleMgrProxy(); BenchmarkTestGetAppIdByBundleName() local 320 sptr<IBundleMgr> bundleMgrProxy = BundleMgrProxyTest::GetBundleMgrProxy(); BenchmarkTestGetBundlesForUid() local 341 sptr<IBundleMgr> bundleMgrProxy = BundleMgrProxyTest::GetBundleMgrProxy(); BenchmarkTestGetNameForUid() local 360 sptr<IBundleMgr> bundleMgrProxy = BundleMgrProxyTest::GetBundleMgrProxy(); BenchmarkTestGetAppType() local 379 sptr<IBundleMgr> bundleMgrProxy = BundleMgrProxyTest::GetBundleMgrProxy(); BenchmarkTestCheckIsSystemAppByUid() local 400 sptr<IBundleMgr> bundleMgrProxy = BundleMgrProxyTest::GetBundleMgrProxy(); BenchmarkTestGetBundleInfosByMetaData() local 425 sptr<IBundleMgr> bundleMgrProxy = BundleMgrProxyTest::GetBundleMgrProxy(); BenchmarkTestQueryAbilityInfo() local 450 sptr<IBundleMgr> bundleMgrProxy = BundleMgrProxyTest::GetBundleMgrProxy(); BenchmarkTestQueryAbilityInfoByFlags() local 477 sptr<IBundleMgr> bundleMgrProxy = BundleMgrProxyTest::GetBundleMgrProxy(); BenchmarkTestQueryAbilityInfos() local 503 sptr<IBundleMgr> bundleMgrProxy = BundleMgrProxyTest::GetBundleMgrProxy(); BenchmarkTestQueryAbilityInfosByFlags() local 530 sptr<IBundleMgr> bundleMgrProxy = BundleMgrProxyTest::GetBundleMgrProxy(); BenchmarkTestQueryAbilityInfosById() local 552 sptr<IBundleMgr> bundleMgrProxy = BundleMgrProxyTest::GetBundleMgrProxy(); BenchmarkTestQueryAbilityInfoByUri() local 574 sptr<IBundleMgr> bundleMgrProxy = BundleMgrProxyTest::GetBundleMgrProxy(); BenchmarkTestQueryAbilityInfoByUriAndId() local 596 sptr<IBundleMgr> bundleMgrProxy = BundleMgrProxyTest::GetBundleMgrProxy(); BenchmarkTestQueryAbilityInfosByUri() local 615 sptr<IBundleMgr> bundleMgrProxy = BundleMgrProxyTest::GetBundleMgrProxy(); BenchmarkTestQueryKeepAliveBundleInfos() local 636 sptr<IBundleMgr> bundleMgrProxy = BundleMgrProxyTest::GetBundleMgrProxy(); BenchmarkTestGetAbilityLabel() local 655 sptr<IBundleMgr> bundleMgrProxy = BundleMgrProxyTest::GetBundleMgrProxy(); BenchmarkTestGetBundleArchiveInfo() local 675 sptr<IBundleMgr> bundleMgrProxy = BundleMgrProxyTest::GetBundleMgrProxy(); BenchmarkTestGetBundleArchiveInfoByFlag() local 695 sptr<IBundleMgr> bundleMgrProxy = BundleMgrProxyTest::GetBundleMgrProxy(); BenchmarkTestGetLaunchWantForBundle() local 715 sptr<IBundleMgr> bundleMgrProxy = BundleMgrProxyTest::GetBundleMgrProxy(); BenchmarkTestGetPermissionDef() local 737 sptr<IBundleMgr> bundleMgrProxy = BundleMgrProxyTest::GetBundleMgrProxy(); BenchmarkTestCleanBundleDataFiles() local 756 sptr<IBundleMgr> bundleMgrProxy = BundleMgrProxyTest::GetBundleMgrProxy(); BenchmarkTestRegisterBundleStatusCallback() local 777 sptr<IBundleMgr> bundleMgrProxy = BundleMgrProxyTest::GetBundleMgrProxy(); BenchmarkTestClearBundleStatusCallback() local 798 sptr<IBundleMgr> bundleMgrProxy = BundleMgrProxyTest::GetBundleMgrProxy(); BenchmarkTestUnregisterBundleStatusCallback() local 817 sptr<IBundleMgr> bundleMgrProxy = BundleMgrProxyTest::GetBundleMgrProxy(); BenchmarkTestDumpInfos() local 839 sptr<IBundleMgr> bundleMgrProxy = BundleMgrProxyTest::GetBundleMgrProxy(); BenchmarkTestIsApplicationEnabled() local 859 sptr<IBundleMgr> bundleMgrProxy = BundleMgrProxyTest::GetBundleMgrProxy(); BenchmarkTestSetApplicationEnabled() local 878 sptr<IBundleMgr> bundleMgrProxy = BundleMgrProxyTest::GetBundleMgrProxy(); BenchmarkTestIsAbilityEnabled() local 900 sptr<IBundleMgr> bundleMgrProxy = BundleMgrProxyTest::GetBundleMgrProxy(); BenchmarkTestSetAbilityEnabled() local 921 sptr<IBundleMgr> bundleMgrProxy = BundleMgrProxyTest::GetBundleMgrProxy(); BenchmarkTestGetBundleInstaller() local 940 sptr<IBundleMgr> bundleMgrProxy = BundleMgrProxyTest::GetBundleMgrProxy(); BenchmarkTestGetBundleUserMgr() local 959 sptr<IBundleMgr> bundleMgrProxy = BundleMgrProxyTest::GetBundleMgrProxy(); BenchmarkTestGetAllFormsInfo() local 980 sptr<IBundleMgr> bundleMgrProxy = BundleMgrProxyTest::GetBundleMgrProxy(); BenchmarkTestGetFormsInfoByApp() local 1001 sptr<IBundleMgr> bundleMgrProxy = BundleMgrProxyTest::GetBundleMgrProxy(); BenchmarkTestGetFormsInfoByModule() local 1022 sptr<IBundleMgr> bundleMgrProxy = BundleMgrProxyTest::GetBundleMgrProxy(); BenchmarkTestGetShortcutInfos() local 1043 sptr<IBundleMgr> bundleMgrProxy = BundleMgrProxyTest::GetBundleMgrProxy(); BenchmarkTestGetAllCommonEventInfo() local 1064 sptr<IBundleMgr> bundleMgrProxy = BundleMgrProxyTest::GetBundleMgrProxy(); BenchmarkTestGetDistributedBundleInfo() local 1087 sptr<IBundleMgr> bundleMgrProxy = BundleMgrProxyTest::GetBundleMgrProxy(); BenchmarkTestGetAppPrivilegeLevel() local 1106 sptr<IBundleMgr> bundleMgrProxy = BundleMgrProxyTest::GetBundleMgrProxy(); BenchmarkTestQueryExtensionAbilityInfosByWant() local 1132 sptr<IBundleMgr> bundleMgrProxy = BundleMgrProxyTest::GetBundleMgrProxy(); BenchmarkTestQueryExtensionAbilityInfosByType() local 1152 sptr<IBundleMgr> bundleMgrProxy = BundleMgrProxyTest::GetBundleMgrProxy(); BenchmarkTestQueryExtensionAbilityInfos() local 1178 sptr<IBundleMgr> bundleMgrProxy = BundleMgrProxyTest::GetBundleMgrProxy(); BenchmarkTestVerifyCallingPermission() local 1198 sptr<IBundleMgr> bundleMgrProxy = BundleMgrProxyTest::GetBundleMgrProxy(); BenchmarkTestQueryExtensionAbilityInfoByUri() local 1219 sptr<IBundleMgr> bundleMgrProxy = BundleMgrProxyTest::GetBundleMgrProxy(); BenchmarkTestImplicitQueryInfoByPriority() local 1246 sptr<IBundleMgr> bundleMgrProxy = BundleMgrProxyTest::GetBundleMgrProxy(); BenchmarkTestGetSandboxBundleInfo() local 1266 sptr<IBundleMgr> bundleMgrProxy = BundleMgrProxyTest::GetBundleMgrProxy(); BenchmarkTestGetAbilityInfo() local 1287 sptr<IBundleMgr> bundleMgrProxy = BundleMgrProxyTest::GetBundleMgrProxy(); BenchmarkTestGetAbilityInfoByModuleName() local 1307 sptr<IBundleMgr> bundleMgrProxy = BundleMgrProxyTest::GetBundleMgrProxy(); BenchmarkTestGetAllDependentModuleNames() local 1327 sptr<IBundleMgr> bundleMgrProxy = BundleMgrProxyTest::GetBundleMgrProxy(); BenchmarkTestObtainCallingBundleName() local [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_mgr_proxy_test/ |
H A D | bms_bundle_mgr_proxy_test.cpp | 118 BundleMgrProxy bundleMgrProxy(impl); in HWTEST_F() 124 auto res = bundleMgrProxy.GetApplicationInfo(appName, flag, userId, appInfo); in HWTEST_F() 127 res = bundleMgrProxy.GetApplicationInfo(appName, flag, userId, appInfo); in HWTEST_F() 140 BundleMgrProxy bundleMgrProxy(impl); in HWTEST_F() 146 auto res = bundleMgrProxy.GetApplicationInfo(appName, flags, userId, appInfo); in HWTEST_F() 149 res = bundleMgrProxy.GetApplicationInfo(appName, flags, userId, appInfo); in HWTEST_F() 162 BundleMgrProxy bundleMgrProxy(impl); in HWTEST_F() 168 auto res = bundleMgrProxy.GetApplicationInfoV9(appName, flags, userId, appInfo); in HWTEST_F() 171 res = bundleMgrProxy.GetApplicationInfoV9(appName, flags, userId, appInfo); in HWTEST_F() 184 BundleMgrProxy bundleMgrProxy(imp in HWTEST_F() [all...] |
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/ |
H A D | acts_bms_kit_system_test.cpp | 432 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); in GetInstallerProxy() local 433 if (!bundleMgrProxy) { in GetInstallerProxy() 438 sptr<IBundleInstaller> installerProxy = bundleMgrProxy->GetBundleInstaller(); in GetInstallerProxy() 544 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); in HWTEST_F() local 545 ASSERT_NE(bundleMgrProxy, nullptr); in HWTEST_F() 548 bool getInfoResult = bundleMgrProxy->GetBundleInfo(appName, 0, bundleInfo, USERID); in HWTEST_F() 576 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); in HWTEST_F() local 577 ASSERT_NE(bundleMgrProxy, nullptr); in HWTEST_F() 581 bundleMgrProxy->GetBundleInfo(appName, BundleFlag::GET_BUNDLE_WITH_ABILITIES, bundleInfo, USERID); in HWTEST_F() 610 sptr<BundleMgrProxy> bundleMgrProxy in HWTEST_F() local 645 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 686 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 722 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 739 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 762 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 807 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 841 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 873 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 905 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 938 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 972 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 1006 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 1041 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 1077 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 1111 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 1148 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 1182 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 1217 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 1252 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 1289 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 1320 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 1366 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 1405 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 1451 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 1471 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 1490 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 1521 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 1569 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 1617 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 1666 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 1709 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 1752 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 1795 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 1832 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 1859 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 1895 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 1920 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 1949 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 1985 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 2016 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 2070 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 2092 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 2112 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 2139 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 2179 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 2224 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 2259 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 2285 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 2326 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 2370 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 2416 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 2458 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 2481 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 2500 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 2529 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 2566 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 2607 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 2640 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 2667 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 2709 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 2757 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 2805 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 2838 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 2866 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 2911 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 2962 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 3022 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 3075 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 3113 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 3145 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 3179 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 3198 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 3226 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 3244 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 3274 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 3330 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 3390 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 3450 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 3507 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 3561 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 3621 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 3684 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 3748 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 3790 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 3844 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 3899 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 3955 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 4010 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 4051 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 4094 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 4131 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 4158 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 4192 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 4269 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 4678 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 4786 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 4819 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 5017 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 5067 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 5099 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 5141 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 5201 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 5239 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 5272 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 5292 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 5315 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 5347 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 5377 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 5408 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 5441 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 5477 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 5523 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 5571 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 5617 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 5666 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 5702 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 5722 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 5745 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 5777 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 5808 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 5830 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 5866 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 5905 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 5936 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 5958 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 5989 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 6012 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 6045 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 6066 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 6090 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 6128 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 6160 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 6181 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 6211 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 6231 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 6253 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 6270 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 6285 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 6299 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 6316 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 6332 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 6356 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 6393 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 6428 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 6466 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 6493 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 6515 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 6547 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 6570 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 6587 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 6603 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 6619 auto bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 6631 auto bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 6709 auto bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 6742 auto bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 6768 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 6796 auto bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 6810 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 6827 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 6845 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 6863 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 6898 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 6919 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 6934 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 6950 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 6966 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 6982 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 6999 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 7015 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 7031 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 7047 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 7062 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 7077 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 7093 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 7110 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 7128 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 7155 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 7183 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 7206 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 7227 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 7252 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 7275 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 7292 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 7315 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 7342 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 7356 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 7381 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 7406 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 7430 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 7449 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 7468 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 7492 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 7512 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 7531 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 7566 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 7597 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 7623 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 7649 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 7684 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 7705 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 7874 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 7888 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 7904 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 7924 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 7938 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 7955 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 7972 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 8034 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 8068 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 8092 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 8107 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 8121 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 8135 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 8149 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 8163 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 8178 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 8203 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 8227 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 8252 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 8272 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 8290 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 8304 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 8319 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 8342 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 8377 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 8424 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 8455 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 8485 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 8503 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 8531 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 8566 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 8589 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 8616 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 8632 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 8649 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 8666 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 8690 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 8714 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 8735 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 8772 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 8807 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 8852 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 8901 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 8944 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 8987 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 9030 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 9060 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 9084 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 9129 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 9159 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 9185 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 9219 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 9251 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 9283 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 9366 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 9397 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 9425 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 9456 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 9492 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 9529 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 9554 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 9582 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 9613 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 9632 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 9661 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_clone_app_test/ |
H A D | bms_bundle_clone_app_ipc_test.cpp | 97 sptr<IBundleMgr> bundleMgrProxy = GetBundleMgrProxy(); in GetInstallerProxy() local 98 if (!bundleMgrProxy) { in GetInstallerProxy() 103 sptr<IBundleInstaller> installerProxy = bundleMgrProxy->GetBundleInstaller(); in GetInstallerProxy() 145 sptr<IBundleMgr> bundleMgrProxy = GetBundleMgrProxy(); in HWTEST_F() local 146 EXPECT_NE(bundleMgrProxy, nullptr); in HWTEST_F() 147 if (!bundleMgrProxy) { in HWTEST_F() 161 auto result = bundleMgrProxy->QueryCloneAbilityInfo(element, in HWTEST_F() 168 sptr<IBundleMgr> bundleMgrProxy = GetBundleMgrProxy(); in HWTEST_F() local 169 EXPECT_NE(bundleMgrProxy, nullptr); in HWTEST_F() 170 if (!bundleMgrProxy) { in HWTEST_F() 192 sptr<IBundleMgr> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 216 sptr<IBundleMgr> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 232 sptr<IBundleMgr> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 248 sptr<IBundleMgr> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 279 sptr<IBundleMgr> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local [all...] |
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_search_system_test/ |
H A D | bms_search_system_test.cpp | 194 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); in SetUpTestCase() local 195 if (!bundleMgrProxy) { in SetUpTestCase() 197 EXPECT_EQ(bundleMgrProxy, nullptr); in SetUpTestCase() 206 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); in TearDownTestCase() local 242 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); in GetInstallerProxy() local 243 if (!bundleMgrProxy) { in GetInstallerProxy() 248 sptr<IBundleInstaller> installerProxy = bundleMgrProxy->GetBundleInstaller(); in GetInstallerProxy() 324 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); in HWTEST_F() local 325 if (!bundleMgrProxy) { in HWTEST_F() 327 EXPECT_EQ(bundleMgrProxy, nullpt in HWTEST_F() 362 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 398 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 426 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 456 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 487 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 518 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 546 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 583 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 610 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 636 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 663 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 734 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 786 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 809 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 865 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 890 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 911 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 936 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 966 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 989 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 1022 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 1052 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 1083 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 1110 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 1146 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local [all...] |
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_compatible_system_test/ |
H A D | bms_compatible_system_test.cpp | 103 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); in GetInstallerProxy() local 104 if (!bundleMgrProxy) { in GetInstallerProxy() 109 sptr<IBundleInstaller> installerProxy = bundleMgrProxy->GetBundleInstaller(); in GetInstallerProxy() 266 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); in HWTEST_F() local 267 if (bundleMgrProxy == nullptr) { in HWTEST_F() 269 EXPECT_NE(bundleMgrProxy, nullptr); in HWTEST_F() 278 bool result = bundleMgrProxy->QueryAbilityInfo(want, GET_ABILITY_INFO_WITH_APPLICATION, USERID, abilityInfo); in HWTEST_F() 311 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); in HWTEST_F() local 312 if (bundleMgrProxy == nullptr) { in HWTEST_F() 314 EXPECT_NE(bundleMgrProxy, nullpt in HWTEST_F() 348 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 391 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 432 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 461 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 495 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 530 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 570 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 604 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 627 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 659 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 683 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 705 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 732 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 760 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 789 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 821 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local [all...] |
/foundation/communication/netmanager_base/utils/bundle_utils/src/ |
H A D | net_bundle_impl.cpp | 44 sptr<AppExecFwk::BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); in GetJsonFromBundle() local 45 if (bundleMgrProxy == nullptr) { in GetJsonFromBundle() 50 auto ret = bundleMgrProxy->GetBundleInfoForSelf(0, bundleInfo); in GetJsonFromBundle() 55 ret = bundleMgrProxy->GetJsonProfile(AppExecFwk::ProfileType::NETWORK_PROFILE, in GetJsonFromBundle() 66 sptr<AppExecFwk::BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); in IsAtomicService() local 67 if (bundleMgrProxy == nullptr) { in IsAtomicService() 73 auto ret = bundleMgrProxy->GetBundleInfoForSelf(static_cast<int32_t>(flags), bundleInfo); in IsAtomicService() 84 sptr<AppExecFwk::BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); in ObtainBundleNameForSelf() local 85 if (bundleMgrProxy == nullptr) { in ObtainBundleNameForSelf() 91 auto ret = bundleMgrProxy in ObtainBundleNameForSelf() 102 sptr<AppExecFwk::BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); ObtainTargetApiVersionForSelf() local [all...] |
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_permission_grant_system_test/ |
H A D | bms_permission_grant_system_test.cpp | 163 sptr<IBundleMgr> bundleMgrProxy = GetBundleMgrProxy(); in GetInstallerProxy() local 164 if (!bundleMgrProxy) { in GetInstallerProxy() 169 sptr<IBundleInstaller> installerProxy = bundleMgrProxy->GetBundleInstaller(); in GetInstallerProxy() 243 sptr<IBundleMgr> bundleMgrProxy = GetBundleMgrProxy(); in HWTEST_F() local 244 EXPECT_NE(bundleMgrProxy, nullptr); in HWTEST_F() 245 if (bundleMgrProxy) { in HWTEST_F() 248 bundleMgrProxy->GetBundleInfo(BUNDLE_NAME, BundleFlag::GET_BUNDLE_WITH_REQUESTED_PERMISSION, in HWTEST_F() 277 sptr<IBundleMgr> bundleMgrProxy = GetBundleMgrProxy(); in HWTEST_F() local 278 EXPECT_NE(bundleMgrProxy, nullptr); in HWTEST_F() 279 if (bundleMgrProxy) { in HWTEST_F() 311 sptr<IBundleMgr> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 341 sptr<IBundleMgr> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 421 sptr<IBundleMgr> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 463 sptr<IBundleMgr> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local [all...] |
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/getbundlearchiveinfo_fuzzer/ |
H A D | getbundlearchiveinfo_fuzzer.cpp | 30 BundleMgrProxy bundleMgrProxy(object); in DoSomethingInterestingWithMyAPI() 34 bundleMgrProxy.GetBundleArchiveInfo(hapFilePath, flag, bundleInfo); in DoSomethingInterestingWithMyAPI() 35 bundleMgrProxy.GetBundleArchiveInfo(hapFilePath, reinterpret_cast<uintptr_t>(data), bundleInfo); in DoSomethingInterestingWithMyAPI() 36 bundleMgrProxy.GetBundleArchiveInfoV9(hapFilePath, reinterpret_cast<uintptr_t>(data), bundleInfo); in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/getapplicationinfo_fuzzer/ |
H A D | getapplicationinfo_fuzzer.cpp | 28 BundleMgrProxy bundleMgrProxy(object); in DoSomethingInterestingWithMyAPI() 32 bundleMgrProxy.GetApplicationInfo(appName, flag, reinterpret_cast<uintptr_t>(data), appInfo); in DoSomethingInterestingWithMyAPI() 33 bundleMgrProxy.GetApplicationInfo(appName, reinterpret_cast<uintptr_t>(data), in DoSomethingInterestingWithMyAPI() 35 bundleMgrProxy.GetApplicationInfoV9(appName, reinterpret_cast<uintptr_t>(data), in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/getbundleinfo_fuzzer/ |
H A D | getbundleinfo_fuzzer.cpp | 28 BundleMgrProxy bundleMgrProxy(object); in DoSomethingInterestingWithMyAPI() 32 bundleMgrProxy.GetBundleInfo(bundleName, flag, bundleInfo, reinterpret_cast<uintptr_t>(data)); in DoSomethingInterestingWithMyAPI() 33 bundleMgrProxy.GetBundleInfo(bundleName, reinterpret_cast<uintptr_t>(data), in DoSomethingInterestingWithMyAPI() 35 bundleMgrProxy.GetBundleInfoV9(bundleName, reinterpret_cast<uintptr_t>(data), in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/queryabilityinfo_fuzzer/ |
H A D | queryabilityinfo_fuzzer.cpp | 30 BundleMgrProxy bundleMgrProxy(object); in DoSomethingInterestingWithMyAPI() 35 bundleMgrProxy.QueryAbilityInfo (want, abilityInfo); in DoSomethingInterestingWithMyAPI() 36 bundleMgrProxy.QueryAbilityInfo (want, reinterpret_cast<uintptr_t>(data), in DoSomethingInterestingWithMyAPI() 38 bundleMgrProxy.QueryAbilityInfo (want, reinterpret_cast<uintptr_t>(data), in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/queryabilityinfos_fuzzer/ |
H A D | queryabilityinfos_fuzzer.cpp | 30 BundleMgrProxy bundleMgrProxy(object); in DoSomethingInterestingWithMyAPI() 35 bundleMgrProxy.QueryAbilityInfos(want, abilityInfos); in DoSomethingInterestingWithMyAPI() 36 bundleMgrProxy.QueryAbilityInfos(want, reinterpret_cast<uintptr_t>(data), in DoSomethingInterestingWithMyAPI() 38 bundleMgrProxy.QueryAbilityInfosV9(want, reinterpret_cast<uintptr_t>(data), in DoSomethingInterestingWithMyAPI()
|
/foundation/multimedia/av_session/services/session/adapter/ |
H A D | bundle_status_adapter.cpp | 59 bundleMgrProxy = iface_cast<AppExecFwk::BundleMgrProxy>(remoteObject); in Init() 82 if (bundleMgrProxy == nullptr) { in SubscribeBundleStatusEvent() 85 if (bundleMgrProxy == nullptr) { in SubscribeBundleStatusEvent() 92 if (bundleMgrProxy->RegisterBundleStatusCallback(bundleStatusCallbackImpl)) { in SubscribeBundleStatusEvent() 106 if (bundleMgrProxy->GetAbilityInfo(bundleName, abilityName, abilityInfo)) { in IsAudioPlayback() 126 if (bundleMgrProxy != nullptr) { in GetBundleNameFromUid() 127 bundleMgrProxy->GetNameForUid(uid, bundleName); in GetBundleNameFromUid() 163 if (bundleMgrProxy == nullptr) { in IsSupportPlayIntent() 167 if (!bundleMgrProxy->GetBundleInfo(bundleName, getBundleInfoWithHapModule, bundleInfo, startUserId)) { in IsSupportPlayIntent() 173 auto ret = bundleMgrProxy in IsSupportPlayIntent() [all...] |
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_install_system_test/ |
H A D | bms_install_system_test.cpp | 180 sptr<IBundleMgr> bundleMgrProxy = GetBundleMgrProxy(); in GetInstallerProxy() local 181 if (!bundleMgrProxy) { in GetInstallerProxy() 186 sptr<IBundleInstaller> installerProxy = bundleMgrProxy->GetBundleInstaller(); in GetInstallerProxy() 319 sptr<IBundleMgr> bundleMgrProxy = GetBundleMgrProxy(); in CheckBundleInfo() local 320 if (!bundleMgrProxy) { in CheckBundleInfo() 322 EXPECT_EQ(bundleMgrProxy, nullptr); in CheckBundleInfo() 325 bundleMgrProxy->GetBundleInfo(bundleName, BundleFlag::GET_BUNDLE_DEFAULT, bundleInfo, USERID); in CheckBundleInfo() 479 sptr<IBundleMgr> bundleMgrProxy = GetBundleMgrProxy(); in HWTEST_F() local 480 if (!bundleMgrProxy) { in HWTEST_F() 482 EXPECT_EQ(bundleMgrProxy, nullpt in HWTEST_F() 1043 sptr<IBundleMgr> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 1099 sptr<IBundleMgr> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 1148 sptr<IBundleMgr> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 1176 sptr<IBundleMgr> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 1269 sptr<IBundleMgr> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 1297 sptr<IBundleMgr> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 1325 sptr<IBundleMgr> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 1386 sptr<IBundleMgr> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 1497 sptr<IBundleMgr> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 1766 sptr<IBundleMgr> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 1900 sptr<IBundleMgr> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 1917 sptr<IBundleMgr> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 1933 sptr<IBundleMgr> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 1950 sptr<IBundleMgr> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local [all...] |
/foundation/multimedia/media_foundation/services/media_monitor/server/src/ |
H A D | boundle_mgr_wrap_to_c.cpp | 41 OHOS::sptr<OHOS::AppExecFwk::IBundleMgr> bundleMgrProxy in GetBundleInfoFromUid() local 44 bundleMgrProxy != nullptr, MediaMonitorErr::ERR_INVALID_OPERATION, "bundleMgrProxy is nullptr"); in GetBundleInfoFromUid() 46 bundleMgrProxy->GetNameForUid(appUid, bundleName); in GetBundleInfoFromUid() 48 bundleMgrProxy->GetBundleInfoV9(bundleName, OHOS::AppExecFwk::BundleFlag::GET_BUNDLE_DEFAULT | in GetBundleInfoFromUid()
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/getbundlepackinfo_fuzzer/ |
H A D | getbundlepackinfo_fuzzer.cpp | 28 BundleMgrProxy bundleMgrProxy(object); in DoSomethingInterestingWithMyAPI() 32 bundleMgrProxy.GetBundlePackInfo(bundleName, flag, bundlePackInfo, reinterpret_cast<uintptr_t>(data)); in DoSomethingInterestingWithMyAPI() 33 bundleMgrProxy.GetBundlePackInfo(bundleName, reinterpret_cast<uintptr_t>(data), in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/gethapmoduleinfo_fuzzer/ |
H A D | gethapmoduleinfo_fuzzer.cpp | 30 BundleMgrProxy bundleMgrProxy(object); in DoSomethingInterestingWithMyAPI() 37 bundleMgrProxy.GetHapModuleInfo(abilityInfo, hapModuleInfo); in DoSomethingInterestingWithMyAPI() 38 bundleMgrProxy.GetHapModuleInfo(abilityInfo, reinterpret_cast<uintptr_t>(data), hapModuleInfo); in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/queryabilityinfobyuri_fuzzer/ |
H A D | queryabilityinfobyuri_fuzzer.cpp | 30 BundleMgrProxy bundleMgrProxy(object); in DoSomethingInterestingWithMyAPI() 33 bundleMgrProxy.QueryAbilityInfoByUri(abilityUri, abilityInfo); in DoSomethingInterestingWithMyAPI() 34 bundleMgrProxy.QueryAbilityInfoByUri(abilityUri, reinterpret_cast<uintptr_t>(data), abilityInfo); in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/getabilitylabel_fuzzer/ |
H A D | getabilitylabel_fuzzer.cpp | 30 BundleMgrProxy bundleMgrProxy(object); in DoSomethingInterestingWithMyAPI() 35 bundleMgrProxy.GetAbilityLabel(bundleName, abilityName); in DoSomethingInterestingWithMyAPI() 36 bundleMgrProxy.GetAbilityLabel(bundleName, moduleName, abilityName, label); in DoSomethingInterestingWithMyAPI()
|
/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/ |
H A D | mock_ipc_skeleton.cpp | 42 sptr<OHOS::AppExecFwk::IBundleMgr> bundleMgrProxy = iface_cast<OHOS::AppExecFwk::IBundleMgr>(remoteObject); in DebugGetUidByBundleName() local 43 if (bundleMgrProxy == nullptr) { in DebugGetUidByBundleName() 47 return bundleMgrProxy->GetUidByBundleName(bundleName, userId); in DebugGetUidByBundleName()
|
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_uninstall_system_test/ |
H A D | bms_uninstall_system_test.cpp | 171 sptr<IBundleMgr> bundleMgrProxy = GetBundleMgrProxy(); in GetInstallerProxy() local 172 if (!bundleMgrProxy) { in GetInstallerProxy() 177 sptr<IBundleInstaller> installerProxy = bundleMgrProxy->GetBundleInstaller(); in GetInstallerProxy() 190 sptr<IBundleMgr> bundleMgrProxy = GetBundleMgrProxy(); in CheckBundleInfo() local 191 if (!bundleMgrProxy) { in CheckBundleInfo() 193 EXPECT_EQ(bundleMgrProxy, nullptr); in CheckBundleInfo() 195 bool getInfoRresult = bundleMgrProxy->GetBundleInfo(bundleName, BundleFlag::GET_BUNDLE_DEFAULT, bundleInfo, userId); in CheckBundleInfo() 603 sptr<IBundleMgr> bundleMgrProxy = GetBundleMgrProxy(); in HWTEST_F() local 604 if (!bundleMgrProxy) { in HWTEST_F() 606 EXPECT_EQ(bundleMgrProxy, nullpt in HWTEST_F() 732 sptr<IBundleMgr> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 823 sptr<IBundleMgr> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 866 sptr<IBundleMgr> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 944 sptr<IBundleMgr> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 1021 sptr<IBundleMgr> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 1054 sptr<IBundleMgr> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 1229 sptr<IBundleMgr> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 1252 sptr<IBundleMgr> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 1282 sptr<IBundleMgr> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_app_control_test/ |
H A D | bms_bundle_app_control_test.cpp | 242 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); in HWTEST_F() local 243 sptr<IAppControlMgr> appControlProxy = bundleMgrProxy->GetAppControlProxy(); in HWTEST_F() 286 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); in HWTEST_F() local 287 sptr<IAppControlMgr> appControlProxy = bundleMgrProxy->GetAppControlProxy(); in HWTEST_F() 319 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); in HWTEST_F() local 320 sptr<IAppControlMgr> appControlProxy = bundleMgrProxy->GetAppControlProxy(); in HWTEST_F() 340 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); in HWTEST_F() local 341 sptr<IAppControlMgr> appControlProxy = bundleMgrProxy->GetAppControlProxy(); in HWTEST_F() 394 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); in HWTEST_F() local 395 sptr<IAppControlMgr> appControlProxy = bundleMgrProxy in HWTEST_F() 426 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 458 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 483 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 511 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 572 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 678 auto bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 695 auto bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 709 auto bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 1296 auto bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 1311 auto bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 1333 auto bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 1353 auto bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 1366 auto bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 1379 auto bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 1393 auto bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 1647 auto bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 1665 auto bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 1684 auto bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 1703 auto bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 1753 auto bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 1771 auto bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 1790 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local 1808 auto bundleMgrProxy = GetBundleMgrProxy(); HWTEST_F() local [all...] |
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/cleanbundledatafiles_fuzzer/ |
H A D | cleanbundledatafiles_fuzzer.cpp | 30 BundleMgrProxy bundleMgrProxy(object); in DoSomethingInterestingWithMyAPI() 32 bundleMgrProxy.CleanBundleDataFiles(bundleName, reinterpret_cast<uintptr_t>(data)); in DoSomethingInterestingWithMyAPI()
|