Home | History | Annotate | Download | only in dbus

Lines Matching defs:dbus

5 #include "dbus/bus.h"
16 #include "dbus/exported_object.h"
17 #include "dbus/message.h"
18 #include "dbus/object_manager.h"
19 #include "dbus/object_path.h"
20 #include "dbus/object_proxy.h"
21 #include "dbus/scoped_dbus_error.h"
23 namespace dbus {
29 "type='signal', path='/org/freedesktop/DBus/Local',"
30 "interface='org.freedesktop.DBus.Local', member='Disconnected'";
32 // The NameOwnerChanged member in org.freedesktop.DBus
37 "type='signal',interface='org.freedesktop.DBus',"
38 "member='NameOwnerChanged',path='/org/freedesktop/DBus',"
39 "sender='org.freedesktop.DBus',arg0='%s'";
268 // Object is present. Remove it now and Detach in the DBus thread.
402 // acquired. According to dbus specification, it is responsible to call
403 // org.freedesktop.DBus.Hello method at the beging of bus connection to
872 MethodCall get_name_owner_call("org.freedesktop.DBus", "GetNameOwner");
877 const ObjectPath obj_path("/org/freedesktop/DBus");
878 if (!get_name_owner_call.SetDestination("org.freedesktop.DBus") ||
1237 } // namespace dbus