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

  /external/autotest/client/cros/
dbus_util.py 12 DBUS_ERROR_SERVICEUNKNOWN = 'org.freedesktop.DBus.Error.ServiceUnknown'
107 # Only handle DBUS_ERROR_SERVICEUNKNOWN, which is thrown when the
109 if e.get_dbus_name() == DBUS_ERROR_SERVICEUNKNOWN:
  /external/autotest/client/cros/bluetooth/
bluetooth_device_xmlrpc_server.py 93 DBUS_ERROR_SERVICEUNKNOWN = 'org.freedesktop.DBus.Error.ServiceUnknown'
308 if e.get_dbus_name() == self.DBUS_ERROR_SERVICEUNKNOWN:
    [all...]

Completed in 156 milliseconds