Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/vcn/
H A DVcnGatewayConnection.java733 private VcnChildSessionConfiguration mChildConfig; field in VcnGatewayConnection
1982 final VcnChildSessionConfiguration oldChildConfig = mChildConfig; in processStateMsg()
1983 mChildConfig = ((EventSetupCompletedInfo) msg.obj).childSessionConfig; in processStateMsg()
1988 mChildConfig, in processStateMsg()
2052 updateNetworkAgent(mTunnelIface, mNetworkAgent, mChildConfig, mIkeConnectionInfo); in handleMigrationCompleted()
2081 if (mNetworkAgent != null && mChildConfig != null) { in handleUnderlyingNetworkChanged()
2084 mTunnelIface, mNetworkAgent, mChildConfig, mIkeConnectionInfo); in handleUnderlyingNetworkChanged()
2809 private final ChildSessionConfiguration mChildConfig; field in VcnGatewayConnection.VcnChildSessionConfiguration
2812 mChildConfig = childConfig; in VcnChildSessionConfiguration()
2817 return mChildConfig.getInternalAddresses(); in getInternalAddresses()
[all …]