HomeSort by relevance Sort by last modified time
    Searched full:download_action_ (Results 1 - 5 of 5) sorted by null

  /system/update_engine/payload_consumer/
download_action_unittest.cc 464 download_action_.reset(new DownloadAction(&prefs,
469 download_action_->SetTestFileWriter(&writer);
470 BondActions(&feeder_action, download_action_.get());
477 processor_.EnqueueAction(download_action_.get());
489 unique_ptr<DownloadAction> download_action_; member in class:chromeos_update_engine::P2PDownloadActionTest
530 string file_id = download_action_->p2p_file_id();
554 EXPECT_EQ(download_action_->p2p_file_id(), "");
581 EXPECT_EQ(download_action_->p2p_file_id(), file_id);
  /system/update_engine/
update_attempter_android.cc 179 HttpFetcher* fetcher = download_action_->http_fetcher();
410 download_action_ = download_action;
432 static_cast<MultiRangeHttpFetcher*>(download_action_->http_fetcher());
update_attempter_android.h 143 std::shared_ptr<DownloadAction> download_action_; member in class:chromeos_update_engine::UpdateAttempterAndroid
update_attempter.h 427 std::shared_ptr<DownloadAction> download_action_; member in class:chromeos_update_engine::UpdateAttempter
update_attempter.cc 657 download_action_ = download_action;
    [all...]

Completed in 58 milliseconds