Searched refs:SendCryptoDataWithString (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/ |
H A D | quic_connection_test.cc | 342 return SendCryptoDataWithString(data, offset); in SendCryptoStreamData() 356 QuicConsumedData SendCryptoDataWithString(absl::string_view data, in SendCryptoDataWithString() function in quic::test::__anon7d1f00100111::TestConnection 358 return SendCryptoDataWithString(data, offset, ENCRYPTION_INITIAL); in SendCryptoDataWithString() 361 QuicConsumedData SendCryptoDataWithString(absl::string_view data, in SendCryptoDataWithString() function in quic::test::__anon7d1f00100111::TestConnection 1912 connection_.SendCryptoDataWithString("foo", 0); in TEST_P() 1938 connection_.SendCryptoDataWithString(std::string(1200, 'a'), 0); in TEST_P() 3977 connection_.SendCryptoDataWithString("foo", 0); in TEST_P() 4752 connection_.SendCryptoDataWithString("foo", 0); in TEST_P() 4799 connection_.SendCryptoDataWithString("foo", 0); in TEST_P() 6513 connection_.SendCryptoDataWithString("foo", 0); in TEST_P() [all …]
|