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

  /system/update_engine/
real_system_state.cc 40 RealSystemState::~RealSystemState() {
47 bool RealSystemState::Initialize() {
174 bool RealSystemState::StartUpdater() {
198 void RealSystemState::AddObserver(ServiceObserverInterface* observer) {
203 void RealSystemState::RemoveObserver(ServiceObserverInterface* observer) {
real_system_state.h 46 class RealSystemState : public SystemState, public DaemonStateInterface {
50 RealSystemState() = default;
51 ~RealSystemState() override;

Completed in 346 milliseconds