Searched refs:manager_proxy (Results 1 - 4 of 4) sorted by relevance

/system/weaved/buffet/
H A Dap_manager_client.cc69 void ApManagerClient::OnManagerAdded(ManagerProxyInterface* manager_proxy) { argument
70 VLOG(1) << "manager added: " << manager_proxy->GetObjectPath().value();
71 manager_proxy_ = manager_proxy;
H A Dap_manager_client.h43 org::chromium::apmanager::ManagerProxyInterface* manager_proxy);
/system/update_engine/update_manager/
H A Dreal_shill_provider.cc61 ManagerProxyInterface* manager_proxy = shill_proxy_->GetManagerProxy(); local
62 if (!manager_proxy)
66 manager_proxy->RegisterPropertyChangedSignalHandler(
77 if (!manager_proxy->GetProperties(&properties, &error))
/system/update_engine/
H A Dconnection_manager.cc182 ManagerProxyInterface* manager_proxy = shill_proxy_->GetManagerProxy(); local
183 if (!manager_proxy)
185 TEST_AND_RETURN_FALSE(manager_proxy->GetProperties(&properties, &error));

Completed in 2105 milliseconds