Home
last modified time | relevance | path

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

/developtools/packing_tool/adapter/ohos/
DHapVerify.java134 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 …]
DHapVerifyInfo.java289 public String getModuleType() { in getModuleType() method in HapVerifyInfo