Home
last modified time | relevance | path

Searched refs:set_ecn_codepoint (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
H A Dfirst_flight.cc68 connection_->set_ecn_codepoint(ecn); in GenerateFirstFlight()
/aosp_15_r20/external/cronet/net/quic/
H A Dquic_chromium_client_session_test.cc2156 server_maker_.set_ecn_codepoint(quic::ECN_ECT0); in TEST_P()
2161 server_maker_.set_ecn_codepoint(quic::ECN_ECT1); in TEST_P()
2164 server_maker_.set_ecn_codepoint(quic::ECN_CE); in TEST_P()
H A Dquic_test_packet_maker.h446 void set_ecn_codepoint(quic::QuicEcnCodepoint ecn) { ecn_codepoint_ = ecn; } in set_ecn_codepoint() function
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/
H A Dend_to_end_test.cc7316 EXPECT_TRUE(client_connection->set_ecn_codepoint(ECN_NOT_ECT)); in TEST_P()
7336 EXPECT_TRUE(client_connection->set_ecn_codepoint(ECN_ECT0)); in TEST_P()
7360 EXPECT_TRUE(client_connection->set_ecn_codepoint(ECN_ECT1)); in TEST_P()
7384 EXPECT_TRUE(client_connection->set_ecn_codepoint(ECN_CE)); in TEST_P()
7407 EXPECT_TRUE(server_connection->set_ecn_codepoint(ECN_ECT1)); in TEST_P()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_connection_test.cc17305 EXPECT_TRUE(connection_.set_ecn_codepoint(ecn)); in TEST_P()
17307 EXPECT_FALSE(connection_.set_ecn_codepoint(ecn)); in TEST_P()
17325 EXPECT_FALSE(connection_.set_ecn_codepoint(ecn)); in TEST_P()
17327 EXPECT_TRUE(connection_.set_ecn_codepoint(ecn)); in TEST_P()
17343 EXPECT_FALSE(connection_.set_ecn_codepoint(ecn)); in TEST_P()
17355 EXPECT_TRUE(connection_.set_ecn_codepoint(ecn)); in TEST_P()
17366 EXPECT_TRUE(connection_.set_ecn_codepoint(ECN_ECT1)); in TEST_P()
17382 EXPECT_TRUE(connection_.set_ecn_codepoint(ECN_ECT1)); in TEST_P()
17400 EXPECT_TRUE(connection_.set_ecn_codepoint(ECN_ECT1)); in TEST_P()
17409 EXPECT_TRUE(connection_.set_ecn_codepoint(ECN_ECT1)); in TEST_P()
[all …]
H A Dquic_connection.h1355 bool set_ecn_codepoint(QuicEcnCodepoint ecn_codepoint);
H A Dquic_connection.cc7410 bool QuicConnection::set_ecn_codepoint(QuicEcnCodepoint ecn_codepoint) { in set_ecn_codepoint() function in quic::QuicConnection