Searched defs:DownloadActionDelegate (Results 1 - 1 of 1) sorted by relevance

/system/update_engine/payload_consumer/
H A Ddownload_action.h42 class DownloadActionDelegate { class in namespace:chromeos_update_engine
44 virtual ~DownloadActionDelegate() = default;
106 DownloadActionDelegate* delegate() const { return delegate_; }
107 void set_delegate(DownloadActionDelegate* delegate) {
161 DownloadActionDelegate* delegate_;

Completed in 92 milliseconds