Home
last modified time | relevance | path

Searched refs:download_action_ (Results 1 – 5 of 5) sorted by relevance

/system/update_engine/payload_consumer/
Ddownload_action_unittest.cc464 download_action_.reset(new DownloadAction(&prefs, in StartDownload()
469 download_action_->SetTestFileWriter(&writer); in StartDownload()
470 BondActions(&feeder_action, download_action_.get()); in StartDownload()
477 processor_.EnqueueAction(download_action_.get()); in StartDownload()
489 unique_ptr<DownloadAction> download_action_; member in chromeos_update_engine::P2PDownloadActionTest
530 string file_id = download_action_->p2p_file_id(); in TEST_F()
554 EXPECT_EQ(download_action_->p2p_file_id(), ""); in TEST_F()
581 EXPECT_EQ(download_action_->p2p_file_id(), file_id); in TEST_F()
/system/update_engine/
Dupdate_attempter_android.cc179 HttpFetcher* fetcher = download_action_->http_fetcher(); in ApplyPayload()
410 download_action_ = download_action; in BuildUpdateActions()
432 static_cast<MultiRangeHttpFetcher*>(download_action_->http_fetcher()); in SetupDownload()
Dupdate_attempter_android.h143 std::shared_ptr<DownloadAction> download_action_; variable
Dupdate_attempter.h427 std::shared_ptr<DownloadAction> download_action_; variable
Dupdate_attempter.cc657 download_action_ = download_action; in BuildUpdateActions()
1392 static_cast<MultiRangeHttpFetcher*>(download_action_->http_fetcher()); in SetupDownload()