Home
last modified time | relevance | path

Searched refs:manager_proxy (Results 1 – 2 of 2) sorted by relevance

/system/update_engine/update_manager/
Dreal_shill_provider.cc36 ManagerProxyInterface* manager_proxy = shill_proxy_->GetManagerProxy(); in Init() local
37 if (!manager_proxy) in Init()
41 manager_proxy->RegisterPropertyChangedSignalHandler( in Init()
52 if (!manager_proxy->GetProperties(&properties, &error)) in Init()
/system/update_engine/cros/
Dconnection_manager.cc146 ManagerProxyInterface* manager_proxy = shill_proxy_->GetManagerProxy(); in GetDefaultServicePath() local
147 if (!manager_proxy) in GetDefaultServicePath()
149 TEST_AND_RETURN_FALSE(manager_proxy->GetProperties(&properties, &error)); in GetDefaultServicePath()