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

/system/update_engine/
H A Ddaemon_state_android.cc84 void DaemonStateAndroid::RemoveObserver(ServiceObserverInterface* observer) { function in class:chromeos_update_engine::DaemonStateAndroid
H A Dreal_system_state.cc219 void RealSystemState::RemoveObserver(ServiceObserverInterface* observer) { function in class:chromeos_update_engine::RealSystemState
221 update_attempter_->RemoveObserver(observer);
H A Dupdate_attempter.h234 void RemoveObserver(ServiceObserverInterface* observer) { function in class:chromeos_update_engine::UpdateAttempter
/system/update_engine/common/
H A Dfake_prefs.cc155 void FakePrefs::RemoveObserver(const string& key, ObserverInterface* observer) { function in class:chromeos_update_engine::FakePrefs
H A Dprefs.cc99 void PrefsBase::RemoveObserver(const string& key, ObserverInterface* observer) { function in class:chromeos_update_engine::PrefsBase
/system/bt/service/hal/
H A Dfake_bluetooth_interface.cc145 void FakeBluetoothInterface::RemoveObserver(Observer* observer) { function in class:bluetooth::hal::FakeBluetoothInterface
146 observers_.RemoveObserver(observer);
/system/update_engine/update_manager/
H A Dvariable.h102 virtual void RemoveObserver(BaseVariable::ObserverInterface* observer) { function in class:chromeos_update_manager::BaseVariable

Completed in 379 milliseconds