Searched defs:UpdateEngineService (Results 1 - 2 of 2) sorted by relevance

/system/update_engine/
H A Dcommon_service.h32 class UpdateEngineService { class in namespace:chromeos_update_engine
40 explicit UpdateEngineService(SystemState* system_state);
41 virtual ~UpdateEngineService() = default;
H A Dcommon_service.cc58 UpdateEngineService::kErrorDomain,
59 UpdateEngineService::kErrorFailed,
66 const char* const UpdateEngineService::kErrorDomain = "update_engine";
67 const char* const UpdateEngineService::kErrorFailed =
70 UpdateEngineService::UpdateEngineService(SystemState* system_state) function in class:chromeos_update_engine::UpdateEngineService
76 bool UpdateEngineService::SetUpdateAttemptFlags(ErrorPtr* /* error */,
88 bool UpdateEngineService::AttemptUpdate(ErrorPtr* /* error */,
108 bool UpdateEngineService::AttemptRollback(ErrorPtr* error, bool in_powerwash) {
119 bool UpdateEngineService
[all...]

Completed in 112 milliseconds