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 | 488 .onChildSaCreated( in verifyInitCreateChildResp() 520 .onChildSaCreated(anyInt(), eq(mChildSessionStateMachine)); in verifyInitCreateChildResp() 736 .onChildSaCreated(anyInt(), eq(mChildSessionStateMachine)); in testCreateChildHandlesErrorNotifyResp() 751 .onChildSaCreated(anyInt(), eq(mChildSessionStateMachine)); in testCreateChildHandlesTemporaryFailure() 784 .onChildSaCreated(CURRENT_CHILD_SA_SPI_OUT, mChildSessionStateMachine); in testCreateChildHandlesRespWithMissingPayload() 811 .onChildSaCreated(CURRENT_CHILD_SA_SPI_OUT, mChildSessionStateMachine); in testCreateChildHandlesKeyCalculationFail() 1280 .onChildSaCreated( in verifyLocalRekeyCreateIsDone() 1337 .onChildSaCreated(anyInt(), eq(mChildSessionStateMachine)); in testRekeyLocalCreateHandlesErrorNotifyResp() 1517 .onChildSaCreated(anyInt(), eq(mChildSessionStateMachine)); in testRekeyLocalCreateHandlesRespWithMissingPayload() 1562 .onChildSaCreated(LOCAL_INIT_NEW_CHILD_SA_SPI_OUT, mChildSessionStateMachine); in disableTestRekeyLocalCreateChildHandlesKeyCalculationFail() [all …]
|
D | IkeSessionStateMachineTest.java | 2428 cb.onChildSaCreated(remoteSpi, child); in createChildAndGetChildSessionSmCallback() 2593 mDummyChildSmCallback.onChildSaCreated(newChildRemoteSpi, mMockChildSessionStateMachine); in testRemoteDeleteMultipleChildSaInSameSession()
|
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/ |
D | ChildSessionStateMachine.java | 317 void onChildSaCreated(int remoteSpi, ChildSessionStateMachine childSession); in onChildSaCreated() method 608 mChildSmCallback.onChildSaCreated(remoteGenSpi, this); in registerProvisionalChildAndGetSpi() 1917 mChildSmCallback.onChildSaCreated( in handleCreateChildRequest()
|
D | IkeSessionStateMachine.java | 1147 public void onChildSaCreated(int remoteSpi, ChildSessionStateMachine childSession) { in onChildSaCreated() method in IkeSessionStateMachine.ChildSessionSmCallback
|