Home
last modified time | relevance | path

Searched defs:http_client (Results 1 – 11 of 11) sorted by relevance

/external/wpa_supplicant_8/src/wps/
Dhttp_client.c21 struct http_client { struct
28 void (*cb)(void *ctx, struct http_client *c, argument
38 struct http_client *c = eloop_data; in http_client_timeout() argument
/external/federated-compute/fcp/client/
Dfederated_select.cc79 HttpClient& http_client, InterruptibleRunner& interruptible_runner, in FetchSlicesViaHttp()
129 LogManager* log_manager, Files* files, HttpClient* http_client, in HttpFederatedSelectExampleIteratorFactory()
226 fcp::client::http::HttpClient* http_client, in HttpFederatedSelectManager()
Dgrpc_federated_protocol.cc119 const Flags* flags, ::fcp::client::http::HttpClient* http_client, in GrpcFederatedProtocol()
140 const Flags* flags, ::fcp::client::http::HttpClient* http_client, in GrpcFederatedProtocol()
Dfl_runner.cc1263 std::unique_ptr<::fcp::client::http::HttpClient> http_client = in RunFederatedComputation() local
/external/federated-compute/fcp/client/http/curl/
Dcurl_http_client_test.cc196 void PerformTwoRequests(CurlHttpClient* http_client, int port, in PerformTwoRequests()
279 auto http_client = std::make_unique<CurlHttpClient>(curl_api.get()); in TEST() local
297 auto http_client = std::make_unique<CurlHttpClient>(curl_api.get()); in TEST() local
359 auto http_client = std::make_unique<CurlHttpClient>(curl_api.get()); in TEST() local
399 auto http_client = std::make_unique<CurlHttpClient>(curl_api.get()); in TEST() local
503 auto http_client = std::make_unique<CurlHttpClient>(curl_api.get()); in TEST() local
/external/google-breakpad/src/tools/windows/converter_exe/
Dhttp_download.cc121 HttpClient* http_client = NULL; in CreateHttpClient() local
152 AutoPtr<HttpClient> http_client(CreateHttpClient(url.c_str())); in Download() local
/external/federated-compute/fcp/client/http/
Din_memory_request_response.cc313 HttpClient& http_client, InterruptibleRunner& interruptible_runner, in PerformRequestInMemory()
330 HttpClient& http_client, InterruptibleRunner& interruptible_runner, in PerformMultipleRequestsInMemory()
397 FetchResourcesInMemory(HttpClient& http_client, in FetchResourcesInMemory()
Dprotocol_request_helper.cc269 HttpClient* http_client, int64_t* bytes_downloaded, int64_t* bytes_uploaded, in ProtocolRequestHelper()
Dhttp_federated_protocol.cc297 HttpClient* http_client, in HttpFederatedProtocol()
/external/python/google-api-python-client/googleapiclient/
Ddiscovery.py31 import http.client as http_client namespace
Dhttp.py27 import http.client as http_client namespace