Home
last modified time | relevance | path

Searched refs:http_fetcher (Results 1 – 9 of 9) sorted by relevance

/system/update_engine/payload_consumer/
Ddownload_action.h81 HttpFetcher* http_fetcher,
113 HttpFetcher* http_fetcher() { return http_fetcher_.get(); } in http_fetcher() function
Ddownload_action_unittest.cc123 MockHttpFetcher* http_fetcher) { in StartProcessorInRunLoop() argument
125 http_fetcher->SetOffset(1); in StartProcessorInRunLoop()
160 MockHttpFetcher* http_fetcher = new MockHttpFetcher(data.data(), in TestWithData() local
168 http_fetcher, in TestWithData()
193 base::Bind(&StartProcessorInRunLoop, &processor, http_fetcher)); in TestWithData()
275 MockHttpFetcher* http_fetcher = new MockHttpFetcher( in TEST() local
282 http_fetcher, in TEST()
607 download_action_->http_fetcher()->SetOffset(start_at_offset_); in StartProcessorInRunLoopForP2P()
Ddownload_action.cc46 HttpFetcher* http_fetcher, in DownloadAction() argument
52 http_fetcher_(new MultiRangeHttpFetcher(http_fetcher)), in DownloadAction()
/system/update_engine/
Domaha_request_action.h150 std::unique_ptr<HttpFetcher> http_fetcher,
Domaha_request_action.cc619 std::unique_ptr<HttpFetcher> http_fetcher, in OmahaRequestAction() argument
623 http_fetcher_(std::move(http_fetcher)), in OmahaRequestAction()
Dupdate_attempter_android.cc251 HttpFetcher* fetcher = download_action_->http_fetcher(); in ApplyPayload()
Dupdate_engine.gyp165 'common/http_fetcher.cc',
DAndroid.mk125 common/http_fetcher.cc \
/system/update_engine/common/
Dhttp_fetcher_unittest.cc451 void StartTransfer(HttpFetcher* http_fetcher, const string& url) { in StartTransfer() argument
452 http_fetcher->BeginTransfer(url); in StartTransfer()
1001 HttpFetcher* http_fetcher) { in RedirectTest() argument
1003 unique_ptr<HttpFetcher> fetcher(http_fetcher); in RedirectTest()