Searched refs:getModuleName (Results 1 – 8 of 8) sorted by relevance
121 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 …]
114 if (!hqfVerifyInfoLeft.getModuleName().equals(hqfVerifyInfoRight.getModuleName())) { in checkModuleIsDuplicated()
28 public String getModuleName() { in getModuleName() method in PreloadItem
46 public String getModuleName() { in getModuleName() method in DependencyItem
82 public String getModuleName() { in getModuleName() method in HQFInfo
198 public String getModuleName() { in getModuleName() method in HapVerifyInfo374 dependencies.add(item.getModuleName()); in convertToDependency()
219 public String getModuleName() { in getModuleName() method in Compressor.VersionNormalizeUtil772 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 …]
335 public String getModuleName() { in getModuleName() method in Utility