Home
last modified time | relevance | path

Searched refs:max_bidirectional_streams_ (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.cc431 max_bidirectional_streams_(kMIBS, PRESENCE_REQUIRED), in QuicConfig()
563 max_bidirectional_streams_.SetSendValue(max_streams); in SetMaxBidirectionalStreamsToSend()
567 return max_bidirectional_streams_.GetSendValue(); in GetMaxBidirectionalStreamsToSend()
571 return max_bidirectional_streams_.HasReceivedValue(); in HasReceivedMaxBidirectionalStreams()
575 return max_bidirectional_streams_.GetReceivedValue(); in ReceivedMaxBidirectionalStreams()
1040 max_bidirectional_streams_.ToHandshakeMessage(out); in ToHandshakeMessage()
1097 error = max_bidirectional_streams_.ProcessPeerHello(peer_hello, hello_type, in ProcessPeerHello()
1311 max_bidirectional_streams_.SetReceivedValue( in ProcessTransportParameters()
H A Dquic_config.h585 QuicFixedUint32 max_bidirectional_streams_; variable
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
H A Dquic_config_peer.cc69 config->max_bidirectional_streams_.SetReceivedValue(max_streams); in SetReceivedMaxBidirectionalStreams()