Searched refs:shill_proxy_ (Results 1 - 8 of 8) sorted by relevance

/system/connectivity/apmanager/
H A Dshill_manager.cc33 CHECK(!shill_proxy_) << "Already init";
34 shill_proxy_ =
43 CHECK(shill_proxy_) << "Proxy not initialize yet";
44 shill_proxy_->ClaimInterface(interface_name);
49 CHECK(shill_proxy_) << "Proxy not initialize yet";
50 shill_proxy_->ReleaseInterface(interface_name);
56 CHECK(shill_proxy_) << "Proxy not initialized yet";
57 return shill_proxy_->SetupApModeInterface(interface_name);
61 CHECK(shill_proxy_) << "Proxy not initialized yet";
62 return shill_proxy_
[all...]
H A Dshill_manager.h54 std::unique_ptr<ShillProxyInterface> shill_proxy_; member in class:apmanager::ShillManager
/system/update_engine/update_manager/
H A Dreal_shill_provider.h41 : shill_proxy_(shill_proxy), clock_(clock) {}
88 chromeos_update_engine::ShillProxyInterface* shill_proxy_; member in class:chromeos_update_manager::RealShillProvider
H A Dreal_shill_provider.cc61 ManagerProxyInterface* manager_proxy = shill_proxy_->GetManagerProxy();
136 shill_proxy_->GetServiceForPath(default_service_path_);
/system/update_engine/
H A Dconnection_manager.h63 ShillProxyInterface* shill_proxy_; member in class:chromeos_update_engine::ConnectionManager
H A Dreal_system_state.cc44 shill_proxy_(bus),
74 if (!shill_proxy_.Init()) {
146 &policy_provider_, &shill_proxy_, &session_manager_proxy_, this);
H A Dreal_system_state.h133 ShillProxy shill_proxy_; member in class:chromeos_update_engine::RealSystemState
147 ConnectionManager connection_manager_{&shill_proxy_, this};
H A Dconnection_manager.cc72 : shill_proxy_(shill_proxy), system_state_(system_state) {}
182 ManagerProxyInterface* manager_proxy = shill_proxy_->GetManagerProxy();
202 shill_proxy_->GetServiceForPath(path);

Completed in 174 milliseconds