Searched refs:getModuleType (Results 1 – 2 of 2) sorted by relevance
134 if (!TYPE_SHARED.equals(hapVerifyInfo.getModuleType())) { in checkSharedApppIsValid()369 if (!SHARED_LIBRARY.equals(hapInfo.getModuleType())) { in checkTargetModuleNameIsExisted()439 if (ENTRY.equals(hapVerifyInfo.getModuleType())) { in checkEntryIsValid()441 } else if (FEATURE.equals(hapVerifyInfo.getModuleType())) { in checkEntryIsValid()443 } else if (!SHARED_LIBRARY.equals(hapVerifyInfo.getModuleType())) { in checkEntryIsValid()1066 if (FEATURE.equals(item.getModuleType()) || ENTRY.equals(item.getModuleType())) { in dfsTraverseDependency()1190 … if (hapVerifyInfo.getModuleType().equals(ENTRY) && (fileSize >= entryLimit * FILE_LENGTH_1M)) { in checkAtomicServiceModuleSize()1195 …if (!hapVerifyInfo.getModuleType().equals(ENTRY) && (fileSize >= notEntryLimit * FILE_LENGTH_1M)) { in checkAtomicServiceModuleSize()1324 moduleNameWithType.put(hapVerifyInfo.getModuleName(), hapVerifyInfo.getModuleType()); in checkAtomicServicePreloadsIsValid()1364 if (hapVerifyInfo.getModuleType().equals(ENTRY) && in checkFileSize()[all …]
289 public String getModuleType() { in getModuleType() method in HapVerifyInfo