Home
last modified time | relevance | path

Searched refs:GetDependentBundleInfo (Results 1 - 17 of 17) sorted by relevance

/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_module_reader.cpp155 int32_t ret = bundleMgrHelper->GetDependentBundleInfo(sharedBundleName, bundleInfo, in GetOtherHspPath()
158 TAG_LOGE(AAFwkTag::JSRUNTIME, "GetDependentBundleInfo failed"); in GetOtherHspPath()
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_bundle_manager_helper/
H A Dbundle_mgr_helper.h56 ErrCode GetDependentBundleInfo(const std::string &sharedBundleName, BundleInfo &sharedBundleInfo,
/foundation/ability/ability_runtime/test/fuzztest/bundlemgrhelper_fuzzer/
H A Dbundlemgrhelper_fuzzer.cpp95 bmHelper->GetDependentBundleInfo(stringParam, bundleInfo, static_cast<GetDependentBundleInfoFlag>(int32Param)); in BundleMgrHelperFuzztest1()
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dpage_url_checker_ohos.cpp223 int32_t ret = bms->GetDependentBundleInfo(bundleName, bundleInfo, in LoadPageUrl()
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_bundle_manager_helper/
H A Dbundle_mgr_helper.cpp385 ErrCode BundleMgrHelper::GetDependentBundleInfo(const std::string &sharedBundleName, BundleInfo &sharedBundleInfo, in GetDependentBundleInfo() function in OHOS::AppExecFwk::BundleMgrHelper
396 return bundleMgr->GetDependentBundleInfo(sharedBundleName, sharedBundleInfo, flag); in GetDependentBundleInfo()
/foundation/ability/ability_runtime/test/unittest/bundle_mgr_helper_test/
H A Dbundle_mgr_helper_test.cpp146 * @tc.desc: GetDependentBundleInfo
153 auto ret = bundleMgrHelper->GetDependentBundleInfo(sharedBundleName, sharedBundleInfo); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H A Dbundlemgrproxy_fuzzer.cpp241 bundleMgrProxy.GetDependentBundleInfo(bundleName, bundleInfo); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h229 virtual ErrCode GetDependentBundleInfo(const std::string &sharedBundleName, BundleInfo &sharedBundleInfo, in GetDependentBundleInfo() function in OHOS::AppExecFwk::IBundleMgr
H A Dbundle_mgr_proxy.h167 virtual ErrCode GetDependentBundleInfo(const std::string &sharedBundleName, BundleInfo &sharedBundleInfo,
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/context/
H A Dcontext_impl.cpp420 ErrCode ret = bundleMgr_->GetDependentBundleInfo(bundleName, bundleInfo, in CreateModuleContext()
423 TAG_LOGE(AAFwkTag::APPKIT, "GetDependentBundleInfo failed:%{public}d", ret); in CreateModuleContext()
523 ErrCode ret = bundleMgr_->GetDependentBundleInfo(bundleName, bundleInfo, in CreateSystemHspModuleResourceManager()
526 TAG_LOGE(AAFwkTag::APPKIT, "GetDependentBundleInfo failed:%{public}d", ret); in CreateSystemHspModuleResourceManager()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h155 virtual ErrCode GetDependentBundleInfo(const std::string &sharedBundleName, BundleInfo &sharedBundleInfo,
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/
H A Dbms_bundle_permission_false_test.cpp1199 * @tc.name: test GetDependentBundleInfo of BundleMgrHostImpl
1201 * 2. GetDependentBundleInfo false
1206 ErrCode ret = bundleMgrHostImpl_->GetDependentBundleInfo(BUNDLE_NAME, sharedBundleInfo); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp5816 * @tc.name: test GetDependentBundleInfo proxy
5823 ErrCode ret = hostImpl->GetDependentBundleInfo(BUNDLE_NAME, bundleInfo, in HWTEST_F()
5827 auto ret1 = hostImpl->GetDependentBundleInfo(BUNDLE_NAME, bundleInfo, in HWTEST_F()
5831 auto ret2 = hostImpl->GetDependentBundleInfo(BUNDLE_NAME, bundleInfo, in HWTEST_F()
5838 * @tc.name: test GetDependentBundleInfo proxy
5849 ErrCode ret = hostImpl->GetDependentBundleInfo(BUNDLE_NAME, bundleInfo, in HWTEST_F()
5858 * @tc.name: test GetDependentBundleInfo proxy
5866 ErrCode ret = hostImpl->GetDependentBundleInfo(BUNDLE_NAME, bundleInfo, in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp317 ErrCode BundleMgrHostImpl::GetDependentBundleInfo(const std::string &sharedBundleName, in GetDependentBundleInfo() function in OHOS::AppExecFwk::BundleMgrHostImpl
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp787 APP_LOGD("GetDependentBundleInfo, bundle %{public}s", name.c_str()); in HandleGetDependentBundleInfo()
790 auto ret = GetDependentBundleInfo(name, info, flag); in HandleGetDependentBundleInfo()
H A Dbundle_mgr_proxy.cpp479 ErrCode BundleMgrProxy::GetDependentBundleInfo(const std::string &bundleName, BundleInfo &bundleInfo, in GetDependentBundleInfo() function in OHOS::AppExecFwk::BundleMgrProxy
486 APP_LOGE("fail to GetDependentBundleInfo due to write InterfaceToken fail"); in GetDependentBundleInfo()
490 APP_LOGE("fail to GetDependentBundleInfo due to write bundleName fail"); in GetDependentBundleInfo()
494 APP_LOGE("fail to GetDependentBundleInfo due to write flag fail"); in GetDependentBundleInfo()
500 APP_LOGE("fail to GetDependentBundleInfo from server, error code: %{public}d", res); in GetDependentBundleInfo()
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/
H A Dacts_bms_kit_system_test.cpp8116 * @tc.name: test GetDependentBundleInfo proxy
8124 ErrCode ret = bundleMgrProxy->GetDependentBundleInfo(BASE_BUNDLE_NAME, info); in HWTEST_F()

Completed in 90 milliseconds