Home
last modified time | relevance | path

Searched refs:IkeLocalRequest (Results 1 – 3 of 3) sorted by relevance

/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
DIkeLocalRequestScheduler.java149 public static class IkeLocalRequest extends LocalRequest { class in IkeLocalRequestScheduler
153 IkeLocalRequest(int type) { in IkeLocalRequest() method in IkeLocalRequestScheduler.IkeLocalRequest
158 IkeLocalRequest(int type, long remoteIkeSpi) { in IkeLocalRequest() method in IkeLocalRequestScheduler.IkeLocalRequest
DIkeSessionStateMachine.java98 import com.android.internal.net.ipsec.ike.IkeLocalRequestScheduler.IkeLocalRequest;
648 CMD_LOCAL_REQUEST_CREATE_IKE, new IkeLocalRequest(CMD_LOCAL_REQUEST_CREATE_IKE)); in openSession()
688 CMD_LOCAL_REQUEST_DELETE_IKE, new IkeLocalRequest(CMD_LOCAL_REQUEST_DELETE_IKE)); in closeSession()
1216 IkeLocalRequest req = (IkeLocalRequest) localRequest; in isRequestForCurrentSa()
1522 new IkeLocalRequest(message.arg2, remoteIkeSpi)); in handleFiredAlarm()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
DIkeSessionStateMachineTest.java116 import com.android.internal.net.ipsec.ike.IkeLocalRequestScheduler.IkeLocalRequest;
661 IkeLocalRequest rekeyReq = in mockScheduleRekey()
662 new IkeLocalRequest(IkeSessionStateMachine.CMD_LOCAL_REQUEST_REKEY_IKE); in mockScheduleRekey()
3034 new IkeLocalRequest(IkeSessionStateMachine.CMD_LOCAL_REQUEST_REKEY_IKE)); in testRekeyIkeLocalCreateSendsRequest()
3081 new IkeLocalRequest(IkeSessionStateMachine.CMD_LOCAL_REQUEST_REKEY_IKE)); in testRekeyIkeLocalCreateHandlesResponse()
3114 new IkeLocalRequest(IkeSessionStateMachine.CMD_LOCAL_REQUEST_REKEY_IKE)); in testRekeyIkeLocalCreateHandleRespWithParsingError()
3145 new IkeLocalRequest(IkeSessionStateMachine.CMD_LOCAL_REQUEST_REKEY_IKE)); in testRekeyIkeLocalCreateHandleRespWithNonFatalErrorNotify()
3167 new IkeLocalRequest(IkeSessionStateMachine.CMD_LOCAL_REQUEST_REKEY_IKE)); in testRekeyIkeLocalCreateHandleRespWithFatalErrorNotify()
3196 new IkeLocalRequest(IkeSessionStateMachine.CMD_LOCAL_REQUEST_REKEY_IKE)); in testRekeyIkeLocalCreateSaCreationFail()
3223 new IkeLocalRequest(IkeSessionStateMachine.CMD_LOCAL_REQUEST_REKEY_IKE)); in testRekeyIkeLocalCreateHandleReqWithNonFatalError()
[all …]