Home
last modified time | relevance | path

Searched refs:CMD_EXECUTE_LOCAL_REQ (Results 1 – 2 of 2) sorted by relevance

/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
DIkeSessionStateMachineTest.java1555 IkeSessionStateMachine.CMD_EXECUTE_LOCAL_REQ, in testCreateAdditionalChild()
1642 IkeSessionStateMachine.CMD_EXECUTE_LOCAL_REQ, in testTriggerDeleteChildLocal()
1661 IkeSessionStateMachine.CMD_EXECUTE_LOCAL_REQ, in testHandleDeleteChildBeforeCreation()
1677 IkeSessionStateMachine.CMD_EXECUTE_LOCAL_REQ, in testTriggerRekeyChildLocal()
3033 IkeSessionStateMachine.CMD_EXECUTE_LOCAL_REQ, in testRekeyIkeLocalCreateSendsRequest()
3080 IkeSessionStateMachine.CMD_EXECUTE_LOCAL_REQ, in testRekeyIkeLocalCreateHandlesResponse()
3113 IkeSessionStateMachine.CMD_EXECUTE_LOCAL_REQ, in testRekeyIkeLocalCreateHandleRespWithParsingError()
3144 IkeSessionStateMachine.CMD_EXECUTE_LOCAL_REQ, in testRekeyIkeLocalCreateHandleRespWithNonFatalErrorNotify()
3166 IkeSessionStateMachine.CMD_EXECUTE_LOCAL_REQ, in testRekeyIkeLocalCreateHandleRespWithFatalErrorNotify()
3195 IkeSessionStateMachine.CMD_EXECUTE_LOCAL_REQ, in testRekeyIkeLocalCreateSaCreationFail()
[all …]
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
DIkeSessionStateMachine.java289 static final int CMD_EXECUTE_LOCAL_REQ = CMD_GENERAL_BASE + 7; field in IkeSessionStateMachine
328 CMD_TO_STR.put(CMD_EXECUTE_LOCAL_REQ, "Execute local request"); in CMD_TO_STR.put() argument
572 sendMessageAtFrontOfQueue(CMD_EXECUTE_LOCAL_REQ, localReq); in IkeSessionStateMachine()
1146 case CMD_EXECUTE_LOCAL_REQ: in processStateMessage()
1572 case CMD_EXECUTE_LOCAL_REQ: in processStateMessage()
2250 case CMD_EXECUTE_LOCAL_REQ: in processStateMessage()