Lines Matching refs:get
121 if (!checkContinueTypeIsValid(hapVerifyInfos.get(i), hapVerifyInfos.get(j))) {
135 List<String> typeList = hapVerifyInfo.getContinueTypeMap().get(abilityNames.get(i));
140 List<String> typeList2 = hapVerifyInfo.getContinueTypeMap().get(abilityNames.get(j));
146 abilityNames.get(i) + ") and Ability: (" +
147 abilityNames.get(j) + ") have same continueType.");
148 LOG.error("Ability: (" + abilityNames.get(i) + ") have continueType: " + typeList);
149 LOG.error("Another Ability: (" + abilityNames.get(j) + ") have continueType: " + typeList2);
189 String moduleName = hapVerifyInfos.get(0).getModuleName();
206 if (!checkDuplicatedIsValid(hapVerifyInfos.get(i), hapVerifyInfos.get(j))) {
227 HapVerifyInfo verifyInfo = hapVerifyInfos.get(0);
232 verifyInfo = optional.get();
332 if (hapVerifyInfos.get(i).getModuleName().isEmpty()) {
337 if (hapVerifyInfos.get(i).getModuleName().equals(hapVerifyInfos.get(j).getModuleName()) &&
338 !checkDuplicatedIsValid(hapVerifyInfos.get(i), hapVerifyInfos.get(j))) {
339 LOG.error("Module: (" + hapVerifyInfos.get(i).getModuleName() + ") and Module: (" +
340 hapVerifyInfos.get(j).getModuleName() + ") have the same moduleName, " +
342 LOG.error("Module: " + hapVerifyInfos.get(i).getModuleName() + " has deviceType "
343 + hapVerifyInfos.get(i).getDeviceType() + ".");
344 LOG.error("Another Module: " + hapVerifyInfos.get(j).getModuleName() + " has deviceType "
345 + hapVerifyInfos.get(j).getDeviceType() + ".");
346 if (!EMPTY_STRING.equals(hapVerifyInfos.get(i).getDistroFilter().dump())) {
347 LOG.error("Module: " + hapVerifyInfos.get(i).getModuleName() + " DistroFilter is : "
348 + hapVerifyInfos.get(i).getDistroFilter().dump() + ".");
350 if (!EMPTY_STRING.equals(hapVerifyInfos.get(j).getDistroFilter().dump())) {
351 LOG.error("Another Module: " + hapVerifyInfos.get(j).getModuleName() + " DistroFilter is "
352 + hapVerifyInfos.get(j).getDistroFilter().dump() + ".");
372 if (hapVerifyInfos.get(i).getPackageName().isEmpty()) {
376 if (hapVerifyInfos.get(i).getPackageName().equals(hapVerifyInfos.get(j).getPackageName()) &&
377 !checkDuplicatedIsValid(hapVerifyInfos.get(i), hapVerifyInfos.get(j))) {
378 LOG.error("Module: (" + hapVerifyInfos.get(i).getModuleName() + ") and Module: (" +
379 hapVerifyInfos.get(j).getModuleName() + ") have the same packageName, " +
381 LOG.error("Module: " + hapVerifyInfos.get(i).getModuleName() + " has deviceType "
382 + hapVerifyInfos.get(i).getDeviceType() + ".");
383 LOG.error("Another Module: " + hapVerifyInfos.get(j).getModuleName() + " has deviceType "
384 + hapVerifyInfos.get(j).getDeviceType() + ".");
385 if (!EMPTY_STRING.equals(hapVerifyInfos.get(i).getDistroFilter().dump())) {
386 LOG.error("Module: " + hapVerifyInfos.get(i).getModuleName() + " DistroFilter is : " +
387 hapVerifyInfos.get(i).getDistroFilter().dump() + ".");
389 if (!EMPTY_STRING.equals(hapVerifyInfos.get(j).getDistroFilter().dump())) {
390 LOG.error("Another Module: " + hapVerifyInfos.get(j).getModuleName() + " DistroFilter is " +
391 hapVerifyInfos.get(j).getDistroFilter().dump() + ".");
419 if (hapVerifyInfos.get(i).getAbilityNames().isEmpty()) {
423 if (!Collections.disjoint(hapVerifyInfos.get(i).getAbilityNames(),
424 hapVerifyInfos.get(j).getAbilityNames()) &&
425 !checkDuplicatedIsValid(hapVerifyInfos.get(i), hapVerifyInfos.get(j))) {
426 LOG.warning("Module: (" + hapVerifyInfos.get(i).getModuleName() + ") and Module: (" +
427 hapVerifyInfos.get(j).getModuleName() + ") have the same ability name.");
428 LOG.warning("Module: " + hapVerifyInfos.get(i).getModuleName() + " has ability "
429 + hapVerifyInfos.get(i).getAbilityNames() + ".");
430 LOG.warning("Module: " + hapVerifyInfos.get(j).getModuleName() + " has ability "
431 + hapVerifyInfos.get(j).getAbilityNames() + ".");
488 String compileSdkType = hapVerifyInfos.get(0).getCompileSdkType();
538 || (entryHapVerifyInfos.isEmpty() && (!SHARED_LIBRARY.equals(hapVerifyInfos.get(0).getBundleType())))) {
544 if (!checkDuplicatedIsValid(entryHapVerifyInfos.get(i), entryHapVerifyInfos.get(j))) {
545 LOG.error("Module: (" + entryHapVerifyInfos.get(i).getModuleName() + ") and Module: (" +
546 entryHapVerifyInfos.get(j).getModuleName() + ") are entry, " +
548 LOG.error("Module: " + entryHapVerifyInfos.get(i).getModuleName() + " has deviceType "
549 + entryHapVerifyInfos.get(i).getDeviceType() + ".");
550 LOG.error("Another Module: " + entryHapVerifyInfos.get(j).getModuleName() + " has deviceType "
551 + entryHapVerifyInfos.get(j).getDeviceType() + ".");
552 if (!EMPTY_STRING.equals(entryHapVerifyInfos.get(i).getDistroFilter().dump())) {
553 LOG.error("Module: " + entryHapVerifyInfos.get(i).getModuleName() + " DistroFilter is : " +
554 entryHapVerifyInfos.get(i).getDistroFilter().dump() + ".");
556 if (!EMPTY_STRING.equals(entryHapVerifyInfos.get(j).getDistroFilter().dump())) {
557 LOG.error("Another Module: " + entryHapVerifyInfos.get(j).getModuleName() +
558 " DistroFilter is " + entryHapVerifyInfos.get(j).getDistroFilter().dump() + ".");
693 deviceHaps.get(device).add(hapVerifyInfo);
696 deviceHaps.get(device).add(hapVerifyInfo);
719 List<HapVerifyInfo> entryHaps = deviceHap.get(device);
1104 boolean isInstallationFree = allHapVerifyInfo.get(0).isInstallationFree();
1176 * get one layer dependency module by moduleName
1214 if (isSameHapVerifyInfo(dependencyList.get(i), dependencyList.get(j))) {
1239 * get moduleNames from List<HapVerifyInfo>
1257 int entryLimit = hapVerifyInfoList.get(0).getEntrySizeLimit();
1258 int notEntryLimit = hapVerifyInfoList.get(0).getNotEntrySizeLimit();
1313 deviceInfoMap.get(device).add(hapVerifyInfo);
1325 String bundleType = hapVerifyInfoList.get(0).getBundleType();
1329 boolean isStage = hapVerifyInfoList.get(0).isStageModule();
1336 List<HapVerifyInfo> hapVerifyInfos = deviceInfoMap.get(device);
1347 int sumLimit = hapVerifyInfos.get(0).getSumSizeLimit();
1348 if (!hapVerifyInfos.get(0).isStageModule()) {
1405 if (moduleNameWithType.get(moduleName).equals(ENTRY)
1406 || moduleNameWithType.get(moduleName).equals(HAR)) {
1409 + moduleNameWithType.get(moduleName) + " module.");
1442 int entryLimit = hapVerifyInfoList.get(0).getEntrySizeLimit();
1443 int notEntryLimit = hapVerifyInfoList.get(0).getNotEntrySizeLimit();
1463 List<HapVerifyInfo>hapVerifyInfoList1 = deviceInfoMap.get(device);