Home
last modified time | relevance | path

Searched refs:CMD_LOCAL_REQUEST_CREATE_IKE (Results 1 – 4 of 4) sorted by relevance

/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
DIkeLocalRequestScheduler.java28 …port static com.android.internal.net.ipsec.ike.IkeSessionStateMachine.CMD_LOCAL_REQUEST_CREATE_IKE;
235 if (type >= CMD_LOCAL_REQUEST_CREATE_IKE && type <= CMD_LOCAL_REQUEST_ON_DEMAND_DPD) { in validateTypeOrThrow()
339 case CMD_LOCAL_REQUEST_CREATE_IKE: // Fallthrough in procedureTypeToPriority()
DIkeSessionStateMachine.java343 static final int CMD_LOCAL_REQUEST_CREATE_IKE = CMD_IKE_LOCAL_REQUEST_BASE + 1; field in IkeSessionStateMachine
378 CMD_TO_STR.put(CMD_LOCAL_REQUEST_CREATE_IKE, "Create IKE"); in CMD_TO_STR.put() argument
852 CMD_LOCAL_REQUEST_CREATE_IKE, in openSession()
853 mLocalRequestFactory.getIkeLocalRequest(CMD_LOCAL_REQUEST_CREATE_IKE)); in openSession()
1394 case CMD_LOCAL_REQUEST_CREATE_IKE: in processStateMessage()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
DIkeLocalRequestSchedulerTest.java22 …static com.android.internal.net.ipsec.test.ike.IkeSessionStateMachine.CMD_LOCAL_REQUEST_CREATE_IKE;
184 LocalRequestFactory.procedureTypeToPriority(CMD_LOCAL_REQUEST_CREATE_IKE)); in testProcedureTypeToPriority()
DIkeSessionStateMachineTest.java1732 mIkeSessionStateMachine.sendMessage(IkeSessionStateMachine.CMD_LOCAL_REQUEST_CREATE_IKE); in testCreateIkeLocalIkeInitNegotiatesDhGroup()
1773 mIkeSessionStateMachine.sendMessage(IkeSessionStateMachine.CMD_LOCAL_REQUEST_CREATE_IKE); in testCreateIkeLocalIkeInitReceivesCookie()
1820 mIkeSessionStateMachine.sendMessage(IkeSessionStateMachine.CMD_LOCAL_REQUEST_CREATE_IKE); in testCreateIkeLocalIkeInitRcvRespAfterRcvCookie()
1886 mIkeSessionStateMachine.sendMessage(IkeSessionStateMachine.CMD_LOCAL_REQUEST_CREATE_IKE); in testCreateIkeLocalIkeInitNatTraversalNotSupported()
1939 mIkeSessionStateMachine.sendMessage(IkeSessionStateMachine.CMD_LOCAL_REQUEST_CREATE_IKE); in triggerAndVerifyIkeInitReq()
4814 mIkeSessionStateMachine.sendMessage(IkeSessionStateMachine.CMD_LOCAL_REQUEST_CREATE_IKE); in testIkeInitSchedulesRekey()
5732 mIkeSessionStateMachine.sendMessage(IkeSessionStateMachine.CMD_LOCAL_REQUEST_CREATE_IKE); in testHandleUnexpectedExceptionInEnterState()
5768 mIkeSessionStateMachine.sendMessage(IkeSessionStateMachine.CMD_LOCAL_REQUEST_CREATE_IKE); in testCreateIkeLocalIkeInitRcvErrorNotify()
7585 mIkeSessionStateMachine.sendMessage(IkeSessionStateMachine.CMD_LOCAL_REQUEST_CREATE_IKE); in testHandleRetransmissionTimeout()