Home
last modified time | relevance | path

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

/system/update_engine/common/
Ddownload_action.h40 class DownloadActionDelegate {
42 virtual ~DownloadActionDelegate() = default;
106 DownloadActionDelegate* delegate() const { return delegate_; } in delegate()
107 void set_delegate(DownloadActionDelegate* delegate) { delegate_ = delegate; } in set_delegate()
144 DownloadActionDelegate* delegate_;
Dmock_download_action.h29 class MockDownloadActionDelegate : public DownloadActionDelegate {
/system/update_engine/payload_consumer/
Ddelta_performer.h44 class DownloadActionDelegate; variable
71 DownloadActionDelegate* download_delegate,
337 DownloadActionDelegate* download_delegate_;
Ddelta_performer_fuzzer.cc30 class FakeDownloadActionDelegate : public DownloadActionDelegate {
/system/update_engine/aosp/
Dupdate_attempter_android.h58 public DownloadActionDelegate,