Searched defs:manager_proxy (Results 1 - 2 of 2) sorted by relevance

/system/update_engine/update_manager/
H A Dreal_shill_provider.cc35 ManagerProxyInterface* manager_proxy = shill_proxy_->GetManagerProxy(); local
36 if (!manager_proxy)
40 manager_proxy->RegisterPropertyChangedSignalHandler(
51 if (!manager_proxy->GetProperties(&properties, &error))
/system/update_engine/
H A Dconnection_manager.cc140 ManagerProxyInterface* manager_proxy = shill_proxy_->GetManagerProxy(); local
141 if (!manager_proxy)
143 TEST_AND_RETURN_FALSE(manager_proxy->GetProperties(&properties, &error));

Completed in 283 milliseconds