Lines Matching defs:hapVerifyInfos
59 … public static boolean checkHapIsValid(List<HapVerifyInfo> hapVerifyInfos) throws BundleException { in checkHapIsValid()
119 …public static boolean checkSharedApppIsValid(List<HapVerifyInfo> hapVerifyInfos) throws BundleExce… in checkSharedApppIsValid()
157 private static boolean checkAppFieldsIsSame(List<HapVerifyInfo> hapVerifyInfos) { in checkAppFieldsIsSame()
236 …private static boolean checkModuleNameIsValid(List<HapVerifyInfo> hapVerifyInfos) throws BundleExc… in checkModuleNameIsValid()
276 …private static boolean checkPackageNameIsValid(List<HapVerifyInfo> hapVerifyInfos) throws BundleEx… in checkPackageNameIsValid()
315 …private static boolean checkAbilityNameIsValid(List<HapVerifyInfo> hapVerifyInfos) throws BundleEx… in checkAbilityNameIsValid()
354 …private static boolean checkTargetModuleNameIsExisted(List<HapVerifyInfo> hapVerifyInfos) throws B… in checkTargetModuleNameIsExisted()
389 …private static boolean checkCompileSdkIsValid(List<HapVerifyInfo> hapVerifyInfos) throws BundleExc… in checkCompileSdkIsValid()
409 …private static boolean checkProxyDataUriIsUnique(List<HapVerifyInfo> hapVerifyInfos) throws Bundle… in checkProxyDataUriIsUnique()
435 …private static boolean checkEntryIsValid(List<HapVerifyInfo> hapVerifyInfos) throws BundleExceptio… in checkEntryIsValid()
1253 List<HapVerifyInfo> hapVerifyInfos = deviceInfoMap.get(device); in checkAtomicServiceIsValid() local
1271 private static boolean checkAtomicServiceSumLimit(List<HapVerifyInfo>hapVerifyInfos) { in checkAtomicServiceSumLimit()