OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RealSystemState
(Results
1 - 2
of
2
) sorted by null
/system/update_engine/
real_system_state.cc
45
RealSystemState
::~
RealSystemState
() {
52
bool
RealSystemState
::Initialize() {
190
bool
RealSystemState
::StartUpdater() {
214
void
RealSystemState
::AddObserver(ServiceObserverInterface* observer) {
219
void
RealSystemState
::RemoveObserver(ServiceObserverInterface* observer) {
real_system_state.h
50
class
RealSystemState
: public SystemState, public DaemonStateInterface {
54
RealSystemState
() = default;
55
~
RealSystemState
() override;
Completed in 2958 milliseconds