• Home
  • Raw
  • Download

Lines Matching refs:moduleName

124         String moduleName = hapVerifyInfos.get(0).getModuleName();  in checkSharedApppIsValid()  local
126 if (!moduleName.equals(hapVerifyInfo.getModuleName())) { in checkSharedApppIsValid()
1082 String moduleName = dependencyItem.getModuleName(); in checkDependencyInFileList() local
1085 …if (moduleName.equals(hapVerifyInfo.getModuleName()) && bundleName.equals(hapVerifyInfo.getBundleN… in checkDependencyInFileList()
1101 …String moduleName, HapVerifyInfo hapVerifyInfo, List<HapVerifyInfo> allHapVerifyInfo) throws Bundl… in getLayerDependency() argument
1104 if (item.getModuleName().equals(moduleName) && checkModuleJoint(hapVerifyInfo, item)) { in getLayerDependency()
1303 String moduleName = preloadItem.getModuleName(); in checkAtomicServicePreloadsIsValid() local
1304 if (preloadModuleName.contains(moduleName)) { in checkAtomicServicePreloadsIsValid()
1305 LOG.error("preloads config a duplicate module " + moduleName + in checkAtomicServicePreloadsIsValid()
1309 preloadModuleName.add(moduleName); in checkAtomicServicePreloadsIsValid()
1310 if (!moduleNames.contains(moduleName)) { in checkAtomicServicePreloadsIsValid()
1311 LOG.error("preloads config a invalid module " + moduleName + in checkAtomicServicePreloadsIsValid()
1315 if (moduleName.equals(hapVerifyInfo.getModuleName())) { in checkAtomicServicePreloadsIsValid()
1329 String moduleName = preloadItem.getModuleName(); in checkAtomicServicePreloadsIsValid() local
1330 if (moduleNameWithType.get(moduleName).equals(ENTRY) in checkAtomicServicePreloadsIsValid()
1331 || moduleNameWithType.get(moduleName).equals(HAR)) { in checkAtomicServicePreloadsIsValid()
1334 + moduleNameWithType.get(moduleName) + " module."); in checkAtomicServicePreloadsIsValid()
1411 private static HapVerifyInfo findAtomicServiceHapVerifyInfo(String moduleName, in findAtomicServiceHapVerifyInfo() argument
1414 if (hapVerifyInfo.getModuleName().equals(moduleName)) { in findAtomicServiceHapVerifyInfo()