Lines Matching refs:ErrorPtr
24 using brillo::ErrorPtr;
34 bool DBusUpdateEngineService::AttemptUpdate(ErrorPtr* error, in AttemptUpdate()
42 ErrorPtr* error, in AttemptUpdateWithFlags()
56 bool DBusUpdateEngineService::AttemptRollback(ErrorPtr* error, in AttemptRollback()
61 bool DBusUpdateEngineService::CanRollback(ErrorPtr* error, in CanRollback()
66 bool DBusUpdateEngineService::ResetStatus(ErrorPtr* error) { in ResetStatus()
70 bool DBusUpdateEngineService::GetStatus(ErrorPtr* error, in GetStatus()
84 bool DBusUpdateEngineService::RebootIfNeeded(ErrorPtr* error) { in RebootIfNeeded()
88 bool DBusUpdateEngineService::SetChannel(ErrorPtr* error, in SetChannel()
94 bool DBusUpdateEngineService::GetChannel(ErrorPtr* error, in GetChannel()
100 bool DBusUpdateEngineService::SetP2PUpdatePermission(ErrorPtr* error, in SetP2PUpdatePermission()
105 bool DBusUpdateEngineService::GetP2PUpdatePermission(ErrorPtr* error, in GetP2PUpdatePermission()
110 bool DBusUpdateEngineService::SetUpdateOverCellularPermission(ErrorPtr* error, in SetUpdateOverCellularPermission()
116 ErrorPtr* error, bool* out_allowed) { in GetUpdateOverCellularPermission()
121 ErrorPtr* error, int64_t* out_usec_wallclock) { in GetDurationSinceUpdate()
125 bool DBusUpdateEngineService::GetPrevVersion(ErrorPtr* error, in GetPrevVersion()
131 ErrorPtr* error, string* out_rollback_partition_name) { in GetRollbackPartition()
136 ErrorPtr* error, int32_t* out_last_attempt_error){ in GetLastAttemptError()