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/
DAbstractSessionStateMachine.java50 static final int CMD_LOCAL_REQUEST_CREATE_CHILD = CMD_CHILD_LOCAL_REQUEST_BASE + 1; field in AbstractSessionStateMachine
64 static final int CMD_LOCAL_REQUEST_MIN = CMD_LOCAL_REQUEST_CREATE_CHILD;
86 SHARED_CMD_TO_STR.put(CMD_LOCAL_REQUEST_CREATE_CHILD, "Create Child"); in SHARED_CMD_TO_STR.put() argument
DIkeLocalRequestScheduler.java21 …atic com.android.internal.net.ipsec.ike.AbstractSessionStateMachine.CMD_LOCAL_REQUEST_CREATE_CHILD;
344 case CMD_LOCAL_REQUEST_CREATE_CHILD: // Fallthrough in procedureTypeToPriority()
DChildSessionStateMachine.java431 sendMessage(CMD_LOCAL_REQUEST_CREATE_CHILD); in createChildSession()
1067 case CMD_LOCAL_REQUEST_CREATE_CHILD: in processStateMessage()
1158 CMD_LOCAL_REQUEST_CREATE_CHILD, in processStateMessage()
DIkeSessionStateMachine.java876 CMD_LOCAL_REQUEST_CREATE_CHILD, in openChildSession()
878 CMD_LOCAL_REQUEST_CREATE_CHILD, childSessionCallback, childSessionParams)); in openChildSession()
1604 case CMD_LOCAL_REQUEST_CREATE_CHILD: // fallthrough in executeLocalRequest()
1806 case CMD_LOCAL_REQUEST_CREATE_CHILD: // Fallthrough in handleLocalRequest()
2866 case CMD_LOCAL_REQUEST_CREATE_CHILD: in executeLocalRequest()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
DChildSessionStateMachineTest.java29 …com.android.internal.net.ipsec.test.ike.AbstractSessionStateMachine.CMD_LOCAL_REQUEST_CREATE_CHILD;
759 == CMD_LOCAL_REQUEST_CREATE_CHILD)); in testCreateChildHandlesTemporaryFailure()
DIkeSessionStateMachineTest.java2294 IkeSessionStateMachine.CMD_LOCAL_REQUEST_CREATE_CHILD, in testCreateAdditionalChild()