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

/system/update_engine/payload_consumer/
H A Ddownload_action.h31 #include "update_engine/common/http_fetcher.h"
82 HttpFetcher* http_fetcher);
99 // HttpFetcherDelegate methods (see http_fetcher.h)
111 HttpFetcher* http_fetcher() { return http_fetcher_.get(); } function in class:chromeos_update_engine::DownloadAction
H A Ddownload_action.cc45 HttpFetcher* http_fetcher)
50 http_fetcher_(http_fetcher),
41 DownloadAction(PrefsInterface* prefs, BootControlInterface* boot_control, HardwareInterface* hardware, SystemState* system_state, HttpFetcher* http_fetcher) argument
H A Ddownload_action_unittest.cc123 MockHttpFetcher* http_fetcher) {
125 http_fetcher->SetOffset(1);
160 MockHttpFetcher* http_fetcher = new MockHttpFetcher(data.data(), local
168 http_fetcher);
192 base::Bind(&StartProcessorInRunLoop, &processor, http_fetcher));
122 StartProcessorInRunLoop(ActionProcessor* processor, MockHttpFetcher* http_fetcher) argument
/system/update_engine/common/
H A Dhttp_fetcher_unittest.cc412 void StartTransfer(HttpFetcher* http_fetcher, const string& url) { argument
413 http_fetcher->BeginTransfer(url);
874 // RedirectTest takes ownership of |http_fetcher|.
878 HttpFetcher* http_fetcher) {
880 unique_ptr<HttpFetcher> fetcher(http_fetcher);
875 RedirectTest(const HttpServer* server, bool expected_successful, const string& url, HttpFetcher* http_fetcher) argument
/system/update_engine/
H A Domaha_request_action.cc501 std::unique_ptr<HttpFetcher> http_fetcher,
505 http_fetcher_(std::move(http_fetcher)),
498 OmahaRequestAction( SystemState* system_state, OmahaEvent* event, std::unique_ptr<HttpFetcher> http_fetcher, bool ping_only) argument

Completed in 1416 milliseconds