Home
last modified time | relevance | path

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

/aosp_15_r20/external/wpa_supplicant_8/src/wps/
H A 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
/aosp_15_r20/external/federated-compute/fcp/client/http/curl/
H A 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
/aosp_15_r20/external/federated-compute/fcp/client/
H A 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()
H A 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()
H A Dfl_runner.cc1263 std::unique_ptr<::fcp::client::http::HttpClient> http_client = in RunFederatedComputation() local
/aosp_15_r20/external/federated-compute/fcp/client/http/
H A 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()
H A Dprotocol_request_helper.cc269 HttpClient* http_client, int64_t* bytes_downloaded, int64_t* bytes_uploaded, in ProtocolRequestHelper()
H A Dhttp_federated_protocol.cc297 HttpClient* http_client, in HttpFederatedProtocol()
/aosp_15_r20/external/google-breakpad/src/tools/windows/converter_exe/
H A Dhttp_download.cc121 HttpClient* http_client = NULL; in CreateHttpClient() local
152 AutoPtr<HttpClient> http_client(CreateHttpClient(url.c_str())); in Download() local
/aosp_15_r20/device/google/cuttlefish/host/commands/openwrt_control_server/
Dmain.cpp70 OpenwrtControlServiceImpl(HttpClient& http_client) in OpenwrtControlServiceImpl()
223 auto http_client = cuttlefish::HttpClient::CurlClient(); in RunServer() local
/aosp_15_r20/device/google/cuttlefish/host/libs/web/http_client/unittest/
Dhttp_client_util_test.cc21 namespace http_client { namespace
/aosp_15_r20/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