HomeSort by relevance Sort by last modified time
    Searched refs:http_fetcher (Results 1 - 7 of 7) sorted by null

  /system/update_engine/payload_consumer/
download_action.h 29 #include "update_engine/common/http_fetcher.h"
81 HttpFetcher* http_fetcher,
99 // HttpFetcherDelegate methods (see http_fetcher.h)
113 HttpFetcher* http_fetcher() { return http_fetcher_.get(); } function in class:chromeos_update_engine::DownloadAction
download_action_unittest.cc 123 MockHttpFetcher* http_fetcher) {
125 http_fetcher->SetOffset(1);
160 MockHttpFetcher* http_fetcher = new MockHttpFetcher(data.data(), local
168 http_fetcher,
193 base::Bind(&StartProcessorInRunLoop, &processor, http_fetcher));
275 MockHttpFetcher* http_fetcher = new MockHttpFetcher( local
282 http_fetcher,
607 download_action_->http_fetcher()->SetOffset(start_at_offset_);
download_action.cc 46 HttpFetcher* http_fetcher,
52 http_fetcher_(new MultiRangeHttpFetcher(http_fetcher)),
  /system/update_engine/
omaha_request_action.h 35 #include "update_engine/common/http_fetcher.h"
150 std::unique_ptr<HttpFetcher> http_fetcher,
165 // Delegate methods (see http_fetcher.h)
update_attempter_android.cc 251 HttpFetcher* fetcher = download_action_->http_fetcher();
Android.mk 125 common/http_fetcher.cc \
    [all...]
  /system/update_engine/common/
http_fetcher_unittest.cc 451 void StartTransfer(HttpFetcher* http_fetcher, const string& url) {
452 http_fetcher->BeginTransfer(url);
    [all...]

Completed in 105 milliseconds