Home
last modified time | relevance | path

Searched refs:getModuleName (Results 1 – 8 of 8) sorted by relevance

/developtools/packing_tool/adapter/ohos/
DHapVerify.java121 String moduleName = hapVerifyInfos.get(0).getModuleName(); in checkSharedApppIsValid()
123 if (!moduleName.equals(hapVerifyInfo.getModuleName())) { in checkSharedApppIsValid()
235 if (hapVerifyInfos.get(i).getModuleName().isEmpty()) { in checkModuleNameIsValid()
240 … if (hapVerifyInfos.get(i).getModuleName().equals(hapVerifyInfos.get(j).getModuleName()) && in checkModuleNameIsValid()
242 … LOG.error("Module: (" + hapVerifyInfos.get(i).getModuleName() + ") and Module: (" + in checkModuleNameIsValid()
243 hapVerifyInfos.get(j).getModuleName() + ") have the same moduleName, " + in checkModuleNameIsValid()
245 … LOG.error("Module: " + hapVerifyInfos.get(i).getModuleName() + " has deviceType " in checkModuleNameIsValid()
247 … LOG.error("Another Module: " + hapVerifyInfos.get(j).getModuleName() + " has deviceType " in checkModuleNameIsValid()
250 … LOG.error("Module: " + hapVerifyInfos.get(i).getModuleName() + " DistroFilter is : " in checkModuleNameIsValid()
254 … LOG.error("Another Module: " + hapVerifyInfos.get(j).getModuleName() + " DistroFilter is " in checkModuleNameIsValid()
[all …]
DHQFVerify.java114 if (!hqfVerifyInfoLeft.getModuleName().equals(hqfVerifyInfoRight.getModuleName())) { in checkModuleIsDuplicated()
DPreloadItem.java28 public String getModuleName() { in getModuleName() method in PreloadItem
DDependencyItem.java46 public String getModuleName() { in getModuleName() method in DependencyItem
DHQFInfo.java82 public String getModuleName() { in getModuleName() method in HQFInfo
DHapVerifyInfo.java198 public String getModuleName() { in getModuleName() method in HapVerifyInfo
374 dependencies.add(item.getModuleName()); in convertToDependency()
DCompressor.java219 public String getModuleName() { in getModuleName() method in Compressor.VersionNormalizeUtil
772 if (!utility.getIndexPath().isEmpty() && !utility.getModuleName().isEmpty()) { in compressHapMode()
773 String assetsPath = ASSETS_DIR_NAME + utility.getModuleName() + LINUX_FILE_SEPARATOR; in compressHapMode()
785 if (!utility.getResPath().isEmpty() && !utility.getModuleName().isEmpty()) { in compressHapMode()
786 String resPath = ASSETS_DIR_NAME + utility.getModuleName() + LINUX_FILE_SEPARATOR in compressHapMode()
796 if (!utility.getResourcesPath().isEmpty() && !utility.getModuleName().isEmpty()) { in compressHapMode()
797 String resourcesPath = ASSETS_DIR_NAME + utility.getModuleName() + LINUX_FILE_SEPARATOR in compressHapMode()
862 if (!utility.getResPath().isEmpty() && !utility.getModuleName().isEmpty()) { in compressHapModeForModule()
863 String resPath = ASSETS_DIR_NAME + utility.getModuleName() + LINUX_FILE_SEPARATOR in compressHapModeForModule()
1058 … String entryCardPath = ENTRYCARD_NAME + utility.getModuleName() + LINUX_FILE_SEPARATOR in compressAppMode()
[all …]
DUtility.java335 public String getModuleName() { in getModuleName() method in Utility