Home
last modified time | relevance | path

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

/external/dbus/dbus/
Ddbus-marshal-validate.h77 DBUS_INVALID_MESSAGE_TOO_LONG = 19, enumerator
Ddbus-marshal-validate.c864 case DBUS_INVALID_MESSAGE_TOO_LONG: return "Message too long"; in _dbus_validity_to_error_message()
Ddbus-marshal-header.c729 *validity = DBUS_INVALID_MESSAGE_TOO_LONG; in _dbus_header_have_message_untrusted()
Ddbus-message-factory.c596 *expected_validity = DBUS_INVALID_MESSAGE_TOO_LONG; in generate_special()