Home
last modified time | relevance | path

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

/system/connectivity/shill/test-rpc-proxy/
Dproxy_dbus_client.cc155 shill_manager_proxy_(dbus_bus_), in ProxyDbusClient()
272 if (!shill_manager_proxy_.GetService( in GetServiceProxy()
318 return shill_manager_proxy_.ConfigureService( in ConfigureService()
329 return shill_manager_proxy_.ConfigureService( in ConfigureServiceByGuid()
367 return shill_manager_proxy_.CreateProfile( in CreateProfile()
373 return shill_manager_proxy_.RemoveProfile(profile_name, &error); in RemoveProfile()
379 return shill_manager_proxy_.PushProfile( in PushProfile()
385 return shill_manager_proxy_.PopProfile(profile_name, &error); in PopProfile()
390 return shill_manager_proxy_.PopAnyProfile(&error); in PopAnyProfile()
395 return shill_manager_proxy_.RequestScan(service_type, &error); in RequestServiceScan()
[all …]
Dproxy_dbus_client.h165 ManagerProxy shill_manager_proxy_; variable