• Home
  • Raw
  • Download

Lines Matching refs:warning

319                 LOG.warning(  in checkAbilityNameIsValid()
332 … LOG.warning("Module: (" + hapVerifyInfos.get(i).getModuleName() + ") and Module: (" + 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()
338 LOG.warning("Solution: Make sure ability name is valid and unique."); in checkAbilityNameIsValid()
339 LOG.warning("Reference: " + REFERENCE_LINK + "."); in checkAbilityNameIsValid()
444 LOG.warning("Input wrong type module."); in checkEntryIsValid()
449 LOG.warning("Warning: has no entry module."); in checkEntryIsValid()
480 LOG.warning(hapVerifyInfo.getModuleName() + " can not be covered by entry."); in checkEntryIsValid()
626 LOG.warning("Warning: device " + device + " has feature but has no entry."); in checkFeature()
631 LOG.warning(featureHap.getModuleName() + in checkFeature()
634 LOG.warning(featureHap.getModuleName() + " has " + in checkFeature()
665 LOG.warning("HapVerify::checkFeatureDistroFilter failed, apiVersion is not covered."); in checkFeatureDistroFilter()
669 LOG.warning("HapVerify::checkFeatureDistroFilter failed, screenShape is not covered."); in checkFeatureDistroFilter()
673 LOG.warning("HapVerify::checkFeatureDistroFilter failed, screenWindow is not covered."); in checkFeatureDistroFilter()
677 … LOG.warning("HapVerify::checkFeatureDistroFilter failed, screenDensity is not covered."); in checkFeatureDistroFilter()
681 LOG.warning("HapVerify::checkFeatureDistroFilter failed, countryCode is not covered."); in checkFeatureDistroFilter()
1060 … LOG.warning("Dependent module " + dependency.getModuleName() + " missing, check the HSP-Path."); in dfsTraverseDependency()