Home
last modified time | relevance | path

Searched refs:iDistBundleMgr (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/bundlemanager/distributed_bundle_framework/interfaces/kits/js/distributebundlemgr/
H A Ddistributed_bundle_mgr.cpp293 auto iDistBundleMgr = GetDistributedBundleMgr(); in InnerGetRemoteAbilityInfo() local
294 if (!iDistBundleMgr) { in InnerGetRemoteAbilityInfo()
298 int32_t result = iDistBundleMgr->GetRemoteAbilityInfo(elementName, locale, remoteAbilityInfo); in InnerGetRemoteAbilityInfo()
312 auto iDistBundleMgr = GetDistributedBundleMgr(); in InnerGetRemoteAbilityInfos() local
313 if (!iDistBundleMgr) { in InnerGetRemoteAbilityInfos()
317 … int32_t result = iDistBundleMgr->GetRemoteAbilityInfos(elementNames, locale, remoteAbilityInfos); in InnerGetRemoteAbilityInfos()
/ohos5.0/foundation/bundlemanager/distributed_bundle_framework/services/dbms/src/
H A Ddistributed_bms.cpp253 auto iDistBundleMgr = GetDistributedBundleMgr(elementName.GetDeviceID()); in GetRemoteAbilityInfo() local
255 if (!iDistBundleMgr) { in GetRemoteAbilityInfo()
265 resultCode = iDistBundleMgr->GetAbilityInfo(elementName, localeInfo, remoteAbilityInfo); in GetRemoteAbilityInfo()
296 auto iDistBundleMgr = GetDistributedBundleMgr(elementNames[0].GetDeviceID()); in GetRemoteAbilityInfos() local
298 if (!iDistBundleMgr) { in GetRemoteAbilityInfos()
308 resultCode = iDistBundleMgr->GetAbilityInfos(elementNames, localeInfo, remoteAbilityInfos); in GetRemoteAbilityInfos()
/ohos5.0/foundation/bundlemanager/distributed_bundle_framework/interfaces/kits/js/distributedBundle/
H A Ddistributed_bundle.cpp215 auto iDistBundleMgr = GetDistributedBundleMgr(); in InnerGetRemoteAbilityInfo() local
216 if (iDistBundleMgr == nullptr) { in InnerGetRemoteAbilityInfo()
222 result = iDistBundleMgr->GetRemoteAbilityInfos(elementNames, locale, remoteAbilityInfos); in InnerGetRemoteAbilityInfo()
225 result = iDistBundleMgr->GetRemoteAbilityInfo(elementNames[0], locale, remoteAbilityInfo); in InnerGetRemoteAbilityInfo()