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

/system/update_engine/
H A Dupdate_attempter_android.h180 std::shared_ptr<DownloadAction> download_action_; member in class:chromeos_update_engine::UpdateAttempterAndroid
H A Dupdate_attempter.h424 std::shared_ptr<DownloadAction> download_action_; member in class:chromeos_update_engine::UpdateAttempter
/system/update_engine/payload_consumer/
H A Ddownload_action_unittest.cc560 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);

Completed in 30 milliseconds