Home
last modified time | relevance | path

Searched defs:QuicRstStreamFrame (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/frames/
H A Dquic_rst_stream_frame.h16 struct QUICHE_EXPORT QuicRstStreamFrame { struct
33 QuicControlFrameId control_frame_id = kInvalidControlFrameId;
35 QuicStreamId stream_id = 0;
42 QuicRstStreamErrorCode error_code = QUIC_STREAM_NO_ERROR;
45 uint64_t ietf_error_code = 0;
51 QuicStreamOffset byte_offset = 0;
54 QuicResetStreamError error() const { in error()
H A Dquic_rst_stream_frame.cc11 QuicRstStreamFrame::QuicRstStreamFrame(QuicControlFrameId control_frame_id, in QuicRstStreamFrame() function in quic::QuicRstStreamFrame
21 QuicRstStreamFrame::QuicRstStreamFrame(QuicControlFrameId control_frame_id, in QuicRstStreamFrame() function in quic::QuicRstStreamFrame
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/qpack/
H A Dqpack_receive_stream.cc16 void QpackReceiveStream::OnStreamReset(const QuicRstStreamFrame& /*frame*/) { in OnStreamReset()
H A Dqpack_send_stream.cc18 void QpackSendStream::OnStreamReset(const QuicRstStreamFrame& /*frame*/) { in OnStreamReset()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/qbone/
H A Dqbone_control_stream.cc80 const QuicRstStreamFrame& /*frame*/) { in OnStreamReset()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/
H A Dquic_send_control_stream.cc33 void QuicSendControlStream::OnStreamReset(const QuicRstStreamFrame& /*frame*/) { in OnStreamReset()
H A Dquic_headers_stream.cc158 void QuicHeadersStream::OnStreamReset(const QuicRstStreamFrame& /*frame*/) { in OnStreamReset()
H A Dquic_receive_control_stream.cc37 const QuicRstStreamFrame& /*frame*/) { in OnStreamReset()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/simulator/
H A Dquic_endpoint.h55 void OnRstStream(const QuicRstStreamFrame& /*frame*/) override {} in OnRstStream()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/tools/
H A Dquic_client_base.h103 void OnRstStreamReceived(const QuicRstStreamFrame& /*frame*/) override {} in OnRstStreamReceived()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dchlo_extractor.cc242 bool ChloFramerVisitor::OnRstStreamFrame(const QuicRstStreamFrame& /*frame*/) { in OnRstStreamFrame()
H A Dquic_crypto_stream.cc207 void QuicCryptoStream::OnStreamReset(const QuicRstStreamFrame& /*frame*/) { in OnStreamReset()
H A Dtls_chlo_extractor.h128 bool OnRstStreamFrame(const QuicRstStreamFrame& /*frame*/) override { in OnRstStreamFrame()
H A Dquic_dispatcher.cc1015 void QuicDispatcher::OnRstStreamReceived(const QuicRstStreamFrame& /*frame*/) {} in OnRstStreamReceived()
H A Dquic_connection.h349 virtual void OnRstStreamFrame(const QuicRstStreamFrame& /*frame*/) {} in OnRstStreamFrame()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
H A Dquic_test_utils.cc375 bool NoOpFramerVisitor::OnRstStreamFrame(const QuicRstStreamFrame& /*frame*/) { in OnRstStreamFrame()