Home
last modified time | relevance | path

Searched refs:ErrorPtr (Results 1 – 17 of 17) sorted by relevance

/aosp12/system/update_engine/cros/
H A Dcommon_service.h49 bool AttemptUpdate(brillo::ErrorPtr* error,
58 bool AttemptInstall(brillo::ErrorPtr* error,
70 bool ResetStatus(brillo::ErrorPtr* error);
75 bool SetDlcActiveValue(brillo::ErrorPtr* error,
82 bool GetStatus(brillo::ErrorPtr* error,
86 bool RebootIfNeeded(brillo::ErrorPtr* error);
96 bool SetChannel(brillo::ErrorPtr* error,
104 bool GetChannel(brillo::ErrorPtr* error,
111 bool SetCohortHint(brillo::ErrorPtr* error,
156 bool GetRollbackPartition(brillo::ErrorPtr* error,
[all …]
H A Ddbus_service.h45 bool AttemptUpdate(brillo::ErrorPtr* error,
49 bool AttemptUpdateWithFlags(brillo::ErrorPtr* error,
54 bool AttemptInstall(brillo::ErrorPtr* error,
66 bool ResetStatus(brillo::ErrorPtr* error) override;
71 bool SetDlcActiveValue(brillo::ErrorPtr* error,
77 bool GetStatusAdvanced(brillo::ErrorPtr* error,
91 bool SetChannel(brillo::ErrorPtr* error,
99 bool GetChannel(brillo::ErrorPtr* error,
103 bool SetCohortHint(brillo::ErrorPtr* error,
106 bool GetCohortHint(brillo::ErrorPtr* error,
[all …]
H A Ddbus_service.cc30 using brillo::ErrorPtr;
60 bool DBusUpdateEngineService::AttemptUpdate(ErrorPtr* error, in AttemptUpdate()
68 ErrorPtr* error, in AttemptUpdateWithFlags()
95 bool DBusUpdateEngineService::CanRollback(ErrorPtr* error, in CanRollback()
100 bool DBusUpdateEngineService::ResetStatus(ErrorPtr* error) { in ResetStatus()
125 bool DBusUpdateEngineService::SetChannel(ErrorPtr* error, in SetChannel()
131 bool DBusUpdateEngineService::GetChannel(ErrorPtr* error, in GetChannel()
163 brillo::ErrorPtr* error, in SetUpdateOverCellularTarget()
171 ErrorPtr* error, bool* out_allowed) { in GetUpdateOverCellularPermission()
176 ErrorPtr* error, int64_t* out_usec_wallclock) { in GetDurationSinceUpdate()
[all …]
H A Dcommon_service.cc41 using brillo::ErrorPtr;
52 void LogAndSetError(ErrorPtr* error, in LogAndSetError()
128 bool UpdateEngineService::CanRollback(ErrorPtr* /* error */, in CanRollback() argument
136 bool UpdateEngineService::ResetStatus(ErrorPtr* error) { in ResetStatus()
156 bool UpdateEngineService::GetStatus(ErrorPtr* error, in GetStatus()
165 bool UpdateEngineService::RebootIfNeeded(ErrorPtr* error) { in RebootIfNeeded()
174 bool UpdateEngineService::SetChannel(ErrorPtr* error, in SetChannel()
210 bool UpdateEngineService::GetChannel(ErrorPtr* /* error */, in GetChannel() argument
219 bool UpdateEngineService::SetCohortHint(ErrorPtr* error, in SetCohortHint()
236 bool UpdateEngineService::GetCohortHint(ErrorPtr* error, in GetCohortHint()
[all …]
H A Ddlcservice_chromeos.cc46 brillo::ErrorPtr err; in GetDlcsToUpdate()
58 brillo::ErrorPtr err; in InstallCompleted()
68 brillo::ErrorPtr err; in UpdateCompleted()
H A Dconnection_manager.cc145 brillo::ErrorPtr error; in GetDefaultServicePath()
169 brillo::ErrorPtr error; in GetServicePathProperties()
H A Dpower_manager_chromeos.cc40 brillo::ErrorPtr error; in RequestReboot()
H A Dcommon_service_unittest.cc51 brillo::ErrorPtr error_;
H A Dhardware_chromeos.cc124 brillo::ErrorPtr error; in AreDevFeaturesEnabled()
/aosp12/system/update_engine/aosp/
H A Dservice_delegate_android_interface.h61 brillo::ErrorPtr* error) = 0;
68 brillo::ErrorPtr* error) = 0;
73 virtual bool SuspendUpdate(brillo::ErrorPtr* error) = 0;
80 virtual bool ResumeUpdate(brillo::ErrorPtr* error) = 0;
85 virtual bool CancelUpdate(brillo::ErrorPtr* error) = 0;
91 virtual bool ResetStatus(brillo::ErrorPtr* error) = 0;
97 brillo::ErrorPtr* error) = 0;
110 brillo::ErrorPtr* error) = 0;
119 brillo::ErrorPtr* error) = 0;
H A Dupdate_attempter_android.h73 brillo::ErrorPtr* error) override;
78 brillo::ErrorPtr* error) override;
79 bool SuspendUpdate(brillo::ErrorPtr* error) override;
80 bool ResumeUpdate(brillo::ErrorPtr* error) override;
81 bool CancelUpdate(brillo::ErrorPtr* error) override;
82 bool ResetStatus(brillo::ErrorPtr* error) override;
84 brillo::ErrorPtr* error) override;
88 brillo::ErrorPtr* error) override;
91 brillo::ErrorPtr* error) override;
191 brillo::ErrorPtr* error);
H A Dbinder_service_android.cc109 brillo::ErrorPtr error; in applyPayload()
124 brillo::ErrorPtr error; in applyPayloadFd()
133 brillo::ErrorPtr error; in suspend()
140 brillo::ErrorPtr error; in resume()
147 brillo::ErrorPtr error; in cancel()
154 brillo::ErrorPtr error; in resetStatus()
166 brillo::ErrorPtr error; in verifyPayloadApplicable()
198 brillo::ErrorPtr error; in allocateSpaceForPayload()
235 brillo::ErrorPtr error; in cleanupSuccessfulUpdate()
H A Dupdate_attempter_android.cc85 bool LogAndSetError(brillo::ErrorPtr* error, in LogAndSetError()
103 brillo::ErrorPtr* error) { in ParseKeyValuePairHeaders()
177 brillo::ErrorPtr* error) { in ApplyPayload()
321 brillo::ErrorPtr* error) { in ApplyPayload()
349 bool UpdateAttempterAndroid::ResumeUpdate(brillo::ErrorPtr* error) { in ResumeUpdate()
356 bool UpdateAttempterAndroid::CancelUpdate(brillo::ErrorPtr* error) { in CancelUpdate()
363 bool UpdateAttempterAndroid::ResetStatus(brillo::ErrorPtr* error) { in ResetStatus()
433 brillo::ErrorPtr* error) { in VerifyPayloadParseManifest()
499 const std::string& metadata_filename, brillo::ErrorPtr* error) { in VerifyPayloadApplicable()
985 brillo::ErrorPtr* error) { in AllocateSpaceForPayload()
[all …]
H A Dbinder_service_android_common.h28 const brillo::ErrorPtr& error) { in ErrorPtrToStatus()
H A Dbinder_service_stable_android.cc114 brillo::ErrorPtr error; in applyPayloadFd()
/aosp12/system/update_engine/update_manager/
H A Dreal_shill_provider.cc51 brillo::ErrorPtr error; in Init()
116 brillo::ErrorPtr error; in ProcessDefaultService()
H A Dreal_system_provider.cc133 brillo::ErrorPtr error; in GetKioskAppRequiredPlatformVersion()