Home | History | Annotate | Download | only in dbus

Lines Matching refs:Bus

16 #include "dbus/bus.h"
53 // Start the D-Bus thread.
54 dbus_thread_.reset(new base::Thread("D-Bus Thread"));
59 // Start the test service, using the D-Bus thread.
67 // Create the client, using the D-Bus thread.
68 Bus::Options bus_options;
69 bus_options.bus_type = Bus::SESSION;
70 bus_options.connection_type = Bus::PRIVATE;
72 bus_ = new Bus(bus_options);
143 scoped_refptr<Bus> bus_;