Home
last modified time | relevance | path

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

/aosp12/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
H A DIkeSessionStateMachineTest.java430 private LocalRequestFactory mLocalRequestFactory; field in IkeSessionStateMachineTest
750 mLocalRequestFactory.getIkeLocalRequest( in mockScheduleRekey()
827 mLocalRequestFactory = new LocalRequestFactory(); in setUp()
906 mLocalRequestFactory); in makeAndStartIkeSession()
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()
[all …]
/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
H A DIkeSessionStateMachine.java404 private final LocalRequestFactory mLocalRequestFactory; field in IkeSessionStateMachine
609 mLocalRequestFactory = localRequestFactory; in IkeSessionStateMachine()
748 mLocalRequestFactory.getIkeLocalRequest(CMD_LOCAL_REQUEST_CREATE_IKE)); in openSession()
772 mLocalRequestFactory.getChildLocalRequest( in openChildSession()
788 mLocalRequestFactory.getChildLocalRequest( in closeChildSession()
796 mLocalRequestFactory.getIkeLocalRequest(CMD_LOCAL_REQUEST_DELETE_IKE)); in closeSession()
1742 mLocalRequestFactory.getChildLocalRequest( in handleFiredAlarm()
1751 mLocalRequestFactory.getIkeLocalRequest(message.arg2, remoteIkeSpi)); in handleFiredAlarm()
5456 mLocalRequestFactory.getChildLocalRequest( in migrateAllChildSAs()
5692 mLocalRequestFactory.getIkeLocalRequest(CMD_LOCAL_REQUEST_MOBIKE)); in onUnderlyingNetworkUpdated()
H A DChildSessionStateMachine.java171 private final LocalRequestFactory mLocalRequestFactory = new LocalRequestFactory(); field in ChildSessionStateMachine
1065 mLocalRequestFactory.getChildLocalRequest( in processStateMessage()