Home | History | Annotate | Download | only in dbus

Lines Matching refs:Bus

24 class Bus;
35 // bus always holds at least one of those references so object proxies
36 // always last as long as the bus that created them.
40 // Client code should use Bus::GetObjectProxy() or
41 // Bus::GetObjectProxyWithOptions() instead of this constructor.
42 ObjectProxy(Bus* bus,
47 // Options to be OR-ed together when calling Bus::GetObjectProxyWithOptions().
59 // macros as these aren't defined with D-Bus earlier than 1.4.12.
155 // the origin thread when D-Bus system sends "NameOwnerChanged" for the name
163 // Detaches from the remote object. The Bus object will take care of
259 // Adds the match rule to the bus and associate the callback with the signal.
264 // Adds the match rule to the bus so that HandleMessage can see the signal.
268 // Calls D-Bus's GetNameOwner method synchronously to update
274 // Handles NameOwnerChanged signal from D-Bus's special message bus.
284 scoped_refptr<Bus> bus_;
307 // Known name owner of the well-known bus name represnted by |service_name_|.