Searched refs:DBUS_ERROR_TIMEOUT (Results 1 – 3 of 3) sorted by relevance
378 #define DBUS_ERROR_TIMEOUT "org.freedesktop.DBus.Error.Timeout" macro
961 return DBUS_ERROR_TIMEOUT; in _dbus_error_from_errno()965 return DBUS_ERROR_TIMEOUT; in _dbus_error_from_errno()
110 else if (strcmp (error, DBUS_ERROR_TIMEOUT) == 0) in message_from_error()