D | ChildSessionStateMachine.java | 314 @ExchangeType int exchangeType, in onOutboundPayloadsReady() 446 @ExchangeType int exchangeType, in receiveRequest() argument 450 new ReceivedRequest(exchangeSubtype, exchangeType, payloadList)); in receiveRequest() 463 public void receiveResponse(@ExchangeType int exchangeType, List<IkePayload> payloadList) { in receiveResponse() argument 466 CMD_HANDLE_RECEIVED_RESPONSE, new ReceivedResponse(exchangeType, payloadList)); in receiveResponse() 474 new ReceivedCreateResponse(exchangeType, payloadList, spi)); in receiveResponse() 542 @ExchangeType public final int exchangeType; field in ChildSessionStateMachine.ReceivedRequest 550 exchangeType = eType; in ReceivedRequest() 560 @ExchangeType public final int exchangeType; field in ChildSessionStateMachine.ReceivedResponse 564 exchangeType = eType; in ReceivedResponse() [all …]
|