Home
last modified time | relevance | path

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

/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DIkeSession.java201 public void openChildSession( in openChildSession() method in IkeSession
208 mIkeSessionStateMachine.openChildSession(childSessionParams, childSessionCallback); in openChildSession()
/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/
DIkeSessionPskTest.java121 ikeSession.openChildSession(buildTunnelModeChildSessionParams(), additionalChildCb); in testIkeSessionSetupAndChildSessionSetupWithTunnelMode()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
DIkeSessionStateMachineTest.java5470 mIkeSessionStateMachine.openChildSession(mChildSessionParams, null); in testOpenChildSessionValidatesArgs()
5477 mIkeSessionStateMachine.openChildSession( in testOpenChildSessionValidatesArgs()
5489 mIkeSessionStateMachine.openChildSession(mChildSessionParams, cb); in testOpenChildSession()
5494 mIkeSessionStateMachine.openChildSession(mChildSessionParams, cb); in testOpenChildSession()
5517 mIkeSessionStateMachine.openChildSession( in testOpenChildSessionWithMobikeAndTransport()
5550 mIkeSessionStateMachine.openChildSession(mChildSessionParams, cb); in testCloseImmediatelyAfterOpenChildSession()
5925 mIkeSessionStateMachine.openChildSession(mChildSessionParams, cb); in testAcquireAndReleaseLocalReqWakeLock()
5948 mIkeSessionStateMachine.openChildSession( in testQuitClearAllLocalReqWakeLocks()
/packages/modules/IPsec/api/
Dcurrent.txt182 …method public void openChildSession(@NonNull android.net.ipsec.ike.ChildSessionParams, @NonNull an…
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
DIkeSessionStateMachine.java819 public void openChildSession( in openChildSession() method in IkeSessionStateMachine