Home
last modified time | relevance | path

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

/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
DAbstractSessionStateMachine.java49 static final int CMD_LOCAL_REQUEST_DELETE_CHILD = CMD_CHILD_LOCAL_REQUEST_BASE + 2; field in AbstractSessionStateMachine
72 SHARED_CMD_TO_STR.put(CMD_LOCAL_REQUEST_DELETE_CHILD, "Delete Child"); in SHARED_CMD_TO_STR.put() argument
DChildSessionStateMachine.java411 sendMessage(CMD_LOCAL_REQUEST_DELETE_CHILD); in deleteChildSession()
870 getIntentIkeSmMsg(CMD_LOCAL_REQUEST_DELETE_CHILD, remoteSpi)); in buildSaLifetimeAlarmSched()
912 case CMD_LOCAL_REQUEST_DELETE_CHILD: in processStateMessage()
1039 case CMD_LOCAL_REQUEST_DELETE_CHILD: in processStateMessage()
DIkeSessionStateMachine.java681 CMD_LOCAL_REQUEST_DELETE_CHILD, in closeChildSession()
682 new ChildLocalRequest(CMD_LOCAL_REQUEST_DELETE_CHILD, childSessionCallback, null)); in closeChildSession()
1194 case CMD_LOCAL_REQUEST_DELETE_CHILD: in executeLocalRequest()
1476 case CMD_LOCAL_REQUEST_DELETE_CHILD: in handleLocalRequest()
1510 case CMD_LOCAL_REQUEST_DELETE_CHILD: // Hits hard lifetime; fall through in handleFiredAlarm()
2340 case CMD_LOCAL_REQUEST_DELETE_CHILD: in executeLocalRequest()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
DIkeSessionStateMachineTest.java1644 IkeSessionStateMachine.CMD_LOCAL_REQUEST_DELETE_CHILD, in testTriggerDeleteChildLocal()
1663 IkeSessionStateMachine.CMD_LOCAL_REQUEST_DELETE_CHILD, in testHandleDeleteChildBeforeCreation()