Home | History | Annotate | Download | only in cros

Lines Matching refs:DBus

5 import dbus, gobject, logging, os, random, re, shutil, string
6 from dbus.mainloop.glib import DBusGMainLoop
357 """A DBus proxy client for testing the Cryptohome DBus server.
366 DBUS_PROPERTIES_INTERFACE = 'org.freedesktop.DBus.Properties'
373 self.bus = dbus.SystemBus(mainloop=bus_loop)
377 self.iface = dbus.Interface(self.proxy_object,
379 self.properties = dbus.Interface(self.proxy_object,
390 except dbus.exceptions.DBusException, e:
391 if e.get_dbus_name() == 'org.freedesktop.DBus.Error.NoReply':