Searched refs:bundleMgrProxy (Results 1 – 1 of 1) sorted by relevance
/test/ostest/wukong/common/src/ |
D | wukong_util.cpp | 484 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() 502 …bundleMgrProxy->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() 539 … bundleMgrProxy->GetBundleInfo(bundleName, BundleFlag::GET_BUNDLE_WITH_ABILITIES, bundleInfo, 100); in GetAllAbilities()
|