Home
last modified time | relevance | path

Searched refs:sharedBundleName (Results 1 - 9 of 9) sorted by relevance

/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_module_reader.cpp147 const std::string sharedBundleName = tmpPath.substr(0, tmpPath.find_first_of("/")); in GetOtherHspPath() local
149 if ((info.bundleName == sharedBundleName) && (info.moduleName == moduleName)) { in GetOtherHspPath()
155 int32_t ret = bundleMgrHelper->GetDependentBundleInfo(sharedBundleName, bundleInfo, in GetOtherHspPath()
/foundation/ability/ability_runtime/test/unittest/bundle_mgr_helper_test/
H A Dbundle_mgr_helper_test.cpp151 std::string sharedBundleName; in HWTEST_F() local
153 auto ret = bundleMgrHelper->GetDependentBundleInfo(sharedBundleName, sharedBundleInfo); in HWTEST_F()
/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/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp317 ErrCode BundleMgrHostImpl::GetDependentBundleInfo(const std::string &sharedBundleName, in GetDependentBundleInfo() argument
330 if (!VerifyDependency(sharedBundleName)) { in GetDependentBundleInfo()
334 return dataMgr->GetSharedBundleInfo(sharedBundleName, bundleInfoFlags, sharedBundleInfo); in GetDependentBundleInfo()
338 return dataMgr->GetAppServiceHspBundleInfo(sharedBundleName, sharedBundleInfo); in GetDependentBundleInfo()
341 if (dataMgr->GetAppServiceHspBundleInfo(sharedBundleName, sharedBundleInfo) == ERR_OK) { in GetDependentBundleInfo()
344 if (!VerifyDependency(sharedBundleName)) { in GetDependentBundleInfo()
348 return dataMgr->GetSharedBundleInfo(sharedBundleName, bundleInfoFlags, sharedBundleInfo); in GetDependentBundleInfo()
3440 bool BundleMgrHostImpl::VerifyDependency(const std::string &sharedBundleName) in VerifyDependency() argument
3461 // check whether callingBundleName is dependent on sharedBundleName in VerifyDependency()
3463 auto iter = std::find_if(dependencies.begin(), dependencies.end(), [&sharedBundleName](cons in VerifyDependency()
[all...]
/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() argument
396 return bundleMgr->GetDependentBundleInfo(sharedBundleName, sharedBundleInfo, flag); in GetDependentBundleInfo()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h150 * @param sharedBundleName Indicates the bundle name to be queried.
155 virtual ErrCode GetDependentBundleInfo(const std::string &sharedBundleName, BundleInfo &sharedBundleInfo,
1058 bool VerifyDependency(const std::string &sharedBundleName);
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h224 * @param sharedBundleName Indicates the bundle name to be queried.
229 virtual ErrCode GetDependentBundleInfo(const std::string &sharedBundleName, BundleInfo &sharedBundleInfo, in GetDependentBundleInfo() argument
H A Dbundle_mgr_proxy.h162 * @param sharedBundleName Indicates the bundle name to be queried.
167 virtual ErrCode GetDependentBundleInfo(const std::string &sharedBundleName, BundleInfo &sharedBundleInfo,
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_data_mgr_test.cpp4387 std::string sharedBundleName; in HWTEST_F() local
4390 bool ret = bundleMgrHostImpl_->VerifyDependency(sharedBundleName); in HWTEST_F()

Completed in 30 milliseconds