Home
last modified time | relevance | path

Searched defs:QuicWindowUpdateFrame (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/frames/
H A Dquic_window_update_frame.h19 struct QUICHE_EXPORT QuicWindowUpdateFrame struct
31 QuicFrameType type;
35 QuicControlFrameId control_frame_id = kInvalidControlFrameId;
39 QuicStreamId stream_id = 0;
43 QuicByteCount max_data = 0;
H A Dquic_window_update_frame.cc11 QuicWindowUpdateFrame::QuicWindowUpdateFrame() in QuicWindowUpdateFrame() function in quic::QuicWindowUpdateFrame
14 QuicWindowUpdateFrame::QuicWindowUpdateFrame( in QuicWindowUpdateFrame() function in quic::QuicWindowUpdateFrame
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/simulator/
H A Dquic_endpoint.h53 void OnWindowUpdateFrame(const QuicWindowUpdateFrame& /*frame*/) override {} in OnWindowUpdateFrame()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dchlo_extractor.cc271 const QuicWindowUpdateFrame& /*frame*/) { in OnWindowUpdateFrame()
H A Dtls_chlo_extractor.h163 bool OnWindowUpdateFrame(const QuicWindowUpdateFrame& /*frame*/) override { in OnWindowUpdateFrame()
H A Dquic_connection.h358 virtual void OnWindowUpdateFrame(const QuicWindowUpdateFrame& /*frame*/, in OnWindowUpdateFrame()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
H A Dquic_test_utils.cc428 const QuicWindowUpdateFrame& /*frame*/) { in OnWindowUpdateFrame()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/
H A Dend_to_end_test.cc4830 void OnWindowUpdateFrame(const QuicWindowUpdateFrame& /*frame*/, in OnWindowUpdateFrame()