Searched refs:manager_proxy (Results 1 – 4 of 4) sorted by relevance
61 ManagerProxyInterface* manager_proxy = shill_proxy_->GetManagerProxy(); in Init() local62 if (!manager_proxy) in Init()66 manager_proxy->RegisterPropertyChangedSignalHandler( in Init()77 if (!manager_proxy->GetProperties(&properties, &error)) in Init()
69 void ApManagerClient::OnManagerAdded(ManagerProxyInterface* manager_proxy) { in OnManagerAdded() argument70 VLOG(1) << "manager added: " << manager_proxy->GetObjectPath().value(); in OnManagerAdded()71 manager_proxy_ = manager_proxy; in OnManagerAdded()
43 org::chromium::apmanager::ManagerProxyInterface* manager_proxy);
182 ManagerProxyInterface* manager_proxy = shill_proxy_->GetManagerProxy(); in GetDefaultServicePath() local183 if (!manager_proxy) in GetDefaultServicePath()185 TEST_AND_RETURN_FALSE(manager_proxy->GetProperties(&properties, &error)); in GetDefaultServicePath()