D | ChildSessionStateMachine.java | 327 @ExchangeType int exchangeType, in onOutboundPayloadsReady() 542 @ExchangeType int exchangeType, in receiveRequest() argument 546 new ReceivedRequest(exchangeSubtype, exchangeType, payloadList)); in receiveRequest() 559 public void receiveResponse(@ExchangeType int exchangeType, List<IkePayload> payloadList) { in receiveResponse() argument 562 CMD_HANDLE_RECEIVED_RESPONSE, new ReceivedResponse(exchangeType, payloadList)); in receiveResponse() 570 new ReceivedCreateResponse(exchangeType, payloadList, spi)); in receiveResponse() 674 @ExchangeType public final int exchangeType; field in ChildSessionStateMachine.ReceivedRequest 682 exchangeType = eType; in ReceivedRequest() 692 @ExchangeType public final int exchangeType; field in ChildSessionStateMachine.ReceivedResponse 696 exchangeType = eType; in ReceivedResponse() [all …]
|