Home
last modified time | relevance | path

Searched defs:http_fetcher (Results 1 – 5 of 5) sorted by relevance

/system/update_engine/payload_consumer/
Ddownload_action.h113 HttpFetcher* http_fetcher() { return http_fetcher_.get(); } in http_fetcher() function
Ddownload_action.cc46 HttpFetcher* http_fetcher, in DownloadAction()
Ddownload_action_unittest.cc123 MockHttpFetcher* http_fetcher) { in StartProcessorInRunLoop()
160 MockHttpFetcher* http_fetcher = new MockHttpFetcher(data.data(), in TestWithData() local
275 MockHttpFetcher* http_fetcher = new MockHttpFetcher( in TEST() local
/system/update_engine/common/
Dhttp_fetcher_unittest.cc451 void StartTransfer(HttpFetcher* http_fetcher, const string& url) { in StartTransfer()
1001 HttpFetcher* http_fetcher) { in RedirectTest()
/system/update_engine/
Domaha_request_action.cc619 std::unique_ptr<HttpFetcher> http_fetcher, in OmahaRequestAction()