Home
last modified time | relevance | path

Searched refs:bus_ (Results 1 – 7 of 7) sorted by relevance

/system/update_engine/
Ddbus_connection.cc32 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()
Dshill_proxy.cc29 : 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()
Ddbus_connection.h35 scoped_refptr<dbus::Bus> bus_;
Ddbus_service.cc197 bus_(DBusConnection::Get()->GetDBus()), in UpdateEngineAdaptor()
200 bus_, in UpdateEngineAdaptor()
210 return bus_->RequestOwnershipAndBlock(update_engine::kUpdateEngineServiceName, in RequestOwnership()
Dshill_proxy.h45 scoped_refptr<dbus::Bus> bus_;
Ddbus_service.h187 scoped_refptr<dbus::Bus> bus_;
/system/bt/service/ipc/dbus/
Dipc_handler_dbus.cc57 scoped_refptr<Bus> bus_ = new Bus(bus_options); in InitDbus() local
60 new ipc::dbus::BluetoothAdapter(bus_, adapter()); in InitDbus()