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_unittest.cc124 MockHttpFetcher* http_fetcher) { in StartProcessorInRunLoop()
161 MockHttpFetcher* http_fetcher = in TestWithData() local
277 MockHttpFetcher* http_fetcher = new MockHttpFetcher( in TEST() local
574 auto http_fetcher = download_action->http_fetcher(); in StartDownload() local
587 [](P2PDownloadActionTest* action_test, HttpFetcher* http_fetcher) { in StartDownload()
Ddownload_action.h109 HttpFetcher* http_fetcher() { return http_fetcher_.get(); } in http_fetcher() function
Ddownload_action.cc46 HttpFetcher* http_fetcher, in DownloadAction()
/system/update_engine/common/
Dhttp_fetcher_unittest.cc473 void StartTransfer(HttpFetcher* http_fetcher, const string& url) { in StartTransfer()
1024 HttpFetcher* http_fetcher) { in RedirectTest()
/system/update_engine/
Domaha_request_action.cc277 std::unique_ptr<HttpFetcher> http_fetcher, in OmahaRequestAction()