Home
last modified time | relevance | path

Searched refs:QuicRstStreamErrorCodeToString (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_error_codes_test.cc104 TEST_F(QuicRstErrorCodesTest, QuicRstStreamErrorCodeToString) { in TEST_F() argument
106 QuicRstStreamErrorCodeToString(QUIC_BAD_APPLICATION_PAYLOAD)); in TEST_F()
H A Dquic_error_codes.h711 QUICHE_EXPORT const char* QuicRstStreamErrorCodeToString(
H A Dquic_error_codes.cc20 const char* QuicRstStreamErrorCodeToString(QuicRstStreamErrorCode error) { in QuicRstStreamErrorCodeToString() function
H A Dquic_connection.cc1619 << QuicRstStreamErrorCodeToString(frame.error_code); in OnRstStreamFrame()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
H A Dquic_test_utils.h1671 QuicRstStreamErrorCodeToString(expected))) {
1672 *result_listener << QuicRstStreamErrorCodeToString(arg);
1680 QuicRstStreamErrorCodeToString(QUIC_STREAM_NO_ERROR))) {
1681 *result_listener << QuicRstStreamErrorCodeToString(arg);
/aosp_15_r20/external/cronet/net/log/
H A Dnet_log_util.cc258 dict.Set(QuicRstStreamErrorCodeToString(error), static_cast<int>(error)); in GetNetConstants()