Home
last modified time | relevance | path

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

/system/update_engine/payload_consumer/
Ddownload_action.h41 class DownloadActionDelegate {
43 virtual ~DownloadActionDelegate() = default;
104 DownloadActionDelegate* delegate() const { return delegate_; } in delegate()
105 void set_delegate(DownloadActionDelegate* delegate) { delegate_ = delegate; } in set_delegate()
171 DownloadActionDelegate* delegate_;
Dmock_download_action.h29 class MockDownloadActionDelegate : public DownloadActionDelegate {
Ddelta_performer.h44 class DownloadActionDelegate; variable
71 DownloadActionDelegate* download_delegate, in DeltaPerformer()
322 DownloadActionDelegate* download_delegate_;
Ddelta_performer_fuzzer.cc30 class FakeDownloadActionDelegate : public DownloadActionDelegate {
/system/update_engine/
Dupdate_attempter_android.h50 public DownloadActionDelegate,
Dupdate_attempter.h60 public DownloadActionDelegate,