Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/vcn/java/com/android/server/vcn/
H A DVcnGatewayConnectionConnectingStateTest.java42 private VcnIkeSession mIkeSession; field in VcnGatewayConnectionConnectingStateTest
52 mIkeSession = mGatewayConnection.getIkeSession(); in setUp()
72 verify(mIkeSession).kill(); in testNullNetworkTriggersDisconnect()
84 verify(mIkeSession).close(); in testNewNetworkTriggersReconnect()
85 verify(mIkeSession, never()).kill(); in testNewNetworkTriggersReconnect()
105 verify(mIkeSession).close(); in testChildSessionClosedTriggersDisconnect()
115 verify(mIkeSession).close(); in testIkeSessionClosedTriggersDisconnect()
H A DVcnGatewayConnectionConnectedStateTest.java99 private VcnIkeSession mIkeSession; field in VcnGatewayConnectionConnectedStateTest
118 mGatewayConnection.setIkeSession(mIkeSession); in setUp()
144 verify(mIkeSession, never()).close(); in testNullNetworkDoesNotTriggerDisconnect()
158 verify(mIkeSession).kill(); in testNullNetworkAirplaneModeDisconnects()
169 verify(mIkeSession, never()).close(); in testNewNetworkTriggersMigration()
207 verify(mIkeSession).setNetwork(networkRecord.network); in verifyDataStallTriggersMigration()
209 verify(mIkeSession, never()).setNetwork(any(Network.class)); in verifyDataStallTriggersMigration()
458 verify(mIkeSession, times(PARALLEL_SA_COUNT - 1)) in openChildAndVerifyParallelSasRequested()
513 verify(mIkeSession).close(); in verifyPostOpenFailuresCloseSession()
729 verify(mIkeSession).close(); in testIkeSessionClosedTriggersDisconnect()
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/vcn/
H A DVcnGatewayConnection.java725 private VcnIkeSession mIkeSession; field in VcnGatewayConnection
854 if (mIkeSession != null) { in onQuitting()
856 mIkeSession.kill(); in onQuitting()
857 mIkeSession = null; in onQuitting()
1476 if (mIkeSession == null) { in handleDisconnectRequested()
1597 mIkeSession.kill(); in enterState()
1601 mIkeSession.close(); in enterState()
1682 mIkeSession.kill(); in enterState()
1683 mIkeSession = null; in enterState()
2615 return mIkeSession; in getIkeSession()
[all …]