Home
last modified time | relevance | path

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

/developtools/packing_tool/adapter/ohos/
DHapVerify.java59 … 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()
[all …]
DCompressor.java2240 List<HapVerifyInfo> hapVerifyInfos = new ArrayList<>(); in checkHapIsValid() local
2306 public static void setAtomicServiceFileSizeLimit(List<HapVerifyInfo>hapVerifyInfos) { in setAtomicServiceFileSizeLimit()
2510 …private static boolean checkSharedAppIsValid(List<HapVerifyInfo> hapVerifyInfos) throws BundleExce… in checkSharedAppIsValid()