Searched refs:DownloadAction (Results 1 – 5 of 5) sorted by relevance
39 DownloadAction::DownloadAction(PrefsInterface* prefs, in DownloadAction() function in chromeos_update_engine::DownloadAction54 DownloadAction::~DownloadAction() {} in ~DownloadAction()56 void DownloadAction::PerformAction() { in PerformAction()95 bool DownloadAction::LoadCachedManifest(int64_t manifest_size) { in LoadCachedManifest()123 void DownloadAction::StartDownloading() { in StartDownloading()192 void DownloadAction::SuspendAction() { in SuspendAction()196 void DownloadAction::ResumeAction() { in ResumeAction()200 void DownloadAction::TerminateProcessing() { in TerminateProcessing()211 void DownloadAction::SeekToOffset(off_t offset) { in SeekToOffset()215 bool DownloadAction::ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes()[all …]
83 auto download_action = std::make_unique<DownloadAction>( in TEST_F()155 auto download_action = std::make_unique<DownloadAction>( in TEST_F()
66 class DownloadAction : public InstallPlanAction, public HttpFetcherDelegate {75 DownloadAction(82 ~DownloadAction() override;159 DISALLOW_COPY_AND_ASSIGN(DownloadAction);
770 if (type == DownloadAction::StaticType()) { in ActionCompleted()771 auto download_action = static_cast<DownloadAction*>(action); in ActionCompleted()904 std::make_unique<DownloadAction>(prefs_, in BuildUpdateActions()
227 std::make_unique<DownloadAction>(&prefs, in ApplyPayload()