Home
last modified time | relevance | path

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

/external/dbus/dbus/
Ddbus-protocol.h384 #define DBUS_ERROR_DISCONNECTED "org.freedesktop.DBus.Error.Disconnected" macro
Ddbus-errors.c116 else if (strcmp (error, DBUS_ERROR_DISCONNECTED) == 0) in message_from_error()
Ddbus-connection.c2447 DBUS_ERROR_DISCONNECTED, in _dbus_connection_block_pending_call()
3507 dbus_set_error (error, DBUS_ERROR_DISCONNECTED, "Connection is closed"); in dbus_connection_send_with_reply_and_block()