Searched refs:onChildSaCreated (Results 1 – 4 of 4) sorted by relevance
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/ |
D | ChildSessionStateMachineTest.java | 451 .onChildSaCreated( in verifyInitCreateChildResp() 483 .onChildSaCreated(anyInt(), eq(mChildSessionStateMachine)); in verifyInitCreateChildResp() 682 .onChildSaCreated(anyInt(), eq(mChildSessionStateMachine)); in testCreateChildHandlesErrorNotifyResp() 694 .onChildSaCreated(anyInt(), eq(mChildSessionStateMachine)); in testCreateChildHandlesTemporaryFailure() 727 .onChildSaCreated(CURRENT_CHILD_SA_SPI_OUT, mChildSessionStateMachine); in testCreateChildHandlesRespWithMissingPayload() 751 .onChildSaCreated(CURRENT_CHILD_SA_SPI_OUT, mChildSessionStateMachine); in testCreateChildHandlesKeyCalculationFail() 1172 .onChildSaCreated( in verifyLocalRekeyCreateIsDone() 1228 .onChildSaCreated(anyInt(), eq(mChildSessionStateMachine)); in testRekeyLocalCreateHandlesErrorNotifyResp() 1308 .onChildSaCreated(anyInt(), eq(mChildSessionStateMachine)); in testRekeyLocalCreateHandlesRespWithMissingPayload() 1350 .onChildSaCreated(LOCAL_INIT_NEW_CHILD_SA_SPI_OUT, mChildSessionStateMachine); in disableTestRekeyLocalCreateChildHandlesKeyCalculationFail() [all …]
|
D | IkeSessionStateMachineTest.java | 2150 cb.onChildSaCreated(remoteSpi, child); in createChildAndGetChildSessionSmCallback() 2315 mDummyChildSmCallback.onChildSaCreated(newChildRemoteSpi, mMockChildSessionStateMachine); in testRemoteDeleteMultipleChildSaInSameSession()
|
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/ |
D | ChildSessionStateMachine.java | 321 void onChildSaCreated(int remoteSpi, ChildSessionStateMachine childSession); in onChildSaCreated() method 564 mChildSmCallback.onChildSaCreated(remoteGenSpi, this); in registerProvisionalChildAndGetSpi() 1735 mChildSmCallback.onChildSaCreated( in handleCreateChildRequest()
|
D | IkeSessionStateMachine.java | 1050 public void onChildSaCreated(int remoteSpi, ChildSessionStateMachine childSession) { in onChildSaCreated() method in IkeSessionStateMachine.ChildSessionSmCallback
|