Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/vcn/java/com/android/server/vcn/
H A DVcnGatewayConnectionTestBase.java183 @NonNull protected final IkeSessionConnectionInfo mIkeConnectionInfo; field in VcnGatewayConnectionTestBase
218 mIkeConnectionInfo = in VcnGatewayConnectionTestBase()
220 mIkeSessionConfiguration = new IkeSessionConfiguration.Builder(mIkeConnectionInfo).build(); in VcnGatewayConnectionTestBase()
H A DVcnGatewayConnectionTest.java226 mIkeConnectionInfo); in testBuildLinkProperties()
240 mIkeConnectionInfo); in testBuildLinkProperties()
H A DVcnGatewayConnectionConnectedStateTest.java298 assertEquals(mIkeConnectionInfo, mGatewayConnection.getIkeConnectionInfo()); in testMigration()
390 assertEquals(mIkeConnectionInfo, mGatewayConnection.getIkeConnectionInfo()); in testChildOpenedRegistersNetwork()
496 assertEquals(mIkeConnectionInfo, mGatewayConnection.getIkeConnectionInfo()); in testOpportunisticSa_ignoresPreOpenFailures()
/aosp14/frameworks/base/services/core/java/com/android/server/vcn/
H A DVcnGatewayConnection.java717 private IkeSessionConnectionInfo mIkeConnectionInfo; field in VcnGatewayConnection
1990 mIkeConnectionInfo); in processStateMsg()
2021 mIkeConnectionInfo = in processStateMsg()
2052 updateNetworkAgent(mTunnelIface, mNetworkAgent, mChildConfig, mIkeConnectionInfo); in handleMigrationCompleted()
2084 mTunnelIface, mNetworkAgent, mChildConfig, mIkeConnectionInfo); in handleUnderlyingNetworkChanged()
2600 return mIkeConnectionInfo; in getIkeConnectionInfo()
/aosp14/frameworks/base/services/core/java/com/android/server/connectivity/
H A DVpn.java3059 @Nullable private IkeSessionConnectionInfo mIkeConnectionInfo; field in Vpn.IkeV2VpnRunner
3210 mIkeConnectionInfo = ikeConnectionInfo; in onIkeConnectionInfoChanged()
3265 final Network network = mIkeConnectionInfo.getNetwork(); in onChildOpened()
3345 mTunnelIface.setUnderlyingNetwork(mIkeConnectionInfo.getNetwork()); in onChildTransformCreated()
3379 final Network network = mIkeConnectionInfo.getNetwork(); in onChildMigrated()
3518 final Network underlyingNetwork = mIkeConnectionInfo.getNetwork(); in calculateVpnMtu()
3543 mIkeConnectionInfo.getLocalAddress() instanceof Inet4Address); in calculateVpnMtu()
4201 mIkeConnectionInfo = null; in resetIkeState()