Searched refs:shill_proxy_ (Results 1 – 4 of 4) sorted by relevance
42 : shill_proxy_(shill_proxy), clock_(clock) {} in RealShillProvider()82 std::unique_ptr<chromeos_update_engine::ShillProxyInterface> shill_proxy_; variable
35 ManagerProxyInterface* manager_proxy = shill_proxy_->GetManagerProxy(); in Init()110 shill_proxy_->GetServiceForPath(default_service_path_); in ProcessDefaultService()
53 : 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()
59 std::unique_ptr<ShillProxyInterface> shill_proxy_; variable