Searched refs:getModuleName (Results 1 – 8 of 8) sorted by relevance
124 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 …]
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()
691 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 …]
322 public String getModuleName() { in getModuleName() method in Utility