Home
last modified time | relevance | path

Searched defs:hapVerifyInfos (Results 1 – 2 of 2) sorted by relevance

/developtools/packing_tool/adapter/ohos/
DHapVerify.java55 … public static boolean checkHapIsValid(List<HapVerifyInfo> hapVerifyInfos) throws BundleException { in checkHapIsValid()
102 private static boolean checkAppFieldsIsSame(List<HapVerifyInfo> hapVerifyInfos) { in checkAppFieldsIsSame()
166 …private static boolean checkModuleNameIsValid(List<HapVerifyInfo> hapVerifyInfos) throws BundleExc… in checkModuleNameIsValid()
206 …private static boolean checkPackageNameIsValid(List<HapVerifyInfo> hapVerifyInfos) throws BundleEx… in checkPackageNameIsValid()
245 …private static boolean checkAbilityNameIsValid(List<HapVerifyInfo> hapVerifyInfos) throws BundleEx… in checkAbilityNameIsValid()
284 …private static boolean checkEntryIsValid(List<HapVerifyInfo> hapVerifyInfos) throws BundleExceptio… in checkEntryIsValid()
1092 List<HapVerifyInfo> hapVerifyInfos = deviceInfoMap.get(device); in checkAtomicServiceIsValid() local
1110 private static boolean checkAtomicServiceSumLimit(List<HapVerifyInfo>hapVerifyInfos) { in checkAtomicServiceSumLimit()
DCompressor.java2165 List<HapVerifyInfo> hapVerifyInfos = new ArrayList<>(); in checkHapIsValid() local
2214 public static void setAtomicServiceFileSizeLimit(List<HapVerifyInfo>hapVerifyInfos) { in setAtomicServiceFileSizeLimit()