Searched refs:_dbus_warn_check_failed (Results 1 – 13 of 13) sorted by relevance
/external/dbus/dbus/ |
D | dbus-internals.h | 45 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, \
|
D | dbus-server.c | 710 _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()
|
D | dbus-internals.c | 282 _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()
|
D | dbus-marshal-recursive.c | 1025 …_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()
|
D | dbus-sysdeps-pthread.c | 73 _dbus_warn_check_failed ("pthread function %s failed with %d %s in %s\n", \
|
D | dbus-message.c | 727 _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()
|
D | dbus-dataslot.c | 84 …_dbus_warn_check_failed ("D-Bus threads were initialized after first using the D-Bus library. If y… in _dbus_data_slot_allocator_alloc()
|
D | dbus-watch.c | 684 _dbus_warn_check_failed ("Watch is invalid, it should have been removed\n"); in dbus_watch_handle()
|
D | dbus-bus.c | 120 …_dbus_warn_check_failed ("dbus_shutdown() called but connections were still live. This probably me… in addresses_shutdown_func()
|
D | dbus-transport.c | 877 …_dbus_warn_check_failed ("Tried to handle an invalidated watch; this watch should have been remove… in _dbus_transport_handle_watch()
|
D | dbus-connection.c | 2790 …_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()
|
D | dbus-marshal-basic.c | 643 _dbus_warn_check_failed ("type %s %d not a basic type\n", in _dbus_marshal_read_basic()
|
/external/dbus/ |
D | ChangeLog.pre-1-0 | 412 * dbus/dbus-internals.c (_dbus_warn_check_failed): new function to
|