Home
last modified time | relevance | path

Searched refs:max_unidirectional_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.cc432 max_unidirectional_streams_(kMIUS, PRESENCE_OPTIONAL), in QuicConfig()
579 max_unidirectional_streams_.SetSendValue(max_streams); in SetMaxUnidirectionalStreamsToSend()
583 return max_unidirectional_streams_.GetSendValue(); in GetMaxUnidirectionalStreamsToSend()
587 return max_unidirectional_streams_.HasReceivedValue(); in HasReceivedMaxUnidirectionalStreams()
591 return max_unidirectional_streams_.GetReceivedValue(); in ReceivedMaxUnidirectionalStreams()
1042 max_unidirectional_streams_.ToHandshakeMessage(out); in ToHandshakeMessage()
1101 error = max_unidirectional_streams_.ProcessPeerHello(peer_hello, hello_type, in ProcessPeerHello()
1314 max_unidirectional_streams_.SetReceivedValue( in ProcessTransportParameters()
H A Dquic_config.h593 QuicFixedUint32 max_unidirectional_streams_; variable
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
H A Dquic_config_peer.cc74 config->max_unidirectional_streams_.SetReceivedValue(max_streams); in SetReceivedMaxUnidirectionalStreams()