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.cc35 ManagerProxyInterface* manager_proxy = shill_proxy_->GetManagerProxy(); in Init() local
36 if (!manager_proxy) in Init()
40 manager_proxy->RegisterPropertyChangedSignalHandler( in Init()
51 if (!manager_proxy->GetProperties(&properties, &error)) in Init()
/system/update_engine/
Dconnection_manager.cc140 ManagerProxyInterface* manager_proxy = shill_proxy_->GetManagerProxy(); in GetDefaultServicePath() local
141 if (!manager_proxy) in GetDefaultServicePath()
143 TEST_AND_RETURN_FALSE(manager_proxy->GetProperties(&properties, &error)); in GetDefaultServicePath()