Home | History | Annotate | Download | only in test

Lines Matching defs:dbus

4 import dbus
8 bus = dbus.SystemBus()
10 manager = dbus.Interface(bus.get_object("org.bluez", "/"), "org.bluez.Manager")
25 adapter = dbus.Interface(bus.get_object("org.bluez", adapter_path),
60 value = dbus.Boolean(1)
62 value = dbus.Boolean(0)
64 value = dbus.Boolean(args[1])
74 value = dbus.Boolean(1)
76 value = dbus.Boolean(0)
78 value = dbus.Boolean(args[1])
87 timeout = dbus.UInt32(args[1])
97 value = dbus.Boolean(1)
99 value = dbus.Boolean(0)
101 value = dbus.Boolean(args[1])
110 timeout = dbus.UInt32(args[1])