/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/ |
H A D | mock_bundle_manager.h | 59 ErrCode GetBaseSharedBundleInfos(const std::string &bundleName, in GetBaseSharedBundleInfos() function 96 ErrCode GetBaseSharedBundleInfos(const std::string &bundleName, in GetBaseSharedBundleInfos() function
|
H A D | mock_bundle_manager_form.h | 69 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 D | mock_bundle_manager.h | 68 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 D | mock_bundle_manager.h | 73 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 D | mock_bundle_manager_service.h | 38 MOCK_METHOD3(GetBaseSharedBundleInfos,
|
/ohos5.0/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, 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 D | mock_bundle_mgr.h | 309 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 D | js_module_reader.cpp | 142 if (bundleMgrHelper->GetBaseSharedBundleInfos(bundleName, baseSharedBundleInfos) != 0) { in GetOtherHspPath()
|
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/bundlemgrhelper_fuzzer/ |
H A D | bundlemgrhelper_fuzzer.cpp | 92 bmHelper->GetBaseSharedBundleInfos( in BundleMgrHelperFuzztest1()
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_bundle_manager_helper/ |
H A D | bundle_mgr_helper.h | 49 ErrCode GetBaseSharedBundleInfos(
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | page_url_checker_ohos.cpp | 224 if (bms->GetBaseSharedBundleInfos(bundleName, baseSharedBundleInfo) != 0 && in LoadPageUrl()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | child_main_thread.cpp | 275 …ErrCode ret = DelayedSingleton<BundleMgrHelper>::GetInstance()->GetBaseSharedBundleInfos(bundleInf… in InitNativeLib()
|
H A D | main_thread.cpp | 1430 ErrCode ret = bundleMgrHelper->GetBaseSharedBundleInfos(appInfo.bundleName, hspList, in HandleLaunchApplication()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/ability_bundle_manager_helper/ |
H A D | bundle_mgr_helper.cpp | 349 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 D | bundle_mgr_helper_test.cpp | 127 auto ret = bundleMgrHelper->GetBaseSharedBundleInfos(bundleName, baseSharedBundleInfos);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/ |
H A D | bundlemgrproxy_fuzzer.cpp | 260 bundleMgrProxy.GetBaseSharedBundleInfos(bundleName, baseSharedBundleInfos); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_mgr_interface.h | 1316 virtual ErrCode GetBaseSharedBundleInfos(const std::string &bundleName,
|
H A D | bundle_mgr_proxy.h | 933 virtual ErrCode GetBaseSharedBundleInfos(const std::string &bundleName,
|
/ohos5.0/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 | 853 ErrCode GetBaseSharedBundleInfos(const std::string &bundleName,
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/ |
H A D | bms_bundle_permission_false_test.cpp | 200 ErrCode ret = bundleMgrHostImpl_->GetBaseSharedBundleInfos(BUNDLE_NAME, baseSharedBundleInfos);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_installer_test.cpp | 1512 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 D | bundle_mgr_host_impl.cpp | 221 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 D | bms_bundle_kit_service_test.cpp | 11850 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 D | bundle_mgr_host.cpp | 3163 ErrCode ret = GetBaseSharedBundleInfos(bundleName, infos, flag); in HandleGetBaseSharedBundleInfos()
|