Home
last modified time | relevance | path

Searched refs:hspBundleName (Results 1 - 2 of 2) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_data_mgr.cpp2952 APP_LOGD("get hspBundleName: %{public}s", hspName.c_str()); in GetBaseSharedBundleInfos()
6727 std::string hspBundleName = info.GetBundleName(); in CheckHspVersionIsRelied() local
6730 return CheckHspBundleIsRelied(hspBundleName); in CheckHspVersionIsRelied()
6742 if (bundleName == hspBundleName) { in CheckHspVersionIsRelied()
6747 if (dependencyItem.bundleName == hspBundleName && in CheckHspVersionIsRelied()
6756 bool BundleDataMgr::CheckHspBundleIsRelied(const std::string &hspBundleName) const in CheckHspBundleIsRelied()
6759 if (bundleName == hspBundleName) { in CheckHspBundleIsRelied()
6764 if (dependencyItem.bundleName == hspBundleName) { in CheckHspBundleIsRelied()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_data_mgr.h873 bool CheckHspBundleIsRelied(const std::string &hspBundleName) const;

Completed in 19 milliseconds