Searched defs:download_action_ (Results 1 - 3 of 3) sorted by relevance

/system/update_engine/
H A Dupdate_attempter_android.h138 std::shared_ptr<DownloadAction> download_action_; member in class:chromeos_update_engine::UpdateAttempterAndroid
H A Dupdate_attempter.h416 std::shared_ptr<DownloadAction> download_action_; member in class:chromeos_update_engine::UpdateAttempter
/system/update_engine/payload_consumer/
H A Ddownload_action_unittest.cc470 download_action_.reset(new DownloadAction(&prefs,
475 download_action_->SetTestFileWriter(&writer);
476 BondActions(&feeder_action, download_action_.get());
483 processor_.EnqueueAction(download_action_.get());
495 unique_ptr<DownloadAction> download_action_; member in class:chromeos_update_engine::P2PDownloadActionTest
536 string file_id = download_action_->p2p_file_id();
560 EXPECT_EQ(download_action_->p2p_file_id(), "");
588 EXPECT_EQ(download_action_->p2p_file_id(), file_id);

Completed in 60 milliseconds