Home
last modified time | relevance | path

Searched refs:DBUS_ERROR_NO_SERVER (Results 1 – 4 of 4) sorted by relevance

/external/dbus/dbus/
Ddbus-server-debug-pipe.c221 dbus_set_error (error, DBUS_ERROR_NO_SERVER, NULL); in _dbus_transport_debug_pipe_new()
230 dbus_set_error (error, DBUS_ERROR_NO_SERVER, NULL); in _dbus_transport_debug_pipe_new()
Ddbus-protocol.h372 #define DBUS_ERROR_NO_SERVER "org.freedesktop.DBus.Error.NoServer" macro
Ddbus-sysdeps.c953 return DBUS_ERROR_NO_SERVER; in _dbus_error_from_errno()
957 return DBUS_ERROR_NO_SERVER; in _dbus_error_from_errno()
Ddbus-errors.c108 else if (strcmp (error, DBUS_ERROR_NO_SERVER) == 0) in message_from_error()