Searched refs:SendCustomSynchronousRequest (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/ |
H A D | end_to_end_test.cc | 1573 client_->SendCustomSynchronousRequest(headers, ""); in TEST_P() 1593 client_->SendCustomSynchronousRequest(headers, body)); in TEST_P() 1615 client_->SendCustomSynchronousRequest(headers, body)); in TEST_P() 1639 client_->SendCustomSynchronousRequest(headers, body)); in TEST_P() 1683 client_->SendCustomSynchronousRequest(headers, body)); in TEST_P() 1707 client_->SendCustomSynchronousRequest(headers, body)); in TEST_P() 1726 client_->SendCustomSynchronousRequest(headers, body)); in TEST_P() 1902 client_->SendCustomSynchronousRequest(headers, body)); in TEST_P() 1917 client_->SendCustomSynchronousRequest(headers, body)); in TEST_P() 1935 client_->SendCustomSynchronousRequest(headers, body)); in TEST_P() [all …]
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/ |
H A D | quic_test_client.cc | 492 std::string QuicTestClient::SendCustomSynchronousRequest( in SendCustomSynchronousRequest() function in quic::test::QuicTestClient 512 return SendCustomSynchronousRequest(headers, ""); in SendSynchronousRequest()
|
H A D | quic_test_client.h | 187 std::string SendCustomSynchronousRequest(
|