Searched refs:bus_ (Results 1 – 7 of 7) sorted by relevance
32 bus_ = dbus_connection_.ConnectWithTimeout( in DBusConnection()35 if (!bus_) { in DBusConnection()41 CHECK(bus_->SetUpAsyncOperations()); in DBusConnection()45 CHECK(bus_); in GetDBus()46 return bus_; in GetDBus()
29 : bus_(DBusConnection::Get()->GetDBus()), in ShillProxy()30 manager_proxy_(new ManagerProxy(bus_)) {} in ShillProxy()38 DCHECK(bus_.get()); in GetServiceForPath()39 return std::unique_ptr<ServiceProxyInterface>(new ServiceProxy(bus_, path)); in GetServiceForPath()
35 scoped_refptr<dbus::Bus> bus_;
197 bus_(DBusConnection::Get()->GetDBus()), in UpdateEngineAdaptor()200 bus_, in UpdateEngineAdaptor()210 return bus_->RequestOwnershipAndBlock(update_engine::kUpdateEngineServiceName, in RequestOwnership()
45 scoped_refptr<dbus::Bus> bus_;
187 scoped_refptr<dbus::Bus> bus_;
57 scoped_refptr<Bus> bus_ = new Bus(bus_options); in InitDbus() local60 new ipc::dbus::BluetoothAdapter(bus_, adapter()); in InitDbus()