Lines Matching refs:override
47 const std::string& in_omaha_url) override;
52 int32_t in_flags_as_int) override;
56 const std::vector<std::string>& dlc_ids) override;
58 bool AttemptRollback(brillo::ErrorPtr* error, bool in_powerwash) override;
62 bool CanRollback(brillo::ErrorPtr* error, bool* out_can_rollback) override;
66 bool ResetStatus(brillo::ErrorPtr* error) override;
73 const std::string& dlc_id) override;
78 update_engine::StatusResult* out_status) override;
81 bool RebootIfNeeded(brillo::ErrorPtr* error) override;
93 bool in_is_powerwash_allowed) override;
101 std::string* out_channel) override;
104 const std::string& in_cohort_hint) override;
107 std::string* out_cohort_hint) override;
112 bool in_enabled) override;
117 bool* out_enabled) override;
123 bool in_allowed) override;
129 int64_t target_size) override;
135 bool* out_allowed) override;
141 int64_t* out_usec_wallclock) override;
147 std::string* out_prev_version) override;
151 std::string* out_rollback_partition_name) override;
156 int32_t* out_last_attempt_error) override;
182 const update_engine::UpdateEngineStatus& update_engine_status) override;
184 void SendPayloadApplicationComplete(ErrorCode error_code) override {} in SendPayloadApplicationComplete()