HomeSort by relevance Sort by last modified time
    Searched refs:DBUS_INVALID_STRUCT_ENDED_BUT_NOT_STARTED (Results 1 - 4 of 4) sorted by null

  /external/dbus/dbus/
dbus-marshal-validate-util.c 84 { ")", DBUS_INVALID_STRUCT_ENDED_BUT_NOT_STARTED },
85 { "i)", DBUS_INVALID_STRUCT_ENDED_BUT_NOT_STARTED },
86 { "a)", DBUS_INVALID_STRUCT_ENDED_BUT_NOT_STARTED },
dbus-marshal-validate.h 64 DBUS_INVALID_STRUCT_ENDED_BUT_NOT_STARTED = 6,
dbus-marshal-validate.c 144 result = DBUS_INVALID_STRUCT_ENDED_BUT_NOT_STARTED;
851 case DBUS_INVALID_STRUCT_ENDED_BUT_NOT_STARTED: return "Struct ended but not started";
    [all...]
dbus-message-factory.c 537 *expected_validity = DBUS_INVALID_STRUCT_ENDED_BUT_NOT_STARTED;
    [all...]

Completed in 19 milliseconds