Home
last modified time | relevance | path

Searched refs:_dbus_warn_check_failed (Results 1 – 13 of 13) sorted by relevance

/external/dbus/dbus/
Ddbus-internals.h45 void _dbus_warn_check_failed (const char *format,
163 _dbus_warn_check_failed (_dbus_return_if_fail_warning_format, \
171 _dbus_warn_check_failed (_dbus_return_if_fail_warning_format, \
Ddbus-server.c710 _dbus_warn_check_failed (_dbus_return_if_fail_warning_format, in dbus_server_ref()
747 _dbus_warn_check_failed (_dbus_return_if_fail_warning_format, in dbus_server_unref()
972 _dbus_warn_check_failed ("Re-entrant call to %s\n", _DBUS_FUNCTION_NAME); in dbus_server_set_watch_functions()
1025 _dbus_warn_check_failed ("Re-entrant call to %s\n", _DBUS_FUNCTION_NAME); in dbus_server_set_timeout_functions()
Ddbus-internals.c282 _dbus_warn_check_failed(const char *format, in _dbus_warn_check_failed() function
905_dbus_warn_check_failed ("D-Bus library appears to be incorrectly set up; failed to read machine u… in _dbus_get_local_machine_uuid_encoded()
Ddbus-marshal-recursive.c1025_dbus_warn_check_failed ("You can't recurse into an empty array or off the end of a message body\n… in _dbus_type_reader_recurse()
1664_dbus_warn_check_failed ("Writing an element of type %s, but the expected type here is %s\n" in writer_recurse_init_and_check()
1670_dbus_warn_check_failed ("Writing an element of type %s, but no value is expected here\n" in writer_recurse_init_and_check()
1730_dbus_warn_check_failed ("Array or variant type requires that type %s be written, but %s was writt… in write_or_verify_typecode()
1735_dbus_warn_check_failed ("Array or variant type wasn't expecting any more values to be written int… in write_or_verify_typecode()
1829_dbus_warn_check_failed ("Writing an array of '%s' but this is incompatible with the expected type… in writer_recurse_array()
Ddbus-sysdeps-pthread.c73 _dbus_warn_check_failed ("pthread function %s failed with %d %s in %s\n", \
Ddbus-message.c727 _dbus_warn_check_failed ("dbus message iterator is NULL\n"); in _dbus_message_iter_check()
737 _dbus_warn_check_failed ("dbus message changed byte order since iterator was created\n"); in _dbus_message_iter_check()
747_dbus_warn_check_failed ("dbus message changed byte order since append iterator was created\n"); in _dbus_message_iter_check()
755 _dbus_warn_check_failed ("dbus message iterator looks uninitialized or corrupted\n"); in _dbus_message_iter_check()
761_dbus_warn_check_failed ("dbus message iterator invalid because the message has been modified (or … in _dbus_message_iter_check()
2516_dbus_warn_check_failed ("dbus append iterator can't be used: message is locked (has already been … in _dbus_message_iter_append_check()
Ddbus-dataslot.c84_dbus_warn_check_failed ("D-Bus threads were initialized after first using the D-Bus library. If y… in _dbus_data_slot_allocator_alloc()
Ddbus-watch.c684 _dbus_warn_check_failed ("Watch is invalid, it should have been removed\n"); in dbus_watch_handle()
Ddbus-bus.c120_dbus_warn_check_failed ("dbus_shutdown() called but connections were still live. This probably me… in addresses_shutdown_func()
Ddbus-transport.c877_dbus_warn_check_failed ("Tried to handle an invalidated watch; this watch should have been remove… in _dbus_transport_handle_watch()
Ddbus-connection.c2790_dbus_warn_check_failed ("The last reference on a connection was dropped without closing the conne… in dbus_connection_unref()
2900_dbus_warn_check_failed ("Applications must not close shared connections - see dbus_connection_clo… in dbus_connection_close()
5559_dbus_warn_check_failed ("Attempt to remove filter function %p user data %p, but no such filter ha… in dbus_connection_remove_filter()
Ddbus-marshal-basic.c643 _dbus_warn_check_failed ("type %s %d not a basic type\n", in _dbus_marshal_read_basic()
/external/dbus/
DChangeLog.pre-1-0412 * dbus/dbus-internals.c (_dbus_warn_check_failed): new function to