Lines Matching refs:getModuleName
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()
284 … LOG.error("Module: (" + hapVerifyInfos.get(i).getModuleName() + ") and Module: (" + in checkPackageNameIsValid()
285 … hapVerifyInfos.get(j).getModuleName() + ") have the same packageName, " + in checkPackageNameIsValid()
287 … LOG.error("Module: " + hapVerifyInfos.get(i).getModuleName() + " has deviceType " in checkPackageNameIsValid()
289 … LOG.error("Another Module: " + hapVerifyInfos.get(j).getModuleName() + " has deviceType " in checkPackageNameIsValid()
292 … LOG.error("Module: " + hapVerifyInfos.get(i).getModuleName() + " DistroFilter is : " + in checkPackageNameIsValid()
296 … LOG.error("Another Module: " + hapVerifyInfos.get(j).getModuleName() + " DistroFilter is " + in checkPackageNameIsValid()
320 … hapVerifyInfo.getModuleName() + " ability duplicated, please rename ability name."); in checkAbilityNameIsValid()
332 … LOG.warning("Module: (" + hapVerifyInfos.get(i).getModuleName() + ") and Module: (" + in checkAbilityNameIsValid()
333 … hapVerifyInfos.get(j).getModuleName() + ") have the same ability name."); in checkAbilityNameIsValid()
334 LOG.warning("Module: " + hapVerifyInfos.get(i).getModuleName() + " has ability " in checkAbilityNameIsValid()
336 LOG.warning("Module: " + hapVerifyInfos.get(j).getModuleName() + " has ability " in checkAbilityNameIsValid()
370 moduleList.add(hapInfo.getModuleName()); in checkTargetModuleNameIsExisted()
455 … LOG.error("Module: (" + entryHapVerifyInfos.get(i).getModuleName() + ") and Module: (" + in checkEntryIsValid()
456 entryHapVerifyInfos.get(j).getModuleName() + ") are entry, " + in checkEntryIsValid()
458 … LOG.error("Module: " + entryHapVerifyInfos.get(i).getModuleName() + " has deviceType " in checkEntryIsValid()
460 … LOG.error("Another Module: " + entryHapVerifyInfos.get(j).getModuleName() + " has deviceType " in checkEntryIsValid()
463 … LOG.error("Module: " + entryHapVerifyInfos.get(i).getModuleName() + " DistroFilter is : " + in checkEntryIsValid()
467 LOG.error("Another Module: " + entryHapVerifyInfos.get(j).getModuleName() + in checkEntryIsValid()
480 LOG.warning(hapVerifyInfo.getModuleName() + " can not be covered by entry."); in checkEntryIsValid()
631 LOG.warning(featureHap.getModuleName() + in checkFeature()
634 LOG.warning(featureHap.getModuleName() + " has " + in checkFeature()
1060 … LOG.warning("Dependent module " + dependency.getModuleName() + " missing, check the HSP-Path."); in dfsTraverseDependency()
1064 dependency.getModuleName(), hapVerifyInfo, allHapVerifyInfo); in dfsTraverseDependency()
1067 LOG.error("HAP or HSP cannot depend on HAP" + item.getModuleName() + "."); in dfsTraverseDependency()
1082 String moduleName = dependencyItem.getModuleName(); in checkDependencyInFileList()
1085 …if (moduleName.equals(hapVerifyInfo.getModuleName()) && bundleName.equals(hapVerifyInfo.getBundleN… in checkDependencyInFileList()
1104 if (item.getModuleName().equals(moduleName) && checkModuleJoint(hapVerifyInfo, item)) { in getLayerDependency()
1149 if (!infoLeft.getModuleName().equals(infoRight.getModuleName())) { in isSameHapVerifyInfo()
1164 moduleNames.add((hapVerifyInfo.getModuleName())); in getHapVerifyInfoListNames()
1191 … LOG.error("module " + hapVerifyInfo.getModuleName() + " and it's dependencies size is " + in checkAtomicServiceModuleSize()
1196 … LOG.error("module " + hapVerifyInfo.getModuleName() + " and it's dependencies size is " + in checkAtomicServiceModuleSize()
1296 moduleNames.add(hapVerifyInfo.getModuleName()); in checkAtomicServicePreloadsIsValid()
1303 String moduleName = preloadItem.getModuleName(); in checkAtomicServicePreloadsIsValid()
1306 " in " + hapVerifyInfo.getModuleName() + "."); in checkAtomicServicePreloadsIsValid()
1312 " in " + hapVerifyInfo.getModuleName() + "."); in checkAtomicServicePreloadsIsValid()
1315 if (moduleName.equals(hapVerifyInfo.getModuleName())) { in checkAtomicServicePreloadsIsValid()
1316 … LOG.error("can not preload self, " + hapVerifyInfo.getModuleName() + " preload self."); in checkAtomicServicePreloadsIsValid()
1324 moduleNameWithType.put(hapVerifyInfo.getModuleName(), hapVerifyInfo.getModuleType()); in checkAtomicServicePreloadsIsValid()
1329 String moduleName = preloadItem.getModuleName(); in checkAtomicServicePreloadsIsValid()
1333 + hapVerifyInfo.getModuleName() + " preloads a " in checkAtomicServicePreloadsIsValid()
1366 LOG.error("module " + hapVerifyInfo.getModuleName() + "'s size is " + in checkFileSize()
1373 LOG.error("module " + hapVerifyInfo.getModuleName() + "'s size is " + in checkFileSize()
1414 if (hapVerifyInfo.getModuleName().equals(moduleName)) { in findAtomicServiceHapVerifyInfo()