Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/test/url_request/
H A Durl_request_test_job_backed_by_file_unittest.cc122 void RunSuccessfulRequestWithString(const std::string& content,
128 void RunSuccessfulRequestWithString(
160 void URLRequestTestJobBackedByFileEventsTest::RunSuccessfulRequestWithString( in RunSuccessfulRequestWithString() function in net::__anonaaf106690111::URLRequestTestJobBackedByFileEventsTest
163 RunSuccessfulRequestWithString(content, content, FILE_PATH_LITERAL(""), in RunSuccessfulRequestWithString()
167 void URLRequestTestJobBackedByFileEventsTest::RunSuccessfulRequestWithString( in RunSuccessfulRequestWithString() function in net::__anonaaf106690111::URLRequestTestJobBackedByFileEventsTest
254 RunSuccessfulRequestWithString(std::string(""), nullptr); in TEST_F()
258 RunSuccessfulRequestWithString(std::string("hello world"), nullptr); in TEST_F()
262 RunSuccessfulRequestWithString(MakeContentOfSize(17 * 1024), nullptr); in TEST_F()
266 RunSuccessfulRequestWithString(MakeContentOfSize(3 * 1024 * 1024), nullptr); in TEST_F()
274 RunSuccessfulRequestWithString(MakeContentOfSize(size), &range); in TEST_F()
[all …]