Lines Matching defs:bundleMgrProxy
562 sptr<IBundleMgr> bundleMgrProxy = GetBundleMgrProxy();
564 if (!bundleMgrProxy) {
565 ERROR_LOG("bundleMgrProxy is nullptr");
568 bool getInfoResult = bundleMgrProxy->GetBundleInfos(BundleFlag::GET_BUNDLE_DEFAULT, bundleInfos, USE_ID);
580 bundleMgrProxy->GetBundleInfo(bundleIter.name, BundleFlag::GET_BUNDLE_WITH_ABILITIES, bundleInfo, 100);
600 sptr<IBundleMgr> bundleMgrProxy = GetBundleMgrProxy();
602 if (!bundleMgrProxy) {
603 ERROR_LOG("bundleMgrProxy is nullptr");
606 bool getInfoResult = bundleMgrProxy->GetBundleInfos(BundleFlag::GET_BUNDLE_DEFAULT, bundleInfos, USE_ID);
617 bundleMgrProxy->GetBundleInfo(bundleName, BundleFlag::GET_BUNDLE_WITH_ABILITIES, bundleInfo, 100);