HomeSort by relevance Sort by last modified time
    Searched defs:DownloadAction (Results 1 - 2 of 2) sorted by null

  /system/update_engine/payload_consumer/
download_action.cc 42 DownloadAction::DownloadAction(PrefsInterface* prefs,
60 DownloadAction::~DownloadAction() {}
62 void DownloadAction::CloseP2PSharingFd(bool delete_p2p_file) {
84 bool DownloadAction::SetupP2PSharingFd() {
120 void DownloadAction::WriteToP2PFile(const void* data,
169 void DownloadAction::PerformAction() {
236 void DownloadAction::SuspendAction() {
240 void DownloadAction::ResumeAction()
    [all...]
download_action.h 45 // only if the DownloadAction is running. |bytes_progressed| is the number of
66 class DownloadAction : public InstallPlanAction,
70 static std::string StaticType() { return "DownloadAction"; }
74 // DownloadAction(prefs, boot_contol, hardware, system_state,
76 DownloadAction(PrefsInterface* prefs,
81 ~DownloadAction() override;
174 DISALLOW_COPY_AND_ASSIGN(DownloadAction);

Completed in 143 milliseconds