Home
last modified time | relevance | path

Searched refs:CMD_LOCAL_REQUEST_CREATE_CHILD (Results 1 – 6 of 6) sorted by relevance

/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
DIkeLocalRequestScheduler.java21 …atic com.android.internal.net.ipsec.ike.AbstractSessionStateMachine.CMD_LOCAL_REQUEST_CREATE_CHILD;
208 if (type >= CMD_LOCAL_REQUEST_CREATE_CHILD && type <= CMD_LOCAL_REQUEST_REKEY_CHILD) { in validateTypeOrThrow()
DAbstractSessionStateMachine.java46 static final int CMD_LOCAL_REQUEST_CREATE_CHILD = CMD_CHILD_LOCAL_REQUEST_BASE + 1; field in AbstractSessionStateMachine
71 SHARED_CMD_TO_STR.put(CMD_LOCAL_REQUEST_CREATE_CHILD, "Create Child"); in SHARED_CMD_TO_STR.put() argument
DChildSessionStateMachine.java401 sendMessage(CMD_LOCAL_REQUEST_CREATE_CHILD); in createChildSession()
909 case CMD_LOCAL_REQUEST_CREATE_CHILD: in processStateMessage()
993 CMD_LOCAL_REQUEST_CREATE_CHILD, in processStateMessage()
DIkeSessionStateMachine.java665 CMD_LOCAL_REQUEST_CREATE_CHILD, in openChildSession()
667 CMD_LOCAL_REQUEST_CREATE_CHILD, childSessionCallback, childSessionParams)); in openChildSession()
1192 case CMD_LOCAL_REQUEST_CREATE_CHILD: // fallthrough in executeLocalRequest()
1474 case CMD_LOCAL_REQUEST_CREATE_CHILD: // Fallthrough in handleLocalRequest()
2329 case CMD_LOCAL_REQUEST_CREATE_CHILD: in executeLocalRequest()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
DChildSessionStateMachineTest.java25 …atic com.android.internal.net.ipsec.ike.AbstractSessionStateMachine.CMD_LOCAL_REQUEST_CREATE_CHILD;
638 == CMD_LOCAL_REQUEST_CREATE_CHILD)); in testCreateChildHandlesTemporaryFailure()
DIkeSessionStateMachineTest.java1557 IkeSessionStateMachine.CMD_LOCAL_REQUEST_CREATE_CHILD, in testCreateAdditionalChild()