Home
last modified time | relevance | path

Searched refs:deleteChildSession (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
H A DChildSessionStateMachineTest.java836 mChildSessionStateMachine.deleteChildSession(); in testDeleteChildLocal()
865 mChildSessionStateMachine.deleteChildSession(); in testDeleteChildLocalExecuteCbAfterKillSession()
882 mChildSessionStateMachine.deleteChildSession(); in testDeleteChildLocalHandlesInvalidResp()
896 mChildSessionStateMachine.deleteChildSession(); in testDeleteChildLocalInInitial()
908 mChildSessionStateMachine.deleteChildSession(); in testSimultaneousDeleteChild()
936 mChildSessionStateMachine.deleteChildSession(); in testReplyRekeyRequestDuringDeletion()
H A DIkeSessionStateMachineTest.java2099 verify(mMockChildSessionStateMachine).deleteChildSession(); in testTriggerDeleteChildLocal()
/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
H A DChildSessionStateMachine.java433 public void deleteChildSession() { in deleteChildSession() method in ChildSessionStateMachine
H A DIkeSessionStateMachine.java2642 mChildInLocalProcedure.deleteChildSession(); in executeLocalRequest()