Home
last modified time | relevance | path

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

/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
H A DIkeLocalRequestScheduler.java291 IkeLocalRequest getIkeLocalRequest(int type) { in getIkeLocalRequest() method in IkeLocalRequestScheduler.LocalRequestFactory
292 return getIkeLocalRequest(type, SPI_NOT_INCLUDED); in getIkeLocalRequest()
296 IkeLocalRequest getIkeLocalRequest(int type, long remoteIkeSpi) { in getIkeLocalRequest() method in IkeLocalRequestScheduler.LocalRequestFactory
H A DIkeSessionStateMachine.java748 mLocalRequestFactory.getIkeLocalRequest(CMD_LOCAL_REQUEST_CREATE_IKE)); in openSession()
796 mLocalRequestFactory.getIkeLocalRequest(CMD_LOCAL_REQUEST_DELETE_IKE)); in closeSession()
1751 mLocalRequestFactory.getIkeLocalRequest(message.arg2, remoteIkeSpi)); in handleFiredAlarm()
5692 mLocalRequestFactory.getIkeLocalRequest(CMD_LOCAL_REQUEST_MOBIKE)); in onUnderlyingNetworkUpdated()
/aosp12/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
H A DIkeSessionStateMachineTest.java750 mLocalRequestFactory.getIkeLocalRequest( in mockScheduleRekey()
3602 mLocalRequestFactory.getIkeLocalRequest( in testRekeyIkeLocalCreateSendsRequest()
3654 mLocalRequestFactory.getIkeLocalRequest( in verifyRekeyIkeLocalCreateHandlesResponse()
3688 mLocalRequestFactory.getIkeLocalRequest( in testRekeyIkeLocalCreateHandleRespWithParsingError()
3720 mLocalRequestFactory.getIkeLocalRequest( in testRekeyIkeLocalCreateHandleRespWithNonFatalErrorNotify()
3743 mLocalRequestFactory.getIkeLocalRequest( in testRekeyIkeLocalCreateHandleRespWithFatalErrorNotify()
3773 mLocalRequestFactory.getIkeLocalRequest( in testRekeyIkeLocalCreateSaCreationFail()
3801 mLocalRequestFactory.getIkeLocalRequest( in testRekeyIkeLocalCreateHandleReqWithNonFatalError()
3840 mLocalRequestFactory.getIkeLocalRequest( in mockRescheduleRekey()
3861 mLocalRequestFactory.getIkeLocalRequest( in testRekeyIkeLocalCreateHandleRespWithTempFailure()
[all …]