Home
last modified time | relevance | path

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

/system/connectivity/shill/test-rpc-proxy/
Dproxy_dbus_client.cc154 : dbus_bus_(bus), in ProxyDbusClient()
155 shill_manager_proxy_(dbus_bus_), in ProxyDbusClient()
277 new ServiceProxy(dbus_bus_, service_path)); in GetServiceProxy()
440 return std::unique_ptr<Proxy>(new Proxy(dbus_bus_, object_path)); in GetProxyForObjectPath()
Dproxy_dbus_client.h164 scoped_refptr<dbus::Bus> dbus_bus_; variable