Home
last modified time | relevance | path

Searched refs:mVcnGatewayConnections (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/vcn/
DVcn.java178 private final Map<VcnGatewayConnectionConfig, VcnGatewayConnection> mVcnGatewayConnections = field in Vcn
272 return Collections.unmodifiableSet(new HashSet<>(mVcnGatewayConnections.values())); in getVcnGatewayConnections()
279 return Collections.unmodifiableMap(new HashMap<>(mVcnGatewayConnections)); in getVcnGatewayConnectionConfigMap()
334 mVcnGatewayConnections.entrySet()) { in handleConfigUpdated()
361 for (VcnGatewayConnection gatewayConnection : mVcnGatewayConnections.values()) { in handleTeardown()
379 for (VcnGatewayConnection gatewayConnection : mVcnGatewayConnections.values()) { in handleSafeModeStatusChanged()
401 for (VcnGatewayConnectionConfig gatewayConnectionConfig : mVcnGatewayConnections.keySet()) { in handleNetworkRequested()
421 if (mVcnGatewayConnections.containsKey(gatewayConnectionConfig)) { in handleNetworkRequested()
437 mVcnGatewayConnections.put(gatewayConnectionConfig, vcnGatewayConnection); in handleNetworkRequested()
461 mVcnGatewayConnections.remove(config); in handleGatewayConnectionQuit()
[all …]