/foundation/ability/ability_runtime/test/unittest/free_install_observer_manager_test/ |
H A D | mock_bundle_manager.h | 68 ErrCode GetBaseSharedBundleInfos(const std::string &bundleName, 115 ErrCode GetBaseSharedBundleInfos(const std::string &bundleName,
|
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/ |
H A D | mock_bundle_manager_form.h | 69 ErrCode GetBaseSharedBundleInfos(const std::string &bundleName, 117 ErrCode GetBaseSharedBundleInfos(const std::string &bundleName,
|
H A D | mock_bundle_manager.h | 59 ErrCode GetBaseSharedBundleInfos(const std::string &bundleName, 96 ErrCode GetBaseSharedBundleInfos(const std::string &bundleName,
|
/foundation/ability/ability_runtime/test/unittest/free_install_manager_test/ |
H A D | mock_bundle_manager.h | 68 ErrCode GetBaseSharedBundleInfos(const std::string &bundleName, 115 ErrCode GetBaseSharedBundleInfos(const std::string &bundleName,
|
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/ |
H A D | mock_bundle_manager.h | 73 ErrCode GetBaseSharedBundleInfos(const std::string &bundleName, 152 ErrCode GetBaseSharedBundleInfos(const std::string &bundleName,
|
/foundation/ability/ability_runtime/test/mock/common/include/ |
H A D | mock_bundle_manager_proxy.h | 39 MOCK_METHOD3(GetBaseSharedBundleInfos,
|
H A D | mock_bundle_manager_service.h | 41 MOCK_METHOD3(GetBaseSharedBundleInfos,
|
/foundation/ability/ability_runtime/test/moduletest/mock/include/ |
H A D | mock_bundle_mgr.h | 309 ErrCode GetBaseSharedBundleInfos(const std::string &bundleName, 360 ErrCode GetBaseSharedBundleInfos(const std::string &bundleName,
|
/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/appexecfwk_core/include/bundlemgr/ |
H A D | mock_bundle_manager.h | 296 ErrCode GetBaseSharedBundleInfos(const std::string &bundleName, 343 ErrCode GetBaseSharedBundleInfos(const std::string &bundleName,
|
/foundation/ability/ability_runtime/frameworks/native/runtime/ |
H A D | js_module_reader.cpp | 142 if (bundleMgrHelper->GetBaseSharedBundleInfos(bundleName, baseSharedBundleInfos) != 0) { in GetOtherHspPath() 143 TAG_LOGE(AAFwkTag::JSRUNTIME, "GetBaseSharedBundleInfos failed"); in GetOtherHspPath()
|
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_bundle_manager_helper/ |
H A D | bundle_mgr_helper.h | 52 ErrCode GetBaseSharedBundleInfos(
|
/foundation/ability/ability_runtime/test/fuzztest/bundlemgrhelper_fuzzer/ |
H A D | bundlemgrhelper_fuzzer.cpp | 92 bmHelper->GetBaseSharedBundleInfos( in BundleMgrHelperFuzztest1()
|
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | page_url_checker_ohos.cpp | 216 if (bms->GetBaseSharedBundleInfos(bundleName, baseSharedBundleInfo) != 0 && in LoadPageUrl()
|
/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | child_main_thread.cpp | 282 ErrCode ret = DelayedSingleton<BundleMgrHelper>::GetInstance()->GetBaseSharedBundleInfos(bundleInfo.name, hspList, in InitNativeLib()
|
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_bundle_manager_helper/ |
H A D | bundle_mgr_helper.cpp | 357 ErrCode BundleMgrHelper::GetBaseSharedBundleInfos( in GetBaseSharedBundleInfos() function in OHOS::AppExecFwk::BundleMgrHelper 369 return bundleMgr->GetBaseSharedBundleInfos(bundleName, baseSharedBundleInfos, flag); in GetBaseSharedBundleInfos()
|
/foundation/ability/ability_runtime/test/unittest/bundle_mgr_helper_test/ |
H A D | bundle_mgr_helper_test.cpp | 120 * @tc.desc: GetBaseSharedBundleInfos 127 auto ret = bundleMgrHelper->GetBaseSharedBundleInfos(bundleName, baseSharedBundleInfos); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/ |
H A D | bundlemgrproxy_fuzzer.cpp | 260 bundleMgrProxy.GetBaseSharedBundleInfos(bundleName, baseSharedBundleInfos); in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_mgr_interface.h | 1315 virtual ErrCode GetBaseSharedBundleInfos(const std::string &bundleName, in GetBaseSharedBundleInfos() function in OHOS::AppExecFwk::IBundleMgr
|
H A D | bundle_mgr_proxy.h | 933 virtual ErrCode GetBaseSharedBundleInfos(const std::string &bundleName,
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_mgr_host_impl.h | 891 virtual ErrCode GetBaseSharedBundleInfos(const std::string &bundleName,
|
H A D | bundle_data_mgr.h | 854 ErrCode GetBaseSharedBundleInfos(const std::string &bundleName,
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/ |
H A D | bms_bundle_permission_false_test.cpp | 193 * @tc.name: test GetBaseSharedBundleInfos of BundleMgrHostImpl 195 * 2. GetBaseSharedBundleInfos false by no permission 200 ErrCode ret = bundleMgrHostImpl_->GetBaseSharedBundleInfos(BUNDLE_NAME, baseSharedBundleInfos); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_installer_test.cpp | 1509 * @tc.name: Test use different param with GetBaseSharedBundleInfos 1510 * @tc.desc: 1.Test the GetBaseSharedBundleInfos with BundleDataMgr 1516 auto ret = dataMgr->GetBaseSharedBundleInfos("", infos); in HWTEST_F() 1522 * @tc.name: Test use different param with GetBaseSharedBundleInfos 1523 * @tc.desc: 1.Test the GetBaseSharedBundleInfos with BundleDataMgr 1529 auto ret = dataMgr->GetBaseSharedBundleInfos("", infos, GetDependentBundleInfoFlag::GET_APP_CROSS_HSP_BUNDLE_INFO); in HWTEST_F() 1535 * @tc.name: Test use different param with GetBaseSharedBundleInfos 1536 * @tc.desc: 1.Test the GetBaseSharedBundleInfos with BundleDataMgr 1542 auto ret = dataMgr->GetBaseSharedBundleInfos(BUNDLE_NAME, infos, in HWTEST_F() 1549 * @tc.name: Test use different param with GetBaseSharedBundleInfos [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_mgr_host_impl.cpp | 218 ErrCode BundleMgrHostImpl::GetBaseSharedBundleInfos(const std::string &bundleName, in GetBaseSharedBundleInfos() function in OHOS::AppExecFwk::BundleMgrHostImpl 221 APP_LOGD("start GetBaseSharedBundleInfos, bundleName : %{public}s", bundleName.c_str()); in GetBaseSharedBundleInfos() 232 return dataMgr->GetBaseSharedBundleInfos(bundleName, baseSharedBundleInfos, flag); in GetBaseSharedBundleInfos()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_kit_service_test.cpp | 11955 * @tc.name: Test use different param with GetBaseSharedBundleInfos 11956 * @tc.desc: 1.Test GetBaseSharedBundleInfos 11967 auto ret = bundleMgrProxy->GetBaseSharedBundleInfos( in HWTEST_F() 11970 ret = bundleMgrProxy->GetBaseSharedBundleInfos("", baseSharedBundleInfos); in HWTEST_F() 11977 * @tc.name: Test use different param with GetBaseSharedBundleInfos 11978 * @tc.desc: 1.Test GetBaseSharedBundleInfos 11985 bool ret = hostImpl->GetBaseSharedBundleInfos(BUNDLE_NAME_TEST, infos); in HWTEST_F() 11987 ret = hostImpl->GetBaseSharedBundleInfos("", infos); in HWTEST_F()
|