Searched refs:targetAppInfo (Results 1 – 3 of 3) sorted by relevance
175 AppExecFwk::ApplicationInfo targetAppInfo; in LoadAppLabelInfo() local180 want.SetParam(JUMP_DIALOG_TARGET_MODULE_NAME, targetAppInfo.labelResource.moduleName); in LoadAppLabelInfo()181 want.SetParam(JUMP_DIALOG_TARGET_LABEL_ID, static_cast<long long>(targetAppInfo.labelId)); in LoadAppLabelInfo()
256 AppExecFwk::ApplicationInfo targetAppInfo; in IsStartIncludeAtomicService() local258 AppExecFwk::ApplicationFlag::GET_BASIC_APPLICATION_INFO, userId, targetAppInfo)); in IsStartIncludeAtomicService()263 if (targetAppInfo.bundleType == AppExecFwk::BundleType::ATOMIC_SERVICE) { in IsStartIncludeAtomicService()
773 AppExecFwk::ApplicationInfo targetAppInfo; in GetEcologicalCallerInfo() local775 AppExecFwk::ApplicationFlag::GET_BASIC_APPLICATION_INFO, userId, targetAppInfo)); in GetEcologicalCallerInfo()778 } else if (targetAppInfo.bundleType == AppExecFwk::BundleType::ATOMIC_SERVICE) { in GetEcologicalCallerInfo()781 } else if (targetAppInfo.bundleType == AppExecFwk::BundleType::APP) { in GetEcologicalCallerInfo()