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 378 #define DBUS_ERROR_TIMEOUT "org.freedesktop.DBus.Error.Timeout"
394 * @warning this is confusingly-named given that #DBUS_ERROR_TIMEOUT also exists. We can't fix
dbus-errors.c 110 else if (strcmp (error, DBUS_ERROR_TIMEOUT) == 0)
dbus-sysdeps.c 961 return DBUS_ERROR_TIMEOUT;
965 return DBUS_ERROR_TIMEOUT;

Completed in 474 milliseconds