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

/system/update_engine/
H A Dreal_system_state.cc40 RealSystemState::RealSystemState(const scoped_refptr<dbus::Bus>& bus) function in class:chromeos_update_engine::RealSystemState
48 RealSystemState::~RealSystemState() {
55 bool RealSystemState::Initialize() {
170 bool RealSystemState::StartUpdater() {
194 void RealSystemState::AddObserver(ServiceObserverInterface* observer) {
199 void RealSystemState::RemoveObserver(ServiceObserverInterface* observer) {
H A Dreal_system_state.h48 class RealSystemState : public SystemState, public DaemonStateInterface { class in namespace:chromeos_update_engine
52 explicit RealSystemState(const scoped_refptr<dbus::Bus>& bus);
53 ~RealSystemState() override;

Completed in 222 milliseconds