Home
last modified time | relevance | path

Searched refs:getModuleType (Results 1 – 4 of 4) sorted by relevance

/developtools/packing_tool/adapter/ohos/
DHapVerify.java199 if (!TYPE_SHARED.equals(hapVerifyInfo.getModuleType())) { in checkSharedApppIsValid()
229 .filter(hapVerifyInfo -> !hapVerifyInfo.getModuleType().equals(TYPE_SHARED)) in checkAppFieldsIsSame()
248 verifyCollection.setModuleType(verifyInfo.getModuleType()); in checkAppFieldsIsSame()
287 if (verifyCollection.getModuleType().equals(TYPE_SHARED) || in appFieldsIsSame()
288 hapVerifyInfo.getModuleType().equals(TYPE_SHARED)) { in appFieldsIsSame()
310 …if (isEntryOrFeature(verifyCollection.getModuleType()) && isEntryOrFeature(hapVerifyInfo.getModule… in appFieldsIsSame()
463 if (!SHARED_LIBRARY.equals(hapInfo.getModuleType())) { in checkTargetModuleNameIsExisted()
529 if (ENTRY.equals(hapVerifyInfo.getModuleType())) { in checkEntryIsValid()
531 } else if (FEATURE.equals(hapVerifyInfo.getModuleType())) { in checkEntryIsValid()
533 } else if (!SHARED_LIBRARY.equals(hapVerifyInfo.getModuleType())) { in checkEntryIsValid()
[all …]
DModuleJsonInfo.java29 public String getModuleType() { in getModuleType() method in ModuleJsonInfo
DVerifyCollection.java157 public String getModuleType() { in getModuleType() method in VerifyCollection
DHapVerifyInfo.java294 public String getModuleType() { in getModuleType() method in HapVerifyInfo