Home | History | Annotate | Download | only in client_library

Lines Matching refs:override

48                      bool at_user_request) override;
54 int64_t* out_new_size) const override;
56 bool SetCohortHint(const std::string& in_cohort_hint) override;
57 bool GetCohortHint(std::string* out_cohort_hint) const override;
59 bool SetUpdateOverCellularPermission(bool allowed) override;
60 bool GetUpdateOverCellularPermission(bool* allowed) const override;
62 bool SetP2PUpdatePermission(bool enabled) override;
63 bool GetP2PUpdatePermission(bool* enabled) const override;
65 bool Rollback(bool powerwash) override;
67 bool GetRollbackPartition(std::string* rollback_partition) const override;
69 void RebootIfNeeded() override;
71 bool GetPrevVersion(std::string* prev_version) const override;
73 bool ResetStatus() override;
76 bool allow_powerwash) override;
78 bool GetTargetChannel(std::string* out_channel) const override;
80 bool GetChannel(std::string* out_channel) const override;
82 bool RegisterStatusUpdateHandler(StatusUpdateHandler* handler) override;
83 bool UnregisterStatusUpdateHandler(StatusUpdateHandler* handler) override;
85 bool GetLastAttemptError(int32_t* last_attempt_error) const override;
87 bool GetEolStatus(int32_t* eol_status) const override;
97 const android::brillo::ParcelableUpdateEngineStatus& status) override;