Home | History | Annotate | Download | only in cros

Lines Matching refs:DBus

5 import dbus, gobject, logging, os, random, re, shutil, string, sys, time
6 from dbus.mainloop.glib import DBusGMainLoop
617 """A DBus proxy client for testing the Cryptohome DBus server.
626 DBUS_PROPERTIES_INTERFACE = 'org.freedesktop.DBus.Properties'
643 self.bus = dbus.SystemBus(mainloop=bus_loop)
648 self.iface = dbus.Interface(self.proxy_object,
650 self.properties = dbus.Interface(self.proxy_object,
661 except dbus.exceptions.DBusException, e:
662 if e.get_dbus_name() == 'org.freedesktop.DBus.Error.NoReply':
796 dbus.ByteArray(value + '\0')):