/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/ |
H A D | js_module_reader.cpp | 155 int32_t ret = bundleMgrHelper->GetDependentBundleInfo(sharedBundleName, bundleInfo, in GetOtherHspPath()
|
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/bundlemgrhelper_fuzzer/ |
H A D | bundlemgrhelper_fuzzer.cpp | 95 …bmHelper->GetDependentBundleInfo(stringParam, bundleInfo, static_cast<GetDependentBundleInfoFlag>(… in BundleMgrHelperFuzztest1()
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_bundle_manager_helper/ |
H A D | bundle_mgr_helper.h | 53 … ErrCode GetDependentBundleInfo(const std::string &sharedBundleName, BundleInfo &sharedBundleInfo,
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | page_url_checker_ohos.cpp | 231 int32_t ret = bms->GetDependentBundleInfo(bundleName, bundleInfo, in LoadPageUrl()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/ability_bundle_manager_helper/ |
H A D | bundle_mgr_helper.cpp | 377 ErrCode BundleMgrHelper::GetDependentBundleInfo(const std::string &sharedBundleName, BundleInfo &sh… in GetDependentBundleInfo() function in OHOS::AppExecFwk::BundleMgrHelper 388 return bundleMgr->GetDependentBundleInfo(sharedBundleName, sharedBundleInfo, flag); in GetDependentBundleInfo()
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/bundle_mgr_helper_test/ |
H A D | bundle_mgr_helper_test.cpp | 153 auto ret = bundleMgrHelper->GetDependentBundleInfo(sharedBundleName, sharedBundleInfo);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/ |
H A D | bundlemgrproxy_fuzzer.cpp | 241 bundleMgrProxy.GetDependentBundleInfo(bundleName, bundleInfo); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/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() 523 ErrCode ret = bundleMgr_->GetDependentBundleInfo(bundleName, bundleInfo, in CreateSystemHspModuleResourceManager()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_mgr_interface.h | 230 …virtual ErrCode GetDependentBundleInfo(const std::string &sharedBundleName, BundleInfo &sharedBund…
|
H A D | bundle_mgr_proxy.h | 167 …virtual ErrCode GetDependentBundleInfo(const std::string &sharedBundleName, BundleInfo &sharedBund…
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/ |
H A D | bms_bundle_manager_test.cpp | 5845 ErrCode ret = hostImpl->GetDependentBundleInfo(BUNDLE_NAME, bundleInfo, 5849 auto ret1 = hostImpl->GetDependentBundleInfo(BUNDLE_NAME, bundleInfo, 5853 auto ret2 = hostImpl->GetDependentBundleInfo(BUNDLE_NAME, bundleInfo, 5871 ErrCode ret = hostImpl->GetDependentBundleInfo(BUNDLE_NAME, bundleInfo, 5888 ErrCode ret = hostImpl->GetDependentBundleInfo(BUNDLE_NAME, bundleInfo,
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_mgr_host_impl.h | 155 …virtual ErrCode GetDependentBundleInfo(const std::string &sharedBundleName, BundleInfo &sharedBund…
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/ |
H A D | bms_bundle_permission_false_test.cpp | 1208 ErrCode ret = bundleMgrHostImpl_->GetDependentBundleInfo(BUNDLE_NAME, sharedBundleInfo);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_mgr_host.cpp | 797 auto ret = GetDependentBundleInfo(name, info, flag); in HandleGetDependentBundleInfo()
|
H A D | bundle_mgr_proxy.cpp | 447 ErrCode BundleMgrProxy::GetDependentBundleInfo(const std::string &bundleName, BundleInfo &bundleInf… in GetDependentBundleInfo() function in OHOS::AppExecFwk::BundleMgrProxy
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_mgr_host_impl.cpp | 327 ErrCode BundleMgrHostImpl::GetDependentBundleInfo(const std::string &sharedBundleName, in GetDependentBundleInfo() function in OHOS::AppExecFwk::BundleMgrHostImpl
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/ |
H A D | acts_bms_kit_system_test.cpp | 8072 ErrCode ret = bundleMgrProxy->GetDependentBundleInfo(BASE_BUNDLE_NAME, info);
|