Home
last modified time | relevance | path

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

/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
DIkeLocalRequestScheduler.java296 IkeLocalRequest getIkeLocalRequest(int type) { in getIkeLocalRequest() method in IkeLocalRequestScheduler.LocalRequestFactory
297 return getIkeLocalRequest(type, SPI_NOT_INCLUDED); in getIkeLocalRequest()
301 IkeLocalRequest getIkeLocalRequest(int type, long remoteIkeSpi) { in getIkeLocalRequest() method in IkeLocalRequestScheduler.LocalRequestFactory
DIkeSessionStateMachine.java853 mLocalRequestFactory.getIkeLocalRequest(CMD_LOCAL_REQUEST_CREATE_IKE)); in openSession()
901 mLocalRequestFactory.getIkeLocalRequest(CMD_LOCAL_REQUEST_DELETE_IKE)); in closeSession()
1561 mLocalRequestFactory.getIkeLocalRequest( in processStateMessage()
1856 mLocalRequestFactory.getIkeLocalRequest(message.arg2, remoteIkeSpi)); in handleFiredAlarm()
6218 mLocalRequestFactory.getIkeLocalRequest(CMD_LOCAL_REQUEST_MOBIKE)); in onUnderlyingNetworkUpdated()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
DIkeSessionStateMachineTest.java770 mLocalRequestFactory.getIkeLocalRequest( in mockScheduleRekey()
3996 mLocalRequestFactory.getIkeLocalRequest( in testRekeyIkeLocalCreateSendsRequest()
4048 mLocalRequestFactory.getIkeLocalRequest( in verifyRekeyIkeLocalCreateHandlesResponse()
4092 mLocalRequestFactory.getIkeLocalRequest( in testRekeyIkeLocalCreateHandleRespWithParsingError()
4124 mLocalRequestFactory.getIkeLocalRequest( in testRekeyIkeLocalCreateHandleRespWithNonFatalErrorNotify()
4147 mLocalRequestFactory.getIkeLocalRequest( in testRekeyIkeLocalCreateHandleRespWithFatalErrorNotify()
4177 mLocalRequestFactory.getIkeLocalRequest( in testRekeyIkeLocalCreateSaCreationFail()
4205 mLocalRequestFactory.getIkeLocalRequest( in testRekeyIkeLocalCreateHandleReqWithNonFatalError()
4244 mLocalRequestFactory.getIkeLocalRequest( in mockRescheduleRekey()
4265 mLocalRequestFactory.getIkeLocalRequest( in testRekeyIkeLocalCreateHandleRespWithTempFailure()
[all …]