Home
last modified time | relevance | path

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

/external/dbus/dbus/
Ddbus-protocol.h380 #define DBUS_ERROR_NO_NETWORK "org.freedesktop.DBus.Error.NoNetwork" macro
Ddbus-sysdeps.c969 return DBUS_ERROR_NO_NETWORK; in _dbus_error_from_errno()
973 return DBUS_ERROR_NO_NETWORK; in _dbus_error_from_errno()
Ddbus-errors.c112 else if (strcmp (error, DBUS_ERROR_NO_NETWORK) == 0) in message_from_error()