Lines Matching full:errorptr
41 using brillo::ErrorPtr;
49 // Log and set the error on the passed ErrorPtr.
50 void LogAndSetError(ErrorPtr* error,
73 bool UpdateEngineService::AttemptUpdate(ErrorPtr* /* error */,
89 bool UpdateEngineService::AttemptRollback(ErrorPtr* error, bool in_powerwash) {
100 bool UpdateEngineService::CanRollback(ErrorPtr* /* error */,
108 bool UpdateEngineService::ResetStatus(ErrorPtr* error) {
117 bool UpdateEngineService::GetStatus(ErrorPtr* error,
134 bool UpdateEngineService::RebootIfNeeded(ErrorPtr* error) {
143 bool UpdateEngineService::SetChannel(ErrorPtr* error,
180 bool UpdateEngineService::GetChannel(ErrorPtr* /* error */,
189 bool UpdateEngineService::SetP2PUpdatePermission(ErrorPtr* error,
204 bool UpdateEngineService::GetP2PUpdatePermission(ErrorPtr* error,
219 bool UpdateEngineService::SetUpdateOverCellularPermission(ErrorPtr* error,
259 bool UpdateEngineService::GetUpdateOverCellularPermission(ErrorPtr* /* error */,
281 bool UpdateEngineService::GetDurationSinceUpdate(ErrorPtr* error,
294 bool UpdateEngineService::GetPrevVersion(ErrorPtr* /* error */,
301 ErrorPtr* /* error */, string* out_rollback_partition_name) {
322 bool UpdateEngineService::GetLastAttemptError(ErrorPtr* /* error */,