Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/vcn/
DVcnGatewayConnection.java624 private VcnChildSessionConfiguration mChildConfig; field in VcnGatewayConnection
1800 final VcnChildSessionConfiguration oldChildConfig = mChildConfig; in processStateMsg()
1801 mChildConfig = ((EventSetupCompletedInfo) msg.obj).childSessionConfig; in processStateMsg()
1804 mCurrentToken, mTunnelIface, mChildConfig, oldChildConfig); in processStateMsg()
1841 updateNetworkAgent(mTunnelIface, mNetworkAgent, mChildConfig); in handleMigrationCompleted()
1866 if (mNetworkAgent != null && mChildConfig != null) { in handleUnderlyingNetworkChanged()
1868 updateNetworkAgent(mTunnelIface, mNetworkAgent, mChildConfig); in handleUnderlyingNetworkChanged()
2437 private final ChildSessionConfiguration mChildConfig; field in VcnGatewayConnection.VcnChildSessionConfiguration
2440 mChildConfig = childConfig; in VcnChildSessionConfiguration()
2445 return mChildConfig.getInternalAddresses(); in getInternalAddresses()
[all …]