Lines Matching refs:moduleName
121 String moduleName = hapVerifyInfos.get(0).getModuleName(); in checkSharedApppIsValid() local
123 if (!moduleName.equals(hapVerifyInfo.getModuleName())) { in checkSharedApppIsValid()
1072 String moduleName = dependencyItem.getModuleName(); in checkDependencyInFileList() local
1075 …if (moduleName.equals(hapVerifyInfo.getModuleName()) && bundleName.equals(hapVerifyInfo.getBundleN… in checkDependencyInFileList()
1091 …String moduleName, HapVerifyInfo hapVerifyInfo, List<HapVerifyInfo> allHapVerifyInfo) throws Bundl… in getLayerDependency() argument
1094 if (item.getModuleName().equals(moduleName) && checkModuleJoint(hapVerifyInfo, item)) { in getLayerDependency()
1293 String moduleName = preloadItem.getModuleName(); in checkAtomicServicePreloadsIsValid() local
1294 if (preloadModuleName.contains(moduleName)) { in checkAtomicServicePreloadsIsValid()
1295 LOG.error("preloads config a duplicate module " + moduleName + in checkAtomicServicePreloadsIsValid()
1299 preloadModuleName.add(moduleName); in checkAtomicServicePreloadsIsValid()
1300 if (!moduleNames.contains(moduleName)) { in checkAtomicServicePreloadsIsValid()
1301 LOG.error("preloads config a invalid module " + moduleName + in checkAtomicServicePreloadsIsValid()
1305 if (moduleName.equals(hapVerifyInfo.getModuleName())) { in checkAtomicServicePreloadsIsValid()
1319 String moduleName = preloadItem.getModuleName(); in checkAtomicServicePreloadsIsValid() local
1320 if (moduleNameWithType.get(moduleName).equals(ENTRY) in checkAtomicServicePreloadsIsValid()
1321 || moduleNameWithType.get(moduleName).equals(HAR)) { in checkAtomicServicePreloadsIsValid()
1324 + moduleNameWithType.get(moduleName) + " module."); in checkAtomicServicePreloadsIsValid()
1401 private static HapVerifyInfo findAtomicServiceHapVerifyInfo(String moduleName, in findAtomicServiceHapVerifyInfo() argument
1404 if (hapVerifyInfo.getModuleName().equals(moduleName)) { in findAtomicServiceHapVerifyInfo()