Searched refs:childSession (Results 1 – 5 of 5) sorted by relevance
60 Session childSession = Log.getSessionManager() in testRecursion_printFullSessionTree() local62 Log.continueSession(childSession, "child"); in testRecursion_printFullSessionTree()63 Session parentSession = childSession.getParentSession(); in testRecursion_printFullSessionTree()65 parentSession.setParentSession(childSession); in testRecursion_printFullSessionTree()66 childSession.addChild(parentSession); in testRecursion_printFullSessionTree()71 childSession.printFullSessionTree(); in testRecursion_printFullSessionTree()91 Session childSession = Log.getSessionManager() in testRecursion_getFullMethodPath() local93 Log.continueSession(childSession, "child"); in testRecursion_getFullMethodPath()94 Session parentSession = childSession.getParentSession(); in testRecursion_getFullMethodPath()96 parentSession.setParentSession(childSession); in testRecursion_getFullMethodPath()[all …]
273 Session childSession = mTestSessionManager.createSubsession(); in testEndSubsessionWithParentComplete() local275 mTestSessionManager.continueSession(childSession, TEST_CHILD_NAME); in testEndSubsessionWithParentComplete()280 assertFalse(childSession.isSessionCompleted()); in testEndSubsessionWithParentComplete()290 assertNull(childSession.getParentSession()); in testEndSubsessionWithParentComplete()291 assertTrue(childSession.isSessionCompleted()); in testEndSubsessionWithParentComplete()
776 ChildSessionStateMachine childSession = in newChildSessionStateMachine() local779 childSession.start(); in newChildSessionStateMachine()780 return childSession; in newChildSessionStateMachine()1129 public final ChildSessionStateMachine childSession; field in IkeSessionStateMachine.ChildOutboundData1135 ChildSessionStateMachine childSession) { in ChildOutboundData() argument1139 this.childSession = childSession; in ChildOutboundData()1147 public void onChildSaCreated(int remoteSpi, ChildSessionStateMachine childSession) { in onChildSaCreated() argument1148 mRemoteSpiToChildSessionMap.put(remoteSpi, childSession); in onChildSaCreated()1166 ChildSessionStateMachine childSession) { in onOutboundPayloadsReady() argument1169 new ChildOutboundData(exchangeType, isResp, payloadList, childSession)); in onOutboundPayloadsReady()[all …]
317 void onChildSaCreated(int remoteSpi, ChildSessionStateMachine childSession); in onChildSaCreated() argument330 ChildSessionStateMachine childSession); in onOutboundPayloadsReady() argument333 void onProcedureFinished(ChildSessionStateMachine childSession); in onProcedureFinished() argument
2251 ChildSessionStateMachine childSession = buildChildSession(executor); in buildAndStartChildSession() local2252 childSession.setDbg(true); in buildAndStartChildSession()2253 childSession.start(); in buildAndStartChildSession()2256 return childSession; in buildAndStartChildSession()2267 ChildSessionStateMachine childSession = buildChildSession(childSessionParams); in buildAndStartStateMachineWithProposal() local2268 childSession.setDbg(true); in buildAndStartStateMachineWithProposal()2269 childSession.start(); in buildAndStartStateMachineWithProposal()2270 return childSession; in buildAndStartStateMachineWithProposal()