Home
last modified time | relevance | path

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

/developtools/packing_tool/adapter/ohos/
DHapVerify.java131 if (!TYPE_SHARED.equals(hapVerifyInfo.getModuleType())) { in checkSharedApppIsValid()
366 if (!SHARED_LIBRARY.equals(hapInfo.getModuleType())) { in checkTargetModuleNameIsExisted()
436 if (ENTRY.equals(hapVerifyInfo.getModuleType())) { in checkEntryIsValid()
438 } else if (FEATURE.equals(hapVerifyInfo.getModuleType())) { in checkEntryIsValid()
440 } else if (!SHARED_LIBRARY.equals(hapVerifyInfo.getModuleType())) { in checkEntryIsValid()
1056 if (FEATURE.equals(item.getModuleType()) || ENTRY.equals(item.getModuleType())) { in dfsTraverseDependency()
1180 … if (hapVerifyInfo.getModuleType().equals(ENTRY) && (fileSize >= entryLimit * FILE_LENGTH_1M)) { in checkAtomicServiceModuleSize()
1185 …if (!hapVerifyInfo.getModuleType().equals(ENTRY) && (fileSize >= notEntryLimit * FILE_LENGTH_1M)) { in checkAtomicServiceModuleSize()
1314 moduleNameWithType.put(hapVerifyInfo.getModuleName(), hapVerifyInfo.getModuleType()); in checkAtomicServicePreloadsIsValid()
1354 if (hapVerifyInfo.getModuleType().equals(ENTRY) && in checkFileSize()
[all …]
DHapVerifyInfo.java289 public String getModuleType() { in getModuleType() method in HapVerifyInfo