Home
last modified time | relevance | path

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

/aosp_15_r20/external/google-breakpad/src/tools/windows/converter_exe/
H A Dhttp_download.cc118 HttpClient* HTTPDownload::CreateHttpClient(const wchar_t* url) { in CreateHttpClient() function in crash::HTTPDownload
152 AutoPtr<HttpClient> http_client(CreateHttpClient(url.c_str())); in Download()
H A Dhttp_download.h57 static HttpClient* CreateHttpClient(const wchar_t*);
/aosp_15_r20/external/federated-compute/fcp/client/
H A Dsimple_task_environment.h83 virtual std::unique_ptr<fcp::client::http::HttpClient> CreateHttpClient() { in CreateHttpClient() function
H A Dclient_runner.h114 std::unique_ptr<fcp::client::http::HttpClient> CreateHttpClient() override { in CreateHttpClient() function
H A Dtest_helpers.h517 MOCK_METHOD(std::unique_ptr<fcp::client::http::HttpClient>, CreateHttpClient,
H A Dfl_runner.cc1266 ? env_deps->CreateHttpClient() in RunFederatedComputation()