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

  /external/dbus/dbus/
dbus-protocol.h 358 #define DBUS_ERROR_TIMEOUT "org.freedesktop.DBus.Error.Timeout"
374 * @warning this is confusingly-named given that #DBUS_ERROR_TIMEOUT also exists. We can't fix
dbus-errors.c 86 else if (strcmp (error, DBUS_ERROR_TIMEOUT) == 0)
dbus-sysdeps.c 924 return DBUS_ERROR_TIMEOUT;

Completed in 15 milliseconds