Home
last modified time | relevance | path

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

/aosp12/system/update_engine/common/
H A Ddownload_action.h41 class DownloadActionDelegate {
43 virtual ~DownloadActionDelegate() = default;
105 DownloadActionDelegate* delegate() const { return delegate_; } in delegate()
106 void set_delegate(DownloadActionDelegate* delegate) { delegate_ = delegate; } in set_delegate()
143 DownloadActionDelegate* delegate_;
H A Dmock_download_action.h29 class MockDownloadActionDelegate : public DownloadActionDelegate {
/aosp12/system/update_engine/cros/
H A Ddownload_action_chromeos.h79 DownloadActionDelegate* delegate() const { return delegate_; } in delegate()
80 void set_delegate(DownloadActionDelegate* delegate) { delegate_ = delegate; } in set_delegate()
142 DownloadActionDelegate* delegate_;
H A Dupdate_attempter.h59 public DownloadActionDelegate,
/aosp12/system/update_engine/payload_consumer/
H A Ddelta_performer.h45 class DownloadActionDelegate; variable
71 DownloadActionDelegate* download_delegate, in DeltaPerformer()
339 DownloadActionDelegate* download_delegate_;
H A Ddelta_performer_fuzzer.cc30 class FakeDownloadActionDelegate : public DownloadActionDelegate {
/aosp12/system/update_engine/aosp/
H A Dupdate_attempter_android.h51 public DownloadActionDelegate,