Home
last modified time | relevance | path

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

/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
H A DIkeLocalRequestScheduler.java25 …port static com.android.internal.net.ipsec.ike.IkeSessionStateMachine.CMD_LOCAL_REQUEST_CREATE_IKE;
231 if (type >= CMD_LOCAL_REQUEST_CREATE_IKE && type <= CMD_LOCAL_REQUEST_MOBIKE) return; in validateTypeOrThrow()
333 case CMD_LOCAL_REQUEST_CREATE_IKE: // Fallthrough in procedureTypeToPriority()
H A DIkeSessionStateMachine.java336 static final int CMD_LOCAL_REQUEST_CREATE_IKE = CMD_IKE_LOCAL_REQUEST_BASE + 1; field in IkeSessionStateMachine
362 CMD_TO_STR.put(CMD_LOCAL_REQUEST_CREATE_IKE, "Create IKE"); in CMD_TO_STR.put() argument
747 CMD_LOCAL_REQUEST_CREATE_IKE, in openSession()
748 mLocalRequestFactory.getIkeLocalRequest(CMD_LOCAL_REQUEST_CREATE_IKE)); in openSession()
1260 case CMD_LOCAL_REQUEST_CREATE_IKE: in processStateMessage()
/aosp12/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
H A 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()
H A DIkeSessionStateMachineTest.java1573 mIkeSessionStateMachine.sendMessage(IkeSessionStateMachine.CMD_LOCAL_REQUEST_CREATE_IKE); in testCreateIkeLocalIkeInitNegotiatesDhGroup()
1603 mIkeSessionStateMachine.sendMessage(IkeSessionStateMachine.CMD_LOCAL_REQUEST_CREATE_IKE); in testCreateIkeLocalIkeInitReceivesCookie()
1650 mIkeSessionStateMachine.sendMessage(IkeSessionStateMachine.CMD_LOCAL_REQUEST_CREATE_IKE); in testCreateIkeLocalIkeInitRcvRespAfterRcvCookie()
1671 mIkeSessionStateMachine.sendMessage(IkeSessionStateMachine.CMD_LOCAL_REQUEST_CREATE_IKE); in testCreateIkeLocalIkeInitSwitchesToEncapPorts()
1714 mIkeSessionStateMachine.sendMessage(IkeSessionStateMachine.CMD_LOCAL_REQUEST_CREATE_IKE); in testCreateIkeLocalIkeInitNatTraversalWithEnforcePort4500()
1731 mIkeSessionStateMachine.sendMessage(IkeSessionStateMachine.CMD_LOCAL_REQUEST_CREATE_IKE); in testCreateIkeLocalIkeInitNatTraversalNotSupported()
1753 mIkeSessionStateMachine.sendMessage(IkeSessionStateMachine.CMD_LOCAL_REQUEST_CREATE_IKE); in triggerAndVerifyIkeInitReq()
4302 mIkeSessionStateMachine.sendMessage(IkeSessionStateMachine.CMD_LOCAL_REQUEST_CREATE_IKE); in testIkeInitSchedulesRekey()
5133 mIkeSessionStateMachine.sendMessage(IkeSessionStateMachine.CMD_LOCAL_REQUEST_CREATE_IKE); in testHandleUnexpectedExceptionInEnterState()
5169 mIkeSessionStateMachine.sendMessage(IkeSessionStateMachine.CMD_LOCAL_REQUEST_CREATE_IKE); in testCreateIkeLocalIkeInitRcvErrorNotify()