Home
last modified time | relevance | path

Searched refs:QuicErrorCodeToTransportErrorCode (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_error_codes_test.cc62 TEST_F(QuicErrorCodesTest, QuicErrorCodeToTransportErrorCode) { in TEST_F() argument
72 QuicErrorCodeToTransportErrorCode( in TEST_F()
H A Dquic_error_codes.h755 QuicErrorCodeToTransportErrorCode(QuicErrorCode error);
H A Dquic_error_codes.cc341 QuicErrorCodeToIetfMapping QuicErrorCodeToTransportErrorCode( in QuicErrorCodeToTransportErrorCode() function
H A Dquic_connection_test.cc1367 QuicErrorCodeToTransportErrorCode(expected_code); in TestConnectionCloseQuicErrorCode()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/frames/
H A Dquic_connection_close_frame.cc27 QuicErrorCodeToTransportErrorCode(error_code); in QuicConnectionCloseFrame()