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

/system/update_engine/payload_consumer/
H A Ddownload_action_unittest.cc464 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/
H A Dupdate_attempter_android.h143 std::shared_ptr<DownloadAction> download_action_; member in class:chromeos_update_engine::UpdateAttempterAndroid
H A Dupdate_attempter_android.cc205 HttpFetcher* fetcher = download_action_->http_fetcher();
464 download_action_ = download_action;
487 static_cast<MultiRangeHttpFetcher*>(download_action_->http_fetcher());
H A Dupdate_attempter.h431 std::shared_ptr<DownloadAction> download_action_; member in class:chromeos_update_engine::UpdateAttempter
H A Dupdate_attempter.cc658 download_action_ = download_action;
1393 static_cast<MultiRangeHttpFetcher*>(download_action_->http_fetcher());

Completed in 281 milliseconds