Home
last modified time | relevance | path

Searched refs:CongestionControlTypeToString (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/congestion_control/
H A Dsend_algorithm_test.cc111 << CongestionControlTypeToString(p.congestion_control_type); in operator <<()
122 CongestionControlTypeToString(params.param.congestion_control_type), "_"); in TestParamToString()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_types.cc310 std::string CongestionControlTypeToString(CongestionControlType cc_type) { in CongestionControlTypeToString() function
H A Dquic_types.h458 QUICHE_EXPORT std::string CongestionControlTypeToString(
/aosp_15_r20/external/cronet/net/quic/
H A Dquic_event_logger.cc62 .Set("congestion_control_type", quic::CongestionControlTypeToString( in NetLogQuicConfigProcessed()