HomeSort by relevance Sort by last modified time
    Searched refs:DBus (Results 1 - 4 of 4) sorted by null

  /external/autotest/client/site_tests/platform_SessionManagerStateKeyGeneration/
platform_SessionManagerStateKeyGeneration.py 5 from dbus.mainloop.glib import DBusGMainLoop
13 '''Verifies that session_manager's GetServerBackedStateKeys DBus method
  /external/autotest/client/site_tests/network_DhcpStaticIP/
network_DhcpStaticIP.py 36 @param service object the Service DBus interface to configure.
66 @param service object the Service DBus interface to clear properties.
84 @param service object the Service DBus interface to clear properties.
128 @param service Service DBus object which should become connected as
157 @param service DBus object of the service that should become
175 @param service DBus object of the service that should become
  /external/autotest/client/cros/
cryptohome.py 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'
    [all...]
cros_disks.py 5 import dbus, gobject, logging, os, stat
6 from dbus.mainloop.glib import DBusGMainLoop
17 CrosDisks DBus interface. In particular, the CrosDisksTester class can be used
18 to derive functional tests that interact with the CrosDisks server over DBus.
54 """ A base class of a DBus proxy client to test a DBus server.
57 some convenient functions for testing the DBus API exposed by a DBus server.
65 bus: The bus where the DBus server is connected to.
66 bus_name: The bus name owned by the DBus server
    [all...]

Completed in 212 milliseconds