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

/system/update_engine/payload_consumer/
H A Ddownload_action.cc41 DownloadAction::DownloadAction(PrefsInterface* prefs, function in class:chromeos_update_engine::DownloadAction
59 DownloadAction::~DownloadAction() {}
61 void DownloadAction::CloseP2PSharingFd(bool delete_p2p_file) {
83 bool DownloadAction::SetupP2PSharingFd() {
119 void DownloadAction::WriteToP2PFile(const void* data,
168 void DownloadAction::PerformAction() {
235 void DownloadAction::SuspendAction() {
239 void DownloadAction
[all...]
H A Ddownload_action.h47 // only if the DownloadAction is running. |bytes_progressed| is the number of
68 class DownloadAction : public InstallPlanAction, class in namespace:chromeos_update_engine
72 static std::string StaticType() { return "DownloadAction"; }
76 // DownloadAction(prefs, boot_contol, hardware, system_state,
78 DownloadAction(PrefsInterface* prefs,
83 ~DownloadAction() override;
176 DISALLOW_COPY_AND_ASSIGN(DownloadAction);

Completed in 43 milliseconds