Home
last modified time | relevance | path

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

/test/ostest/wukong/common/src/
Dwukong_util.cpp484 sptr<IBundleMgr> bundleMgrProxy = GetBundleMgrProxy(); in GetAllAbilitiesByBundleName() local
486 if (!bundleMgrProxy) { in GetAllAbilitiesByBundleName()
490 …bool getInfoResult = bundleMgrProxy->GetBundleInfos(BundleFlag::GET_BUNDLE_DEFAULT, bundleInfos, U… in GetAllAbilitiesByBundleName()
502bundleMgrProxy->GetBundleInfo(bundleIter.name, BundleFlag::GET_BUNDLE_WITH_ABILITIES, bundleInfo, … in GetAllAbilitiesByBundleName()
522 sptr<IBundleMgr> bundleMgrProxy = GetBundleMgrProxy(); in GetAllAbilities() local
524 if (!bundleMgrProxy) { in GetAllAbilities()
528 …bool getInfoResult = bundleMgrProxy->GetBundleInfos(BundleFlag::GET_BUNDLE_DEFAULT, bundleInfos, U… in GetAllAbilities()
539bundleMgrProxy->GetBundleInfo(bundleName, BundleFlag::GET_BUNDLE_WITH_ABILITIES, bundleInfo, 100); in GetAllAbilities()