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

  /system/update_engine/payload_consumer/
download_action.h 31 #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
download_action.cc 45 HttpFetcher* http_fetcher)
50 http_fetcher_(http_fetcher),
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));
  /system/update_engine/
omaha_request_action.h 34 #include "update_engine/common/http_fetcher.h"
149 std::unique_ptr<HttpFetcher> http_fetcher,
164 // Delegate methods (see http_fetcher.h)
update_attempter_android.cc 179 HttpFetcher* fetcher = download_action_->http_fetcher();
432 static_cast<MultiRangeHttpFetcher*>(download_action_->http_fetcher());
Android.mk 163 common/http_fetcher.cc \
    [all...]
update_attempter.cc     [all...]
  /system/update_engine/common/
http_fetcher_unittest.cc 412 void StartTransfer(HttpFetcher* http_fetcher, const string& url) {
413 http_fetcher->BeginTransfer(url);
874 // RedirectTest takes ownership of |http_fetcher|.
878 HttpFetcher* http_fetcher) {
880 unique_ptr<HttpFetcher> fetcher(http_fetcher);
    [all...]

Completed in 93 milliseconds