Home
last modified time | relevance | path

Searched refs:DBUS_ERROR_TIMEOUT (Results 1 – 3 of 3) sorted by relevance

/external/dbus/dbus/
Ddbus-protocol.h378 #define DBUS_ERROR_TIMEOUT "org.freedesktop.DBus.Error.Timeout" macro
Ddbus-sysdeps.c961 return DBUS_ERROR_TIMEOUT; in _dbus_error_from_errno()
965 return DBUS_ERROR_TIMEOUT; in _dbus_error_from_errno()
Ddbus-errors.c110 else if (strcmp (error, DBUS_ERROR_TIMEOUT) == 0) in message_from_error()