OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UpdateEngineService
(Results
1 - 2
of
2
) sorted by null
/system/update_engine/
common_service.h
32
class
UpdateEngineService
{
40
explicit
UpdateEngineService
(SystemState* system_state);
41
virtual ~
UpdateEngineService
() = default;
common_service.cc
58
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)
76
bool
UpdateEngineService
::SetUpdateAttemptFlags(ErrorPtr* /* error */,
88
bool
UpdateEngineService
::AttemptUpdate(ErrorPtr* /* error */,
108
bool
UpdateEngineService
::AttemptRollback(ErrorPtr* error, bool in_powerwash) {
119
bool
UpdateEngineService
::CanRollback(ErrorPtr* /* error */
[
all
...]
Completed in 128 milliseconds