Lines Matching refs:moduleName
927 String moduleName = dependencyItem.getModuleName(); in checkDependencyInFileList() local
929 if (bundleName.isEmpty() || moduleName.isEmpty()) { in checkDependencyInFileList()
933 …if (moduleName.equals(hapVerifyInfo.getModuleName()) && bundleName.equals(hapVerifyInfo.getBundleN… in checkDependencyInFileList()
949 …String moduleName, HapVerifyInfo hapVerifyInfo, List<HapVerifyInfo> allHapVerifyInfo) throws Bundl… in getLayerDependency() argument
952 if (item.getModuleName().equals(moduleName) && checkModuleJoint(hapVerifyInfo, item)) { in getLayerDependency()
1143 String moduleName = preloadItem.getModuleName(); in checkAtomicServicePreloadsIsValid() local
1144 if (preloadModuleName.contains(moduleName)) { in checkAtomicServicePreloadsIsValid()
1145 LOG.error("preloads config a duplicate module " + moduleName + in checkAtomicServicePreloadsIsValid()
1149 preloadModuleName.add(moduleName); in checkAtomicServicePreloadsIsValid()
1150 if (!moduleNames.contains(moduleName)) { in checkAtomicServicePreloadsIsValid()
1151 LOG.error("preloads config a invalid module " + moduleName + in checkAtomicServicePreloadsIsValid()
1155 if (moduleName.equals(hapVerifyInfo.getModuleName())) { in checkAtomicServicePreloadsIsValid()
1169 String moduleName = preloadItem.getModuleName(); in checkAtomicServicePreloadsIsValid() local
1170 if (moduleNameWithType.get(moduleName).equals(ENTRY) in checkAtomicServicePreloadsIsValid()
1171 || moduleNameWithType.get(moduleName).equals(HAR)) { in checkAtomicServicePreloadsIsValid()
1174 + moduleNameWithType.get(moduleName) + " module."); in checkAtomicServicePreloadsIsValid()
1251 private static HapVerifyInfo findAtomicServiceHapVerifyInfo(String moduleName, in findAtomicServiceHapVerifyInfo() argument
1254 if (hapVerifyInfo.getModuleName().equals(moduleName)) { in findAtomicServiceHapVerifyInfo()