Home
last modified time | relevance | path

Searched refs:DownloadToJson (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/host/libs/web/http_client/
Dhttp_client.cc150 return DownloadToJson(HttpMethod::kPost, url, headers, data_to_write); in PostToJson()
158 return DownloadToJson(HttpMethod::kPost, url, headers, json_str.str()); in PostToJson()
184 Result<HttpResponse<Json::Value>> DownloadToJson( in DownloadToJson() function in cuttlefish::__anon7fb68fc60111::CurlClient
186 return DownloadToJson(HttpMethod::kGet, url, headers); in DownloadToJson()
192 return DownloadToJson(HttpMethod::kDelete, url, headers); in DeleteToJson()
223 Result<HttpResponse<Json::Value>> DownloadToJson( in DownloadToJson() function in cuttlefish::__anon7fb68fc60111::CurlClient
368 Result<HttpResponse<Json::Value>> DownloadToJson( in DownloadToJson() function in cuttlefish::__anon7fb68fc60111::ServerErrorRetryClient
371 return inner_client_.DownloadToJson(url, headers); in DownloadToJson()
Dhttp_client.h88 virtual Result<HttpResponse<Json::Value>> DownloadToJson(