Lines Matching refs:getModuleName
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()
281 … LOG.error("Module: (" + hapVerifyInfos.get(i).getModuleName() + ") and Module: (" + in checkPackageNameIsValid()
282 … hapVerifyInfos.get(j).getModuleName() + ") have the same packageName, " + in checkPackageNameIsValid()
284 … LOG.error("Module: " + hapVerifyInfos.get(i).getModuleName() + " has deviceType " in checkPackageNameIsValid()
286 … LOG.error("Another Module: " + hapVerifyInfos.get(j).getModuleName() + " has deviceType " in checkPackageNameIsValid()
289 … LOG.error("Module: " + hapVerifyInfos.get(i).getModuleName() + " DistroFilter is : " + in checkPackageNameIsValid()
293 … LOG.error("Another Module: " + hapVerifyInfos.get(j).getModuleName() + " DistroFilter is " + in checkPackageNameIsValid()
317 … hapVerifyInfo.getModuleName() + " ability duplicated, please rename ability name."); in checkAbilityNameIsValid()
329 … LOG.warning("Module: (" + hapVerifyInfos.get(i).getModuleName() + ") and Module: (" + in checkAbilityNameIsValid()
330 … hapVerifyInfos.get(j).getModuleName() + ") have the same ability name."); in checkAbilityNameIsValid()
331 LOG.warning("Module: " + hapVerifyInfos.get(i).getModuleName() + " has ability " in checkAbilityNameIsValid()
333 LOG.warning("Module: " + hapVerifyInfos.get(j).getModuleName() + " has ability " in checkAbilityNameIsValid()
367 moduleList.add(hapInfo.getModuleName()); in checkTargetModuleNameIsExisted()
452 … LOG.error("Module: (" + entryHapVerifyInfos.get(i).getModuleName() + ") and Module: (" + in checkEntryIsValid()
453 entryHapVerifyInfos.get(j).getModuleName() + ") are entry, " + in checkEntryIsValid()
455 … LOG.error("Module: " + entryHapVerifyInfos.get(i).getModuleName() + " has deviceType " in checkEntryIsValid()
457 … LOG.error("Another Module: " + entryHapVerifyInfos.get(j).getModuleName() + " has deviceType " in checkEntryIsValid()
460 … LOG.error("Module: " + entryHapVerifyInfos.get(i).getModuleName() + " DistroFilter is : " + in checkEntryIsValid()
464 LOG.error("Another Module: " + entryHapVerifyInfos.get(j).getModuleName() + in checkEntryIsValid()
477 LOG.warning(hapVerifyInfo.getModuleName() + " can not be covered by entry."); in checkEntryIsValid()
628 LOG.warning(featureHap.getModuleName() + in checkFeature()
631 LOG.warning(featureHap.getModuleName() + " has " + in checkFeature()
1050 … LOG.warning("Dependent module " + dependency.getModuleName() + " missing, check the HSP-Path."); in dfsTraverseDependency()
1054 dependency.getModuleName(), hapVerifyInfo, allHapVerifyInfo); in dfsTraverseDependency()
1057 LOG.error("HAP or HSP cannot depend on HAP" + item.getModuleName() + "."); in dfsTraverseDependency()
1072 String moduleName = dependencyItem.getModuleName(); in checkDependencyInFileList()
1075 …if (moduleName.equals(hapVerifyInfo.getModuleName()) && bundleName.equals(hapVerifyInfo.getBundleN… in checkDependencyInFileList()
1094 if (item.getModuleName().equals(moduleName) && checkModuleJoint(hapVerifyInfo, item)) { in getLayerDependency()
1139 if (!infoLeft.getModuleName().equals(infoRight.getModuleName())) { in isSameHapVerifyInfo()
1154 moduleNames.add((hapVerifyInfo.getModuleName())); in getHapVerifyInfoListNames()
1181 … LOG.error("module " + hapVerifyInfo.getModuleName() + " and it's dependencies size is " + in checkAtomicServiceModuleSize()
1186 … LOG.error("module " + hapVerifyInfo.getModuleName() + " and it's dependencies size is " + in checkAtomicServiceModuleSize()
1286 moduleNames.add(hapVerifyInfo.getModuleName()); in checkAtomicServicePreloadsIsValid()
1293 String moduleName = preloadItem.getModuleName(); in checkAtomicServicePreloadsIsValid()
1296 " in " + hapVerifyInfo.getModuleName() + "."); in checkAtomicServicePreloadsIsValid()
1302 " in " + hapVerifyInfo.getModuleName() + "."); in checkAtomicServicePreloadsIsValid()
1305 if (moduleName.equals(hapVerifyInfo.getModuleName())) { in checkAtomicServicePreloadsIsValid()
1306 … LOG.error("can not preload self, " + hapVerifyInfo.getModuleName() + " preload self."); in checkAtomicServicePreloadsIsValid()
1314 moduleNameWithType.put(hapVerifyInfo.getModuleName(), hapVerifyInfo.getModuleType()); in checkAtomicServicePreloadsIsValid()
1319 String moduleName = preloadItem.getModuleName(); in checkAtomicServicePreloadsIsValid()
1323 + hapVerifyInfo.getModuleName() + " preloads a " in checkAtomicServicePreloadsIsValid()
1356 LOG.error("module " + hapVerifyInfo.getModuleName() + "'s size is " + in checkFileSize()
1363 LOG.error("module " + hapVerifyInfo.getModuleName() + "'s size is " + in checkFileSize()
1404 if (hapVerifyInfo.getModuleName().equals(moduleName)) { in findAtomicServiceHapVerifyInfo()