Searched refs:CMD_LOCAL_REQUEST_CREATE_CHILD (Results 1 – 6 of 6) sorted by relevance
21 …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()
46 static final int CMD_LOCAL_REQUEST_CREATE_CHILD = CMD_CHILD_LOCAL_REQUEST_BASE + 1; field in AbstractSessionStateMachine71 SHARED_CMD_TO_STR.put(CMD_LOCAL_REQUEST_CREATE_CHILD, "Create Child"); in SHARED_CMD_TO_STR.put() argument
401 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()
665 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()
25 …atic com.android.internal.net.ipsec.ike.AbstractSessionStateMachine.CMD_LOCAL_REQUEST_CREATE_CHILD;638 == CMD_LOCAL_REQUEST_CREATE_CHILD)); in testCreateChildHandlesTemporaryFailure()
1557 IkeSessionStateMachine.CMD_LOCAL_REQUEST_CREATE_CHILD, in testCreateAdditionalChild()