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

  /system/update_engine/payload_consumer/
download_action_unittest.cc 560 download_action_.reset(new DownloadAction(&prefs,
566 download_action_->SetTestFileWriter(&writer);
567 BondActions(&feeder_action, download_action_.get());
574 processor_.EnqueueAction(download_action_.get());
586 unique_ptr<DownloadAction> download_action_; member in class:chromeos_update_engine::P2PDownloadActionTest
607 download_action_->http_fetcher()->SetOffset(start_at_offset_);
627 string file_id = download_action_->p2p_file_id();
651 EXPECT_EQ(download_action_->p2p_file_id(), "");
679 EXPECT_EQ(download_action_->p2p_file_id(), file_id);
  /system/update_engine/
update_attempter_android.h 180 std::shared_ptr<DownloadAction> download_action_; member in class:chromeos_update_engine::UpdateAttempterAndroid
update_attempter.h 424 std::shared_ptr<DownloadAction> download_action_; member in class:chromeos_update_engine::UpdateAttempter
update_attempter_android.cc 251 HttpFetcher* fetcher = download_action_->http_fetcher();
649 download_action_ = download_action;
update_attempter.cc 636 download_action_ = download_action;
    [all...]

Completed in 172 milliseconds