Home
last modified time | relevance | path

Searched refs:GetBaseSharedBundleInfos (Results 1 – 25 of 29) sorted by relevance

12

/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_bundle_manager.h59 ErrCode GetBaseSharedBundleInfos(const std::string &bundleName, in GetBaseSharedBundleInfos() function
96 ErrCode GetBaseSharedBundleInfos(const std::string &bundleName, in GetBaseSharedBundleInfos() function
H A Dmock_bundle_manager_form.h69 ErrCode GetBaseSharedBundleInfos(const std::string &bundleName, in GetBaseSharedBundleInfos() function
117 ErrCode GetBaseSharedBundleInfos(const std::string &bundleName, in GetBaseSharedBundleInfos() function
/ohos5.0/foundation/ability/ability_runtime/test/unittest/free_install_manager_test/
H A Dmock_bundle_manager.h68 ErrCode GetBaseSharedBundleInfos(const std::string &bundleName, in GetBaseSharedBundleInfos() function
115 ErrCode GetBaseSharedBundleInfos(const std::string &bundleName, in GetBaseSharedBundleInfos() function
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H A Dmock_bundle_manager.h73 ErrCode GetBaseSharedBundleInfos(const std::string &bundleName, in GetBaseSharedBundleInfos() function
152 ErrCode GetBaseSharedBundleInfos(const std::string &bundleName, in GetBaseSharedBundleInfos() function
/ohos5.0/foundation/ability/ability_runtime/test/mock/common/include/
H A Dmock_bundle_manager_service.h38 MOCK_METHOD3(GetBaseSharedBundleInfos,
/ohos5.0/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, in GetBaseSharedBundleInfos() function
343 ErrCode GetBaseSharedBundleInfos(const std::string &bundleName, in GetBaseSharedBundleInfos() function
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/mock/include/
H A Dmock_bundle_mgr.h309 ErrCode GetBaseSharedBundleInfos(const std::string &bundleName, in GetBaseSharedBundleInfos() function
360 ErrCode GetBaseSharedBundleInfos(const std::string &bundleName, in GetBaseSharedBundleInfos() function
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_module_reader.cpp142 if (bundleMgrHelper->GetBaseSharedBundleInfos(bundleName, baseSharedBundleInfos) != 0) { in GetOtherHspPath()
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/bundlemgrhelper_fuzzer/
H A Dbundlemgrhelper_fuzzer.cpp92 bmHelper->GetBaseSharedBundleInfos( in BundleMgrHelperFuzztest1()
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_bundle_manager_helper/
H A Dbundle_mgr_helper.h49 ErrCode GetBaseSharedBundleInfos(
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dpage_url_checker_ohos.cpp224 if (bms->GetBaseSharedBundleInfos(bundleName, baseSharedBundleInfo) != 0 && in LoadPageUrl()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dchild_main_thread.cpp275 …ErrCode ret = DelayedSingleton<BundleMgrHelper>::GetInstance()->GetBaseSharedBundleInfos(bundleInf… in InitNativeLib()
H A Dmain_thread.cpp1430 ErrCode ret = bundleMgrHelper->GetBaseSharedBundleInfos(appInfo.bundleName, hspList, in HandleLaunchApplication()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/ability_bundle_manager_helper/
H A Dbundle_mgr_helper.cpp349 ErrCode BundleMgrHelper::GetBaseSharedBundleInfos( in GetBaseSharedBundleInfos() function in OHOS::AppExecFwk::BundleMgrHelper
361 return bundleMgr->GetBaseSharedBundleInfos(bundleName, baseSharedBundleInfos, flag); in GetBaseSharedBundleInfos()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/bundle_mgr_helper_test/
H A Dbundle_mgr_helper_test.cpp127 auto ret = bundleMgrHelper->GetBaseSharedBundleInfos(bundleName, baseSharedBundleInfos);
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H A Dbundlemgrproxy_fuzzer.cpp260 bundleMgrProxy.GetBaseSharedBundleInfos(bundleName, baseSharedBundleInfos); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h1316 virtual ErrCode GetBaseSharedBundleInfos(const std::string &bundleName,
H A Dbundle_mgr_proxy.h933 virtual ErrCode GetBaseSharedBundleInfos(const std::string &bundleName,
/ohos5.0/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.h853 ErrCode GetBaseSharedBundleInfos(const std::string &bundleName,
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/
H A Dbms_bundle_permission_false_test.cpp200 ErrCode ret = bundleMgrHostImpl_->GetBaseSharedBundleInfos(BUNDLE_NAME, baseSharedBundleInfos);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_test.cpp1512 auto ret = dataMgr->GetBaseSharedBundleInfos("", infos);
1525 …auto ret = dataMgr->GetBaseSharedBundleInfos("", infos, GetDependentBundleInfoFlag::GET_APP_CROSS_…
1538 auto ret = dataMgr->GetBaseSharedBundleInfos(BUNDLE_NAME, infos,
1552 auto ret = dataMgr->GetBaseSharedBundleInfos(BUNDLE_NAME, infos,
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp221 ErrCode BundleMgrHostImpl::GetBaseSharedBundleInfos(const std::string &bundleName, in GetBaseSharedBundleInfos() function in OHOS::AppExecFwk::BundleMgrHostImpl
235 return dataMgr->GetBaseSharedBundleInfos(bundleName, baseSharedBundleInfos, flag); in GetBaseSharedBundleInfos()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp11850 auto ret = bundleMgrProxy->GetBaseSharedBundleInfos(
11853 ret = bundleMgrProxy->GetBaseSharedBundleInfos("", baseSharedBundleInfos);
11868 bool ret = hostImpl->GetBaseSharedBundleInfos(BUNDLE_NAME_TEST, infos);
11870 ret = hostImpl->GetBaseSharedBundleInfos("", infos);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp3163 ErrCode ret = GetBaseSharedBundleInfos(bundleName, infos, flag); in HandleGetBaseSharedBundleInfos()

12