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

/system/update_engine/payload_consumer/
H A Ddownload_action.h40 class DownloadActionDelegate { class in namespace:chromeos_update_engine
42 virtual ~DownloadActionDelegate() = default;
104 DownloadActionDelegate* delegate() const { return delegate_; }
105 void set_delegate(DownloadActionDelegate* delegate) {
159 DownloadActionDelegate* delegate_;

Completed in 61 milliseconds