Searched refs:DBUS_ERROR_TIMEOUT (Results 1 - 4 of 4) sorted by relevance

/external/avahi/avahi-common/
H A Ddbus.c108 { DBUS_ERROR_TIMEOUT, AVAHI_ERR_TIMEOUT },
/external/dbus/dbus/
H A Ddbus-protocol.h378 #define DBUS_ERROR_TIMEOUT "org.freedesktop.DBus.Error.Timeout" macro
402 * @warning this is confusingly-named given that #DBUS_ERROR_TIMEOUT also exists. We can't fix
H A Ddbus-errors.c112 else if (strcmp (error, DBUS_ERROR_TIMEOUT) == 0)
H A Ddbus-sysdeps.c666 return DBUS_ERROR_TIMEOUT;
669 return DBUS_ERROR_TIMEOUT;

Completed in 152 milliseconds