Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/web/http_client/
Dhttp_client.cc161 Result<HttpResponse<void>> DownloadToCallback( in DownloadToCallback() function in cuttlefish::__anon7fb68fc60111::CurlClient
164 return DownloadToCallback(HttpMethod::kGet, callback, url, headers); in DownloadToCallback()
180 auto http_response = CF_EXPECT(DownloadToCallback(callback, url, headers)); in DownloadToFile()
254 DownloadToCallback(method, callback, url, headers, data_to_write)); in DownloadToString()
258 Result<HttpResponse<void>> DownloadToCallback( in DownloadToCallback() function in cuttlefish::__anon7fb68fc60111::CurlClient
376 Result<HttpResponse<void>> DownloadToCallback( in DownloadToCallback() function in cuttlefish::__anon7fb68fc60111::ServerErrorRetryClient
380 return inner_client_.DownloadToCallback(cb, url, hdrs); in DownloadToCallback()
Dhttp_client.h98 virtual Result<HttpResponse<void>> DownloadToCallback(