Home
last modified time | relevance | path

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

/external/dbus/dbus/
Ddbus-marshal-validate.h107 DBUS_INVALID_DICT_ENTRY_ENDED_BUT_NOT_STARTED = 49, enumerator
Ddbus-marshal-validate.c186 result = DBUS_INVALID_DICT_ENTRY_ENDED_BUT_NOT_STARTED; in _dbus_validate_signature_with_reason()
894 …case DBUS_INVALID_DICT_ENTRY_ENDED_BUT_NOT_STARTED: return "Dict entry ended but not st… in _dbus_validity_to_error_message()
Ddbus-message-factory.c769 *expected_validity = DBUS_INVALID_DICT_ENTRY_ENDED_BUT_NOT_STARTED; in generate_special()