Home
last modified time | relevance | path

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

/developtools/packing_tool/adapter/ohos/
DHapVerify.java124 String moduleName = hapVerifyInfos.get(0).getModuleName(); in checkSharedApppIsValid()
126 if (!moduleName.equals(hapVerifyInfo.getModuleName())) { in checkSharedApppIsValid()
238 if (hapVerifyInfos.get(i).getModuleName().isEmpty()) { in checkModuleNameIsValid()
243 … if (hapVerifyInfos.get(i).getModuleName().equals(hapVerifyInfos.get(j).getModuleName()) && in checkModuleNameIsValid()
245 … LOG.error("Module: (" + hapVerifyInfos.get(i).getModuleName() + ") and Module: (" + in checkModuleNameIsValid()
246 hapVerifyInfos.get(j).getModuleName() + ") have the same moduleName, " + in checkModuleNameIsValid()
248 … LOG.error("Module: " + hapVerifyInfos.get(i).getModuleName() + " has deviceType " in checkModuleNameIsValid()
250 … LOG.error("Another Module: " + hapVerifyInfos.get(j).getModuleName() + " has deviceType " in checkModuleNameIsValid()
253 … LOG.error("Module: " + hapVerifyInfos.get(i).getModuleName() + " DistroFilter is : " in checkModuleNameIsValid()
257 … 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.java691 if (!utility.getIndexPath().isEmpty() && !utility.getModuleName().isEmpty()) { in compressHapMode()
692 String assetsPath = ASSETS_DIR_NAME + utility.getModuleName() + LINUX_FILE_SEPARATOR; in compressHapMode()
704 if (!utility.getResPath().isEmpty() && !utility.getModuleName().isEmpty()) { in compressHapMode()
705 String resPath = ASSETS_DIR_NAME + utility.getModuleName() + LINUX_FILE_SEPARATOR in compressHapMode()
715 if (!utility.getResourcesPath().isEmpty() && !utility.getModuleName().isEmpty()) { in compressHapMode()
716 String resourcesPath = ASSETS_DIR_NAME + utility.getModuleName() + LINUX_FILE_SEPARATOR in compressHapMode()
781 if (!utility.getResPath().isEmpty() && !utility.getModuleName().isEmpty()) { in compressHapModeForModule()
782 String resPath = ASSETS_DIR_NAME + utility.getModuleName() + LINUX_FILE_SEPARATOR in compressHapModeForModule()
977 … String entryCardPath = ENTRYCARD_NAME + utility.getModuleName() + LINUX_FILE_SEPARATOR in compressAppMode()
2456 if (!utility.getResPath().isEmpty() && !utility.getModuleName().isEmpty()) { in compressHSPMode()
[all …]
DUtility.java322 public String getModuleName() { in getModuleName() method in Utility