HomeSort by relevance Sort by last modified time
    Searched defs:UpdateEngineService (Results 1 - 2 of 2) sorted by null

  /system/update_engine/
common_service.h 31 class UpdateEngineService {
44 explicit UpdateEngineService(SystemState* system_state);
45 virtual ~UpdateEngineService() = default;
common_service.cc 55 UpdateEngineService::kErrorDomain,
56 UpdateEngineService::kErrorFailed,
63 const char* const UpdateEngineService::kErrorDomain = "update_engine";
64 const char* const UpdateEngineService::kErrorFailed =
67 UpdateEngineService::UpdateEngineService(SystemState* system_state)
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)
    [all...]

Completed in 73 milliseconds