/foundation/ability/ability_runtime/frameworks/native/runtime/ |
H A D | js_module_reader.cpp | 155 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 D | bundle_mgr_helper.h | 56 ErrCode GetDependentBundleInfo(const std::string &sharedBundleName, BundleInfo &sharedBundleInfo,
|
/foundation/ability/ability_runtime/test/fuzztest/bundlemgrhelper_fuzzer/ |
H A D | bundlemgrhelper_fuzzer.cpp | 95 bmHelper->GetDependentBundleInfo(stringParam, bundleInfo, static_cast<GetDependentBundleInfoFlag>(int32Param)); in BundleMgrHelperFuzztest1()
|
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | page_url_checker_ohos.cpp | 223 int32_t ret = bms->GetDependentBundleInfo(bundleName, bundleInfo, in LoadPageUrl()
|
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_bundle_manager_helper/ |
H A D | bundle_mgr_helper.cpp | 385 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 D | bundle_mgr_helper_test.cpp | 146 * @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 D | bundlemgrproxy_fuzzer.cpp | 241 bundleMgrProxy.GetDependentBundleInfo(bundleName, bundleInfo); in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_mgr_interface.h | 229 virtual ErrCode GetDependentBundleInfo(const std::string &sharedBundleName, BundleInfo &sharedBundleInfo, in GetDependentBundleInfo() function in OHOS::AppExecFwk::IBundleMgr
|
H A D | bundle_mgr_proxy.h | 167 virtual ErrCode GetDependentBundleInfo(const std::string &sharedBundleName, BundleInfo &sharedBundleInfo,
|
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/context/ |
H A D | context_impl.cpp | 420 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 D | bundle_mgr_host_impl.h | 155 virtual ErrCode GetDependentBundleInfo(const std::string &sharedBundleName, BundleInfo &sharedBundleInfo,
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/ |
H A D | bms_bundle_permission_false_test.cpp | 1199 * @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 D | bms_bundle_manager_test.cpp | 5816 * @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 D | bundle_mgr_host_impl.cpp | 317 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 D | bundle_mgr_host.cpp | 787 APP_LOGD("GetDependentBundleInfo, bundle %{public}s", name.c_str()); in HandleGetDependentBundleInfo() 790 auto ret = GetDependentBundleInfo(name, info, flag); in HandleGetDependentBundleInfo()
|
H A D | bundle_mgr_proxy.cpp | 479 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 D | acts_bms_kit_system_test.cpp | 8116 * @tc.name: test GetDependentBundleInfo proxy 8124 ErrCode ret = bundleMgrProxy->GetDependentBundleInfo(BASE_BUNDLE_NAME, info); in HWTEST_F()
|