Home
last modified time | relevance | path

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

/system/update_engine/payload_consumer/
Ddownload_action.cc42 DownloadAction::DownloadAction(PrefsInterface* prefs, in DownloadAction() function in chromeos_update_engine::DownloadAction
64 DownloadAction::~DownloadAction() {} in ~DownloadAction()
66 void DownloadAction::CloseP2PSharingFd(bool delete_p2p_file) { in CloseP2PSharingFd()
87 bool DownloadAction::SetupP2PSharingFd() { in SetupP2PSharingFd()
123 void DownloadAction::WriteToP2PFile(const void* data, in WriteToP2PFile()
170 void DownloadAction::PerformAction() { in PerformAction()
209 void DownloadAction::StartDownloading() { in StartDownloading()
296 void DownloadAction::SuspendAction() { in SuspendAction()
300 void DownloadAction::ResumeAction() { in ResumeAction()
304 void DownloadAction::TerminateProcessing() { in TerminateProcessing()
[all …]
Ddownload_action.h67 class DownloadAction : public InstallPlanAction, public HttpFetcherDelegate {
76 DownloadAction(PrefsInterface* prefs,
82 ~DownloadAction() override;
193 DISALLOW_COPY_AND_ASSIGN(DownloadAction);
Ddownload_action_unittest.cc90 if (type == DownloadAction::StaticType()) { in ActionCompleted()
92 p2p_file_id_ = static_cast<DownloadAction*>(action)->p2p_file_id(); in ActionCompleted()
165 std::make_unique<DownloadAction>(&prefs, in TestWithData()
281 std::make_unique<DownloadAction>(&prefs, in TEST()
369 auto download_action = std::make_unique<DownloadAction>( in TestTerminateEarly()
482 std::make_unique<DownloadAction>(&prefs, in TEST()
567 auto download_action = std::make_unique<DownloadAction>( in StartDownload()
/system/update_engine/
Dupdate_attempter_android.cc500 if (type == DownloadAction::StaticType()) { in ActionCompleted()
512 if (type == DownloadAction::StaticType()) { in ActionCompleted()
631 std::make_unique<DownloadAction>(prefs_, in BuildUpdateActions()
Dupdate_attempter.cc651 std::make_unique<DownloadAction>(prefs_, in BuildUpdateActions()
1119 if (type == DownloadAction::StaticType()) { in ActionCompleted()
1121 DownloadAction* download_action = static_cast<DownloadAction*>(action); in ActionCompleted()
1209 if (type == DownloadAction::StaticType()) { in ActionCompleted()
Dupdate_attempter_unittest.cc233 DownloadAction action(prefs_, in TEST_F()
469 DownloadAction::StaticType(),
/system/update_engine/payload_generator/
Dgenerate_delta_main.cc246 std::make_unique<DownloadAction>(&prefs, in ApplyPayload()