Home
last modified time | relevance | path

Searched refs:ietf_error_code (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/frames/
H A Dquic_rst_stream_frame.cc18 ietf_error_code(RstStreamErrorCodeToIetfResetStreamErrorCode(error_code)), in QuicRstStreamFrame()
28 ietf_error_code(error.ietf_application_code()), in QuicRstStreamFrame()
37 << ", ietf_error_code: " << rst_frame.ietf_error_code << " }\n"; in operator <<()
44 error_code == rhs.error_code && ietf_error_code == rhs.ietf_error_code; in operator ==()
H A Dquic_stop_sending_frame.cc27 ietf_error_code(error.ietf_application_code()) {} in QuicStopSendingFrame()
33 << ", ietf_error_code: " << frame.ietf_error_code << " }\n"; in operator <<()
40 ietf_error_code == rhs.ietf_error_code; in operator ==()
H A Dquic_stop_sending_frame.h45 uint64_t ietf_error_code = 0; member
49 return QuicResetStreamError(error_code, ietf_error_code); in error()
H A Dquic_rst_stream_frame.h45 uint64_t ietf_error_code = 0; member
55 return QuicResetStreamError(error_code, ietf_error_code); in error()
H A Dquic_frames_test.cc100 frame.stop_sending_frame.ietf_error_code = in TEST_F()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_error_codes_test.cc71 QuicErrorCodeToIetfMapping ietf_error_code = in TEST_F() local
74 if (ietf_error_code.is_transport_close) { in TEST_F()
76 static_cast<QuicIetfTransportErrorCodes>(ietf_error_code.error_code); in TEST_F()
91 uint64_t application_error_code = ietf_error_code.error_code; in TEST_F()
H A Dquic_error_codes.h765 IetfResetStreamErrorCodeToRstStreamErrorCode(uint64_t ietf_error_code);
H A Dquic_error_codes.cc925 uint64_t ietf_error_code) { in IetfResetStreamErrorCodeToRstStreamErrorCode() argument
926 switch (ietf_error_code) { in IetfResetStreamErrorCodeToRstStreamErrorCode()
H A Dquic_framer.cc515 QuicDataWriter::GetVarInt62Len(frame.ietf_error_code); in GetRstStreamFrameSize()
617 QuicDataWriter::GetVarInt62Len(frame.ietf_error_code); in GetStopSendingFrameSize()
6063 if (!writer->WriteVarInt62(static_cast<uint64_t>(frame.ietf_error_code))) { in AppendIetfResetStreamFrame()
6083 if (!reader->ReadVarInt62(&frame->ietf_error_code)) { in ProcessIetfResetStreamFrame()
6089 IetfResetStreamErrorCodeToRstStreamErrorCode(frame->ietf_error_code); in ProcessIetfResetStreamFrame()
6105 if (!reader->ReadVarInt62(&stop_sending_frame->ietf_error_code)) { in ProcessStopSendingFrame()
6111 stop_sending_frame->ietf_error_code); in ProcessStopSendingFrame()
6122 static_cast<uint64_t>(stop_sending_frame.ietf_error_code))) { in AppendStopSendingFrame()
H A Dquic_framer_test.cc7228 rst_frame.ietf_error_code = 0x01; in TEST_P()
10472 visitor_.stop_sending_frame_.ietf_error_code); in TEST_P()
10492 frame.ietf_error_code = in TEST_P()
H A Dquic_connection.cc1643 << " with error: " << frame.ietf_error_code; in OnStopSendingFrame()
/aosp_15_r20/external/cronet/net/quic/
H A Dquic_event_logger.cc171 .Set("ietf_error_code", static_cast<int>(frame->ietf_error_code)) in NetLogQuicRstStreamFrameParams()
312 .Set("ietf_error_code", static_cast<int>(frame.ietf_error_code)); in NetLogQuicStopSendingFrameParams()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/
H A Dweb_transport_http3.cc413 Http3ErrorToWebTransportOrDefault(frame.ietf_error_code)); in OnStreamReset()
H A Dquic_spdy_stream.cc753 Http3ErrorToWebTransportOrDefault(frame.ietf_error_code)); in OnStreamReset()
H A Dquic_spdy_session_test.cc2488 stop_sending.ietf_error_code); in TEST_P()