Searched refs:getModuleType (Results 1 – 4 of 4) sorted by relevance
199 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 …]
29 public String getModuleType() { in getModuleType() method in ModuleJsonInfo
157 public String getModuleType() { in getModuleType() method in VerifyCollection
294 public String getModuleType() { in getModuleType() method in HapVerifyInfo