Lines Matching refs:Bus
24 class Bus;
29 // ExportedObject is used to export objects and methods to other D-Bus
37 // Client code should use Bus::GetExportedObject() instead of this
39 ExportedObject(Bus* bus, const ObjectPath& object_path);
87 // asynchronously from the message loop in the D-Bus thread.
90 // Unregisters the object from the bus. The Bus object will take care of
119 // Registers this object to the bus.
160 scoped_refptr<Bus> bus_;