Searched defs:download_action (Results 1 - 2 of 2) sorted by relevance

/system/update_engine/
H A Dupdate_attempter_unittest.cc435 DownloadAction* download_action = static_cast<DownloadAction*>(action_4); local
436 EXPECT_EQ(&attempter_, download_action->delegate());
H A Dupdate_attempter.cc61 #include "update_engine/payload_consumer/download_action.h"
629 shared_ptr<DownloadAction> download_action(new DownloadAction(
655 download_action->set_delegate(this);
657 download_action_ = download_action;
664 actions_.push_back(shared_ptr<AbstractAction>(download_action));
676 download_action.get());
677 BondActions(download_action.get(),
1019 DownloadAction* download_action = static_cast<DownloadAction*>(action); local
1020 http_response_code_ = download_action->GetHTTPResponseCode();

Completed in 71 milliseconds