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

/system/update_engine/
H A Ddaemon_state_android.cc75 void DaemonStateAndroid::AddObserver(ServiceObserverInterface* observer) { function in class:chromeos_update_engine::DaemonStateAndroid
H A Dreal_system_state.cc141 update_attempter_->AddObserver(weave_service_.get());
194 void RealSystemState::AddObserver(ServiceObserverInterface* observer) { function in class:chromeos_update_engine::RealSystemState
196 update_attempter_->AddObserver(observer);
H A Dupdate_attempter.h240 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.cc118 void Prefs::AddObserver(const string& key, ObserverInterface* observer) { function in class:chromeos_update_engine::Prefs
/system/bt/service/hal/
H A Dfake_bluetooth_interface.cpp150 void FakeBluetoothInterface::AddObserver(Observer* observer) { function in class:bluetooth::hal::FakeBluetoothInterface
151 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
/system/connectivity/shill/cellular/
H A Dmobile_operator_info.cc71 void MobileOperatorInfo::AddObserver(MobileOperatorInfo::Observer* observer) { function in class:shill::MobileOperatorInfo
73 impl_->AddObserver(observer);
H A Dmobile_operator_info_impl.cc140 void MobileOperatorInfoImpl::AddObserver( function in class:shill::MobileOperatorInfoImpl
142 observers_.AddObserver(observer);

Completed in 407 milliseconds