Searched refs:getModuleName (Results 1 – 9 of 9) sorted by relevance
144 LOG.error("Module: (" + hapVerifyInfo.getModuleName() + "), Ability: (" + in checkContinueTypeIsValid()165 LOG.error("Module: (" + hapVerifyInfo.getModuleName() + ") and Module: (" + in checkContinueTypeIsValid()166 hapVerifyInfo2.getModuleName() + ") have same deviceType and continueType."); in checkContinueTypeIsValid()167 LOG.error("Module: (" + hapVerifyInfo.getModuleName() + ") have deviceType: " + in checkContinueTypeIsValid()169 LOG.error("Another Module: (" + hapVerifyInfo2.getModuleName() + ") have deviceType: " + in checkContinueTypeIsValid()188 String moduleName = hapVerifyInfos.get(0).getModuleName(); in checkSharedApppIsValid()190 if (!moduleName.equals(hapVerifyInfo.getModuleName())) { in checkSharedApppIsValid()239 verifyCollection.setModuleName(hapVerifyInfos.get(0).getModuleName()); in checkAppFieldsIsSame()244 LOG.warning("Module: (" + verifyCollection.getModuleName() + ") and Module: (" + in checkAppFieldsIsSame()245 hapVerifyInfo.getModuleName() + ") has different values."); in checkAppFieldsIsSame()[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
149 public String getModuleName() { in getModuleName() method in VerifyCollection
203 public String getModuleName() { in getModuleName() method in HapVerifyInfo379 dependencies.add(item.getModuleName()); in convertToDependency()
226 public String getModuleName() { in getModuleName() method in Compressor.VersionNormalizeUtil785 if (!utility.getIndexPath().isEmpty() && !utility.getModuleName().isEmpty()) { in compressHapMode()786 String assetsPath = ASSETS_DIR_NAME + utility.getModuleName() + LINUX_FILE_SEPARATOR; in compressHapMode()798 if (!utility.getResPath().isEmpty() && !utility.getModuleName().isEmpty()) { in compressHapMode()799 String resPath = ASSETS_DIR_NAME + utility.getModuleName() + LINUX_FILE_SEPARATOR in compressHapMode()809 if (!utility.getResourcesPath().isEmpty() && !utility.getModuleName().isEmpty()) { in compressHapMode()810 String resourcesPath = ASSETS_DIR_NAME + utility.getModuleName() + LINUX_FILE_SEPARATOR in compressHapMode()875 if (!utility.getResPath().isEmpty() && !utility.getModuleName().isEmpty()) { in compressHapModeForModule()876 String resPath = ASSETS_DIR_NAME + utility.getModuleName() + LINUX_FILE_SEPARATOR in compressHapModeForModule()1075 … String entryCardPath = ENTRYCARD_NAME + utility.getModuleName() + LINUX_FILE_SEPARATOR in compressAppMode()[all …]
339 public String getModuleName() { in getModuleName() method in Utility