Searched refs:activeStandbyPorts (Results 1 – 1 of 1) sorted by relevance
1022 List<LowPowerStandbyPortDescription> activeStandbyPorts = new ArrayList<>(); in getActiveStandbyPorts() local1025 return activeStandbyPorts; in getActiveStandbyPorts()1032 activeStandbyPorts.addAll(standbyPortsLock.getPorts()); in getActiveStandbyPorts()1036 return activeStandbyPorts; in getActiveStandbyPorts()1121 final List<LowPowerStandbyPortDescription> activeStandbyPorts = getActiveStandbyPorts(); in dump() local1122 if (!activeStandbyPorts.isEmpty()) { in dump()1126 for (LowPowerStandbyPortDescription portDescription : activeStandbyPorts) { in dump()