Home
last modified time | relevance | path

Searched refs:LibcurlHttpFetcher (Results 1 – 5 of 5) sorted by relevance

/system/update_engine/
Dlibcurl_http_fetcher.cc77 int LibcurlHttpFetcher::LibcurlCloseSocketCallback(void* clientp, in LibcurlCloseSocketCallback()
83 LibcurlHttpFetcher* fetcher = static_cast<LibcurlHttpFetcher*>(clientp); in LibcurlCloseSocketCallback()
95 LibcurlHttpFetcher::LibcurlHttpFetcher(ProxyResolver* proxy_resolver, in LibcurlHttpFetcher() function in chromeos_update_engine::LibcurlHttpFetcher
106 LibcurlHttpFetcher::~LibcurlHttpFetcher() { in ~LibcurlHttpFetcher()
113 bool LibcurlHttpFetcher::GetProxyType(const string& proxy, in GetProxyType()
142 void LibcurlHttpFetcher::ResumeTransfer(const string& url) { in ResumeTransfer()
289 void LibcurlHttpFetcher::SetCurlOptionsForHttp() { in SetCurlOptionsForHttp()
301 void LibcurlHttpFetcher::SetCurlOptionsForHttps() { in SetCurlOptionsForHttps()
328 void LibcurlHttpFetcher::SetCurlOptionsForFile() { in SetCurlOptionsForFile()
338 void LibcurlHttpFetcher::BeginTransfer(const string& url) { in BeginTransfer()
[all …]
Dmock_libcurl_http_fetcher.h26 class MockLibcurlHttpFetcher : public LibcurlHttpFetcher {
30 : LibcurlHttpFetcher(proxy_resolver, hardware) {} in MockLibcurlHttpFetcher()
Dlibcurl_http_fetcher.h83 class LibcurlHttpFetcher : public HttpFetcher {
85 LibcurlHttpFetcher(ProxyResolver* proxy_resolver,
89 ~LibcurlHttpFetcher() override;
216 return reinterpret_cast<LibcurlHttpFetcher*>(stream)->LibcurlWrite( in StaticLibcurlWrite()
336 DISALLOW_COPY_AND_ASSIGN(LibcurlHttpFetcher);
/system/update_engine/common/
Dhttp_fetcher_unittest.cc265 LibcurlHttpFetcher* ret = in NewLargeFetcher()
266 new LibcurlHttpFetcher(proxy_resolver, &fake_hardware_); in NewLargeFetcher()
309 new LibcurlHttpFetcher(proxy_resolver, &fake_hardware_)); in NewLargeFetcher()
/system/update_engine/aosp/
Dupdate_attempter_android.cc331 LibcurlHttpFetcher* libcurl_fetcher = in ApplyPayload()
332 new LibcurlHttpFetcher(&proxy_resolver_, hardware_); in ApplyPayload()