Home | History | Annotate | Download | only in dbus

Lines Matching refs:Bus

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