Searched refs:SendStreamDataWithString (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 | 284 QuicConsumedData SendStreamDataWithString(QuicStreamId id, in SendStreamDataWithString() function in quic::test::__anon7d1f00100111::TestConnection 316 return SendStreamDataWithString( in SendStreamData3() 322 return SendStreamDataWithString( in SendStreamData5() 365 return SendStreamDataWithString( in SendCryptoDataWithString() 1056 connection_.SendStreamDataWithString(id, data, offset, state); in SendStreamDataToPeer() 2472 connection_.SendStreamDataWithString(stream_id, "foo", 0, NO_FIN); in TEST_P() 2499 connection_.SendStreamDataWithString(/*id=*/2, "foo", 0, NO_FIN); in TEST_P() 3511 connection_.SendStreamDataWithString(3, "foo", 6, NO_FIN); in TEST_P() 3523 connection_.SendStreamDataWithString(3, "foofoofoo", 9, NO_FIN); in TEST_P() 3785 connection_.SendStreamDataWithString(1, "foo", 0, NO_FIN); in TEST_P() [all …]
|