Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/remote/
Dcvdremote.cc75 auto http_client = in CommandCreateHostMain() local
99 auto http_client = in CommandListHostsMain() local
128 auto http_client = in CommandDeleteHostMain() local
174 auto http_client = in CommandCreateCVDMain() local
247 auto http_client = in CommandListCVDsMain() local
Dremote.cc57 HttpClient& http_client) in CloudOrchestratorApi()
/device/google/cuttlefish/host/libs/web/
Dcredential_source.cc38 HttpClient& http_client) in GceMetadataCredentialSource()
73 HttpClient& http_client) { in make()
90 HttpClient& http_client, std::istream& stream) { in FromOauth2ClientFile()
127 HttpClient& http_client, const std::string& client_id, in RefreshCredentialSource()
180 ServiceAccountOauthCredentialSource::FromJson(HttpClient& http_client, in FromJson()
207 HttpClient& http_client) in ServiceAccountOauthCredentialSource()
Dcredential_source.h36 HttpClient& http_client; variable
Dbuild_api.cc113 BuildApi::BuildApi(std::unique_ptr<HttpClient> http_client, in BuildApi()
118 BuildApi::BuildApi(std::unique_ptr<HttpClient> http_client, in BuildApi()
Dbuild_api.h165 std::unique_ptr<HttpClient> http_client; variable
/device/google/cuttlefish/host/libs/web/http_client/
Dsso_client.cc24 namespace http_client { namespace
/device/google/cuttlefish/host/libs/web/http_client/unittest/
Dsso_client_test.cc23 namespace http_client { namespace
/device/google/cuttlefish/host/commands/cvd/fetch/
Dfetch_cvd.cc328 HttpClient& http_client, const std::string& path) { in TryOpenServiceAccountFile()
/device/google/cuttlefish/host/commands/test_gce_driver/
Dgce_api.cpp311 GceApi::GceApi(HttpClient& http_client, CredentialSource& credentials, in GceApi()