Searched defs:AddObserver (Results 1 - 7 of 7) sorted by relevance

/system/update_engine/
H A Ddaemon_state_android.cc80 void DaemonStateAndroid::AddObserver(ServiceObserverInterface* observer) { function in class:chromeos_update_engine::DaemonStateAndroid
H A Dreal_system_state.cc214 void RealSystemState::AddObserver(ServiceObserverInterface* observer) { function in class:chromeos_update_engine::RealSystemState
216 update_attempter_->AddObserver(observer);
H A Dupdate_attempter.h231 void AddObserver(ServiceObserverInterface* observer) { function in class:chromeos_update_engine::UpdateAttempter
/system/update_engine/common/
H A Dfake_prefs.cc151 void FakePrefs::AddObserver(const string& key, ObserverInterface* observer) { function in class:chromeos_update_engine::FakePrefs
H A Dprefs.cc95 void PrefsBase::AddObserver(const string& key, ObserverInterface* observer) { function in class:chromeos_update_engine::PrefsBase
/system/bt/service/hal/
H A Dfake_bluetooth_interface.cc141 void FakeBluetoothInterface::AddObserver(Observer* observer) { function in class:bluetooth::hal::FakeBluetoothInterface
142 observers_.AddObserver(observer);
/system/update_engine/update_manager/
H A Dvariable.h95 virtual void AddObserver(BaseVariable::ObserverInterface* observer) { function in class:chromeos_update_manager::BaseVariable

Completed in 146 milliseconds