Home
last modified time | relevance | path

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

/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/
DIkeSessionLivenessCheckTest.java94 mIkeSessionCallback, in openIkeSessionWithRemoteAddress()
163 int livenessStatus = mIkeSessionCallback.awaitNextOnLivenessStatus(); in testIkeLivenessCheck()
167 mIkeSessionCallback.awaitNextOnLivenessStatus()); in testIkeLivenessCheck()
171 mIkeSessionCallback.awaitNextOnLivenessStatus()); in testIkeLivenessCheck()
182 livenessStatus = mIkeSessionCallback.awaitNextOnLivenessStatus(); in testIkeLivenessCheck()
193 mIkeSessionCallback.awaitOnClosed(); in testIkeLivenessCheck()
DIkeSessionPskTest.java336 mIkeSessionCallback.awaitOnClosed(); in testIkeSessionKillWithTunnelMode()
355 (IkeProtocolException) mIkeSessionCallback.awaitOnClosedException(); in verifyIkeInitFail()
367 mIkeSessionCallback = new LegacyTestIkeSessionCallback(); in testIkeInitFailWithLegacyCb()
398 (IkeProtocolException) mIkeSessionCallback.awaitOnClosedException(); in testIkeAuthHandlesAuthFailNotification()
442 mIkeSessionCallback.awaitOnClosed(); in verifyIkeAuthHandlesFirstChildCreationFail()
452 mIkeSessionCallback = new LegacyTestIkeSessionCallback(); in testIkeAuthHandlesFirstChildCreationFailWithLegacyCb()
DIkeSessionRekeyTest.java70 mIkeSessionCallback, in openIkeSessionWithRemoteAddress()
173 mIkeSessionCallback.awaitOnClosed(); in testRekeyIke()
267 mIkeSessionCallback.awaitOnClosed(); in testRekeyTransportModeChildSa()
DIkeSessionMobikeTest.java275 mIkeSessionCallback.awaitOnIkeSessionConnectionInfoChanged(); in verifyConnectionInfoChange()
334 final IkeException exception = mIkeSessionCallback.awaitNextOnErrorException(); in testNetworkDied()
468 final IkeSessionConfiguration ikeConfig = mIkeSessionCallback.awaitIkeConfig(); in testSetNetworkWithoutOptionMobike()
DIkeSessionTestBase.java146 TestIkeSessionCallback mIkeSessionCallback; field in IkeSessionTestBase
156 mIkeSessionCallback = new DefaultTestIkeSessionCallback(); in setUp()
564 IkeSessionConfiguration ikeConfig = mIkeSessionCallback.awaitIkeConfig();
621 mIkeSessionCallback.awaitOnClosed();
DIkeSessionPskTestBase.java98 mIkeSessionCallback, in openIkeSession()
DIkeSessionDigitalSignatureTest.java183 mIkeSessionCallback, in openIkeSessionWithRemoteAddress()
DIkeSessionMschapV2Test.java176 mIkeSessionCallback, in openIkeSessionWithRemoteAddress()
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
DIkeSessionStateMachine.java403 private final IkeSessionCallback mIkeSessionCallback; field in IkeSessionStateMachine
571 mIkeSessionCallback = ikeSessionCallback; in IkeSessionStateMachine()
578 mLivenessAssister = new LivenessAssister(mIkeSessionCallback, mUserCbExecutor, this); in IkeSessionStateMachine()
1027 mIkeSessionCallback.onClosedWithException(wrapAsIkeException(error)); in handleMessage()
1205 mIkeSessionCallback.onClosedWithException(wrapAsIkeException(e)); in cleanUpAndQuit()
1284 mIkeSessionCallback.onClosedWithException(ikeException); in handleIkeFatalError()
1305 mIkeSessionCallback.onClosed(); in processStateMessage()
2473 mIkeSessionCallback.onClosed(); in handleDeleteSessionRequest()
4002 mIkeSessionCallback.onOpened(ikeSessionConfig); in notifyIkeSessionSetup()
5670 mIkeSessionCallback.onClosed(); in handleResponseIkeMessage()
[all …]