Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/vcn/routeselection/
H A DUnderlyingNetworkController.java77 @NonNull private final VcnGatewayConnectionConfig mConnectionConfig; field in UnderlyingNetworkController
116 mConnectionConfig = Objects.requireNonNull(connectionConfig, "Missing connectionConfig"); in UnderlyingNetworkController()
225 dedupAndGetCapRequirementsForCell(mConnectionConfig)) { in registerOrUpdateNetworkRequests()
483 mConnectionConfig.getVcnUnderlyingNetworkPriorities(), in getSortedUnderlyingNetworks()
562 + mConnectionConfig.getGatewayConnectionName() in getLogPrefix()
606 mConnectionConfig.getVcnUnderlyingNetworkPriorities()) { in dump()
622 mConnectionConfig.getVcnUnderlyingNetworkPriorities(), in dump()
/aosp14/frameworks/base/services/core/java/com/android/server/vcn/
H A DVcnGatewayConnection.java619 @NonNull private final VcnGatewayConnectionConfig mConnectionConfig; field in VcnGatewayConnection
793 mConnectionConfig, in VcnGatewayConnection()
804 if (mConnectionConfig.hasGatewayOption( in VcnGatewayConnection()
1264 mConnectionConfig.getGatewayConnectionName(), in sessionLost()
1318 mConnectionConfig.getGatewayConnectionName(), in notifyStatusCallbackForSessionClosed()
1758 mConnectionConfig, in updateNetworkAgent()
1779 mConnectionConfig, in buildNetworkAgent()
1886 final Set<Integer> exposedCaps = mConnectionConfig.getAllExposedCapabilities(); in applyTransform()
2186 final long[] retryIntervalsMs = mConnectionConfig.getRetryIntervalsMillis(); in getNextRetryIntervalsMs()
2480 + mConnectionConfig.getGatewayConnectionName() in getLogPrefix()
[all …]