Home
last modified time | relevance | path

Searched refs:CMD_LOCAL_REQUEST_DELETE_CHILD (Results 1 – 5 of 5) sorted by relevance

/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
DIkeLocalRequestScheduler.java22 …atic com.android.internal.net.ipsec.ike.AbstractSessionStateMachine.CMD_LOCAL_REQUEST_DELETE_CHILD;
345 case CMD_LOCAL_REQUEST_DELETE_CHILD: // Fallthrough in procedureTypeToPriority()
DAbstractSessionStateMachine.java53 static final int CMD_LOCAL_REQUEST_DELETE_CHILD = CMD_CHILD_LOCAL_REQUEST_BASE + 2; field in AbstractSessionStateMachine
87 SHARED_CMD_TO_STR.put(CMD_LOCAL_REQUEST_DELETE_CHILD, "Delete Child"); in SHARED_CMD_TO_STR.put() argument
DChildSessionStateMachine.java441 sendMessage(CMD_LOCAL_REQUEST_DELETE_CHILD); in deleteChildSession()
1013 Message deleteMsg = getIntentIkeSmMsg(CMD_LOCAL_REQUEST_DELETE_CHILD, remoteSpi); in buildSaLifetimeAlarmSched()
1070 case CMD_LOCAL_REQUEST_DELETE_CHILD: in processStateMessage()
1209 case CMD_LOCAL_REQUEST_DELETE_CHILD: in processStateMessage()
DIkeSessionStateMachine.java892 CMD_LOCAL_REQUEST_DELETE_CHILD, in closeChildSession()
894 CMD_LOCAL_REQUEST_DELETE_CHILD, childSessionCallback, null)); in closeChildSession()
1608 case CMD_LOCAL_REQUEST_DELETE_CHILD: in executeLocalRequest()
1810 case CMD_LOCAL_REQUEST_DELETE_CHILD: in handleLocalRequest()
1843 case CMD_LOCAL_REQUEST_DELETE_CHILD: // Hits hard lifetime; fall through in handleFiredAlarm()
2890 case CMD_LOCAL_REQUEST_DELETE_CHILD: in executeLocalRequest()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
DIkeSessionStateMachineTest.java2369 IkeSessionStateMachine.CMD_LOCAL_REQUEST_DELETE_CHILD, in testTriggerDeleteChildLocal()
2388 IkeSessionStateMachine.CMD_LOCAL_REQUEST_DELETE_CHILD, in testHandleDeleteChildBeforeCreation()
7023 IkeSessionStateMachine.CMD_LOCAL_REQUEST_DELETE_CHILD, in testRcvRoutabilityCheckReqInChildProcedureOngoing()