Home | History | Annotate | Download | only in dbus

Lines Matching refs:Bus

5 #include "dbus/bus.h"
33 // The path of D-Bus Object sending NameOwnerChanged signal.
36 // The D-Bus Object interface.
39 // The D-Bus Object address.
51 ObjectProxy::ObjectProxy(Bus* bus,
55 : bus_(bus),
162 // Wait for the response in the D-Bus thread.
319 // Delete the message on the D-Bus thread. See below for why.
329 // The message should be deleted on the D-Bus thread for a complicated
344 // The monitoring of the socket is done on the D-Bus thread (see Watch
345 // class in bus.cc), hence we should stop the monitoring from D-Bus
517 // If the D-Bus thread is not used, just call the callback on the
537 // Delete the message on the D-Bus thread. See comments in
652 bus_->GetServiceOwnerAndBlock(service_name_, Bus::SUPPRESS_ERRORS);