Home
last modified time | relevance | path

Searched refs:service_observers (Results 1 – 6 of 6) sorted by relevance

/system/update_engine/
Ddaemon_state_interface.h41 virtual const std::set<ServiceObserverInterface*>& service_observers() = 0;
Dreal_system_state.h64 const std::set<ServiceObserverInterface*>& service_observers() override { in service_observers() function
66 return update_attempter_->service_observers(); in service_observers()
Ddaemon_state_android.h46 const std::set<ServiceObserverInterface*>& service_observers() override { in service_observers() function
Dsideload_main.cc79 const std::set<ServiceObserverInterface*>& service_observers() override { in service_observers() function in chromeos_update_engine::__anon1f39b2d70211::SideloadDaemonState
Dupdate_attempter_android.cc423 for (auto observer : daemon_state_->service_observers()) in TerminateUpdateAndNotify()
429 for (auto observer : daemon_state_->service_observers()) { in SetStatusAndNotify()
Dupdate_attempter.h247 const std::set<ServiceObserverInterface*>& service_observers() { in service_observers() function