Home
last modified time | relevance | path

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

/aosp12/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/
H A DIkeSessionPskTest.java313 mIkeSessionCallback.awaitOnClosed(); in testIkeSessionKillWithTunnelMode()
332 (IkeProtocolException) mIkeSessionCallback.awaitOnClosedException(); in verifyIkeInitFail()
344 mIkeSessionCallback = new LegacyTestIkeSessionCallback(); in testIkeInitFailWithLegacyCb()
375 (IkeProtocolException) mIkeSessionCallback.awaitOnClosedException(); in testIkeAuthHandlesAuthFailNotification()
417 mIkeSessionCallback.awaitOnClosed(); in verifyIkeAuthHandlesFirstChildCreationFail()
427 mIkeSessionCallback = new LegacyTestIkeSessionCallback(); in testIkeAuthHandlesFirstChildCreationFailWithLegacyCb()
H A DIkeSessionRekeyTest.java70 mIkeSessionCallback, in openIkeSessionWithRemoteAddress()
173 mIkeSessionCallback.awaitOnClosed(); in testRekeyIke()
267 mIkeSessionCallback.awaitOnClosed(); in testRekeyTransportModeChildSa()
H A DIkeSessionMobikeTest.java230 mIkeSessionCallback.awaitOnIkeSessionConnectionInfoChanged(); in verifyConnectionInfoChange()
281 final IkeException exception = mIkeSessionCallback.awaitNextOnErrorException(); in testNetworkDied()
408 final IkeSessionConfiguration ikeConfig = mIkeSessionCallback.awaitIkeConfig(); in testSetNetworkWithoutOptionMobike()
H A DIkeSessionTestBase.java138 TestIkeSessionCallback mIkeSessionCallback; field in IkeSessionTestBase
148 mIkeSessionCallback = new DefaultTestIkeSessionCallback(); in setUp()
519 IkeSessionConfiguration ikeConfig = mIkeSessionCallback.awaitIkeConfig();
573 mIkeSessionCallback.awaitOnClosed();
H A DIkeSessionPskTestBase.java98 mIkeSessionCallback, in openIkeSession()
H A DIkeSessionDigitalSignatureTest.java176 mIkeSessionCallback, in openIkeSessionWithRemoteAddress()
H A DIkeSessionMschapV2Test.java165 mIkeSessionCallback, in openIkeSessionWithRemoteAddress()
/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
H A DIkeSessionStateMachine.java396 private final IkeSessionCallback mIkeSessionCallback; field in IkeSessionStateMachine
630 mIkeSessionCallback = ikeSessionCallback; in IkeSessionStateMachine()
856 mIkeSessionCallback.onClosedWithException( in handleMessage()
1109 mIkeSessionCallback.onClosedWithException(new IkeInternalException(e)); in cleanUpAndQuit()
1204 mIkeSessionCallback.onClosedWithException(ikeException); in handleIkeFatalError()
1220 mIkeSessionCallback.onClosed(); in processStateMessage()
2277 mIkeSessionCallback.onClosed(); in handleDeleteSessionRequest()
3647 mIkeSessionCallback.onOpened(ikeSessionConfig); in notifyIkeSessionSetup()
5149 mIkeSessionCallback.onClosed(); in handleResponseIkeMessage()
5469 () -> mIkeSessionCallback.onIkeSessionConnectionInfoChanged(connectionInfo)); in notifyConnectionInfoChanged()
[all …]