Home
last modified time | relevance | path

Searched refs:DownloadAction (Results 1 – 5 of 5) sorted by relevance

/system/update_engine/
Ddownload_action.cc39 DownloadAction::DownloadAction(PrefsInterface* prefs, in DownloadAction() function in chromeos_update_engine::DownloadAction
54 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 …]
Ddownload_action_android_unittest.cc83 auto download_action = std::make_unique<DownloadAction>( in TEST_F()
155 auto download_action = std::make_unique<DownloadAction>( in TEST_F()
/system/update_engine/common/
Ddownload_action.h66 class DownloadAction : public InstallPlanAction, public HttpFetcherDelegate {
75 DownloadAction(
82 ~DownloadAction() override;
159 DISALLOW_COPY_AND_ASSIGN(DownloadAction);
/system/update_engine/aosp/
Dupdate_attempter_android.cc770 if (type == DownloadAction::StaticType()) { in ActionCompleted()
771 auto download_action = static_cast<DownloadAction*>(action); in ActionCompleted()
904 std::make_unique<DownloadAction>(prefs_, in BuildUpdateActions()
/system/update_engine/payload_generator/
Dgenerate_delta_main.cc227 std::make_unique<DownloadAction>(&prefs, in ApplyPayload()