Searched refs:DBUS_ERROR_NO_NETWORK (Results 1 – 4 of 4) sorted by relevance
109 { DBUS_ERROR_NO_NETWORK, AVAHI_ERR_NO_NETWORK },
673 return DBUS_ERROR_NO_NETWORK; in _dbus_error_from_errno()676 return DBUS_ERROR_NO_NETWORK; in _dbus_error_from_errno()
380 #define DBUS_ERROR_NO_NETWORK "org.freedesktop.DBus.Error.NoNetwork" macro
114 else if (strcmp (error, DBUS_ERROR_NO_NETWORK) == 0) in message_from_error()