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);
112 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()
192 base::Bind(&StartProcessorInRunLoop, &processor, http_fetcher)); in TestWithData()
Ddownload_action.cc46 HttpFetcher* http_fetcher) in DownloadAction() argument
51 http_fetcher_(new MultiRangeHttpFetcher(http_fetcher)), in DownloadAction()
/system/update_engine/
Domaha_request_action.h150 std::unique_ptr<HttpFetcher> http_fetcher,
Dupdate_attempter_android.cc213 HttpFetcher* fetcher = download_action_->http_fetcher(); in ApplyPayload()
Domaha_request_action.cc572 std::unique_ptr<HttpFetcher> http_fetcher, in OmahaRequestAction() argument
576 http_fetcher_(std::move(http_fetcher)), in OmahaRequestAction()
Dupdate_engine.gyp172 'common/http_fetcher.cc',
DAndroid.mk119 common/http_fetcher.cc \
/system/update_engine/common/
Dhttp_fetcher_unittest.cc452 void StartTransfer(HttpFetcher* http_fetcher, const string& url) { in StartTransfer() argument
453 http_fetcher->BeginTransfer(url); in StartTransfer()
1002 HttpFetcher* http_fetcher) { in RedirectTest() argument
1004 unique_ptr<HttpFetcher> fetcher(http_fetcher); in RedirectTest()