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);
98 // HttpFetcherDelegate methods (see http_fetcher.h)
112 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);
192 base::Bind(&StartProcessorInRunLoop, &processor, http_fetcher));
download_action.cc 46 HttpFetcher* http_fetcher)
51 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 212 HttpFetcher* fetcher = download_action_->http_fetcher();
Android.mk 119 common/http_fetcher.cc \
    [all...]
  /system/update_engine/common/
http_fetcher_unittest.cc 452 void StartTransfer(HttpFetcher* http_fetcher, const string& url) {
453 http_fetcher->BeginTransfer(url);
    [all...]

Completed in 630 milliseconds