Home
last modified time | relevance | path

Searched refs:GetBaseSharedBundleInfos (Results 1 - 25 of 31) sorted by relevance

12

/foundation/ability/ability_runtime/test/unittest/free_install_observer_manager_test/
H A Dmock_bundle_manager.h68 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 Dmock_bundle_manager_form.h69 ErrCode GetBaseSharedBundleInfos(const std::string &bundleName,
117 ErrCode GetBaseSharedBundleInfos(const std::string &bundleName,
H A Dmock_bundle_manager.h59 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 Dmock_bundle_manager.h68 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 Dmock_bundle_manager.h73 ErrCode GetBaseSharedBundleInfos(const std::string &bundleName,
152 ErrCode GetBaseSharedBundleInfos(const std::string &bundleName,
/foundation/ability/ability_runtime/test/mock/common/include/
H A Dmock_bundle_manager_proxy.h39 MOCK_METHOD3(GetBaseSharedBundleInfos,
H A Dmock_bundle_manager_service.h41 MOCK_METHOD3(GetBaseSharedBundleInfos,
/foundation/ability/ability_runtime/test/moduletest/mock/include/
H A Dmock_bundle_mgr.h309 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 Dmock_bundle_manager.h296 ErrCode GetBaseSharedBundleInfos(const std::string &bundleName,
343 ErrCode GetBaseSharedBundleInfos(const std::string &bundleName,
/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_module_reader.cpp142 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 Dbundle_mgr_helper.h52 ErrCode GetBaseSharedBundleInfos(
/foundation/ability/ability_runtime/test/fuzztest/bundlemgrhelper_fuzzer/
H A Dbundlemgrhelper_fuzzer.cpp92 bmHelper->GetBaseSharedBundleInfos( in BundleMgrHelperFuzztest1()
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dpage_url_checker_ohos.cpp216 if (bms->GetBaseSharedBundleInfos(bundleName, baseSharedBundleInfo) != 0 && in LoadPageUrl()
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dchild_main_thread.cpp282 ErrCode ret = DelayedSingleton<BundleMgrHelper>::GetInstance()->GetBaseSharedBundleInfos(bundleInfo.name, hspList, in InitNativeLib()
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_bundle_manager_helper/
H A Dbundle_mgr_helper.cpp357 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 Dbundle_mgr_helper_test.cpp120 * @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 Dbundlemgrproxy_fuzzer.cpp260 bundleMgrProxy.GetBaseSharedBundleInfos(bundleName, baseSharedBundleInfos); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h1315 virtual ErrCode GetBaseSharedBundleInfos(const std::string &bundleName, in GetBaseSharedBundleInfos() function in OHOS::AppExecFwk::IBundleMgr
H A Dbundle_mgr_proxy.h933 virtual ErrCode GetBaseSharedBundleInfos(const std::string &bundleName,
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h891 virtual ErrCode GetBaseSharedBundleInfos(const std::string &bundleName,
H A Dbundle_data_mgr.h854 ErrCode GetBaseSharedBundleInfos(const std::string &bundleName,
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/
H A Dbms_bundle_permission_false_test.cpp193 * @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 Dbms_bundle_installer_test.cpp1509 * @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 Dbundle_mgr_host_impl.cpp218 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 Dbms_bundle_kit_service_test.cpp11955 * @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()

Completed in 62 milliseconds

12