Searched refs:DBUS_ERROR_NO_SERVER (Results 1 – 4 of 4) sorted by relevance
221 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()
372 #define DBUS_ERROR_NO_SERVER "org.freedesktop.DBus.Error.NoServer" macro
953 return DBUS_ERROR_NO_SERVER; in _dbus_error_from_errno()957 return DBUS_ERROR_NO_SERVER; in _dbus_error_from_errno()
108 else if (strcmp (error, DBUS_ERROR_NO_SERVER) == 0) in message_from_error()