Home
last modified time | relevance | path

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

/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
DIkeLocalRequestScheduler.java22 …tatic com.android.internal.net.ipsec.ike.AbstractSessionStateMachine.CMD_LOCAL_REQUEST_REKEY_CHILD;
208 if (type >= CMD_LOCAL_REQUEST_CREATE_CHILD && type <= CMD_LOCAL_REQUEST_REKEY_CHILD) { in validateTypeOrThrow()
DAbstractSessionStateMachine.java52 static final int CMD_LOCAL_REQUEST_REKEY_CHILD = CMD_CHILD_LOCAL_REQUEST_BASE + 3; field in AbstractSessionStateMachine
73 SHARED_CMD_TO_STR.put(CMD_LOCAL_REQUEST_REKEY_CHILD, "Rekey Child"); in SHARED_CMD_TO_STR.put() argument
DChildSessionStateMachine.java421 sendMessage(CMD_LOCAL_REQUEST_REKEY_CHILD); in rekeyChildSession()
876 getIntentIkeSmMsg(CMD_LOCAL_REQUEST_REKEY_CHILD, remoteSpi)); in buildSaLifetimeAlarmSched()
1042 case CMD_LOCAL_REQUEST_REKEY_CHILD: in processStateMessage()
DIkeSessionStateMachine.java1193 case CMD_LOCAL_REQUEST_REKEY_CHILD: // fallthrough in executeLocalRequest()
1475 case CMD_LOCAL_REQUEST_REKEY_CHILD: // Fallthrough in handleLocalRequest()
1511 case CMD_LOCAL_REQUEST_REKEY_CHILD: // Hits soft lifetime in handleFiredAlarm()
2337 case CMD_LOCAL_REQUEST_REKEY_CHILD: in executeLocalRequest()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
DIkeSessionStateMachineTest.java1679 IkeSessionStateMachine.CMD_LOCAL_REQUEST_REKEY_CHILD, in testTriggerRekeyChildLocal()
4548 IkeSessionStateMachine.CMD_LOCAL_REQUEST_REKEY_CHILD, in mockSendRekeyChildReq()