Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/
H A Dweb_transport_http3_test.cc19 EXPECT_EQ(0x52e4a40fa8dbu, WebTransportErrorToHttp3(0x00)); in TEST()
20 EXPECT_EQ(0x52e4a40fa9e2u, WebTransportErrorToHttp3(0xff)); in TEST()
21 EXPECT_EQ(0x52e5ac983162u, WebTransportErrorToHttp3(0xffffffff)); in TEST()
23 EXPECT_EQ(0x52e4a40fa8f7u, WebTransportErrorToHttp3(0x1c)); in TEST()
24 EXPECT_EQ(0x52e4a40fa8f8u, WebTransportErrorToHttp3(0x1d)); in TEST()
26 EXPECT_EQ(0x52e4a40fa8fau, WebTransportErrorToHttp3(0x1e)); in TEST()
46 uint64_t http_error = WebTransportErrorToHttp3(error); in TEST()
53 uint64_t http_error = WebTransportErrorToHttp3(error); in TEST()
H A Dweb_transport_stream_adapter.cc190 QUIC_STREAM_CANCELLED, WebTransportErrorToHttp3(error))); in ResetWithUserCode()
195 QUIC_STREAM_CANCELLED, WebTransportErrorToHttp3(error))); in SendStopSending()
H A Dweb_transport_http3.h197 WebTransportErrorToHttp3(WebTransportStreamError webtransport_error_code);
H A Dweb_transport_http3.cc465 uint64_t WebTransportErrorToHttp3( in WebTransportErrorToHttp3() function