Home
last modified time | relevance | path

Searched refs:shill_proxy_ (Results 1 – 4 of 4) sorted by relevance

/system/update_engine/update_manager/
Dreal_shill_provider.h42 : shill_proxy_(shill_proxy), clock_(clock) {} in RealShillProvider()
82 std::unique_ptr<chromeos_update_engine::ShillProxyInterface> shill_proxy_; variable
Dreal_shill_provider.cc35 ManagerProxyInterface* manager_proxy = shill_proxy_->GetManagerProxy(); in Init()
110 shill_proxy_->GetServiceForPath(default_service_path_); in ProcessDefaultService()
/system/update_engine/
Dconnection_manager.cc53 : shill_proxy_(shill_proxy), system_state_(system_state) {} in ConnectionManager()
146 ManagerProxyInterface* manager_proxy = shill_proxy_->GetManagerProxy(); in GetDefaultServicePath()
166 shill_proxy_->GetServiceForPath(path); in GetServicePathProperties()
Dconnection_manager.h59 std::unique_ptr<ShillProxyInterface> shill_proxy_; variable