Home
last modified time | relevance | path

Searched refs:initial_session_flow_control_window_bytes_ (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_config.cc441 initial_session_flow_control_window_bytes_(kCFCW, PRESENCE_OPTIONAL), in QuicConfig()
833 initial_session_flow_control_window_bytes_.SetSendValue(window_bytes); in SetInitialSessionFlowControlWindowToSend()
837 return initial_session_flow_control_window_bytes_.GetSendValue(); in GetInitialSessionFlowControlWindowToSend()
841 return initial_session_flow_control_window_bytes_.HasReceivedValue(); in HasReceivedInitialSessionFlowControlWindowBytes()
845 return initial_session_flow_control_window_bytes_.GetReceivedValue(); in ReceivedInitialSessionFlowControlWindowBytes()
1054 initial_session_flow_control_window_bytes_.ToHandshakeMessage(out); in ToHandshakeMessage()
1117 error = initial_session_flow_control_window_bytes_.ProcessPeerHello( in ProcessPeerHello()
1306 initial_session_flow_control_window_bytes_.SetReceivedValue( in ProcessTransportParameters()
H A Dquic_config.h618 QuicFixedUint62 initial_session_flow_control_window_bytes_; variable
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
H A Dquic_config_peer.cc44 config->initial_session_flow_control_window_bytes_.SetReceivedValue( in SetReceivedInitialSessionFlowControlWindow()