Searched refs:dbus_bus_ (Results 1 – 2 of 2) sorted by relevance
154 : 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()
164 scoped_refptr<dbus::Bus> dbus_bus_; variable