Lines Matching defs:bundleMgrHelper
95 auto bundleMgrHelper = GetBundleManagerHelper();
96 if (!bundleMgrHelper) {
97 TAG_LOGE(AAFwkTag::APPMGR, "null bundleMgrHelper");
101 auto errCode = IN_PROCESS_CALL(bundleMgrHelper->GetLaunchWantForBundle(bundleName, launchWant, userId));
112 auto bundleMgrHelper = GetBundleManagerHelper();
113 if (!bundleMgrHelper) {
114 TAG_LOGE(AAFwkTag::APPMGR, "null bundleMgrHelper");
119 if (!IN_PROCESS_CALL(bundleMgrHelper->QueryAbilityInfo(want, abilityInfoFlag, userId, abilityInfo))) {
131 auto bundleMgrHelper = GetBundleManagerHelper();
132 if (!bundleMgrHelper) {
133 TAG_LOGE(AAFwkTag::APPMGR, "null bundleMgrHelper");
138 if (!IN_PROCESS_CALL(bundleMgrHelper->GetBundleInfo(bundleName,
145 if (!IN_PROCESS_CALL(bundleMgrHelper->GetHapModuleInfo(abilityInfo, userId, hapModuleInfo))) {