Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/test/spawned_test_server/
H A Dremote_test_server_spawner_request.cc32 class RemoteTestServerSpawnerRequest::Core : public URLRequest::Delegate {
71 RemoteTestServerSpawnerRequest::Core::Core() in Core()
78 void RemoteTestServerSpawnerRequest::Core::SendRequest( in SendRequest()
105 RemoteTestServerSpawnerRequest::Core::~Core() { in ~Core()
109 bool RemoteTestServerSpawnerRequest::Core::WaitForCompletion( in WaitForCompletion()
120 void RemoteTestServerSpawnerRequest::Core::OnCommandCompleted(int net_error) { in OnCommandCompleted()
145 void RemoteTestServerSpawnerRequest::Core::ReadResponse() { in ReadResponse()
162 void RemoteTestServerSpawnerRequest::Core::OnResponseStarted( in OnResponseStarted()
177 void RemoteTestServerSpawnerRequest::Core::OnReadCompleted(URLRequest* request, in OnReadCompleted()
193 RemoteTestServerSpawnerRequest::RemoteTestServerSpawnerRequest( in RemoteTestServerSpawnerRequest() function in net::RemoteTestServerSpawnerRequest
[all …]
H A Dremote_test_server_spawner_request.h26 class RemoteTestServerSpawnerRequest {
31 RemoteTestServerSpawnerRequest(
36 RemoteTestServerSpawnerRequest(const RemoteTestServerSpawnerRequest&) =
38 RemoteTestServerSpawnerRequest& operator=(
39 const RemoteTestServerSpawnerRequest&) = delete;
41 ~RemoteTestServerSpawnerRequest();
H A Dremote_test_server.cc138 start_request_ = std::make_unique<RemoteTestServerSpawnerRequest>( in StartInBackground()
169 std::unique_ptr<RemoteTestServerSpawnerRequest> kill_request = in Stop()
170 std::make_unique<RemoteTestServerSpawnerRequest>( in Stop()
H A Dremote_test_server.h15 class RemoteTestServerSpawnerRequest; variable
110 std::unique_ptr<RemoteTestServerSpawnerRequest> start_request_;