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,
62 DownloadAction::~DownloadAction() {}
64 void DownloadAction::CloseP2PSharingFd(bool delete_p2p_file) {
86 bool DownloadAction::SetupP2PSharingFd() {
122 void DownloadAction::WriteToP2PFile(const void* data,
171 void DownloadAction::PerformAction() {
210 void DownloadAction::StartDownloading() {
297 void DownloadAction::SuspendAction()
    [all...]
download_action.h 46 // only if the DownloadAction is running. |bytes_progressed| is the number of
67 class DownloadAction : public InstallPlanAction,
71 static std::string StaticType() { return "DownloadAction"; }
75 // DownloadAction(prefs, boot_contol, hardware, system_state,
77 DownloadAction(PrefsInterface* prefs,
83 ~DownloadAction() override;
197 DISALLOW_COPY_AND_ASSIGN(DownloadAction);

Completed in 484 milliseconds