Searched refs:_dbus_warn_check_failed (Results 1 - 12 of 12) sorted by relevance

/external/dbus/dbus/
H A Ddbus-internals.h45 void _dbus_warn_check_failed (const char *format,
155 _dbus_warn_check_failed (_dbus_return_if_fail_warning_format, \
163 _dbus_warn_check_failed (_dbus_return_if_fail_warning_format, \
H A Ddbus-internals.c243 * fprintf(stderr). _dbus_warn_check_failed() on the other hand is
281 _dbus_warn_check_failed(const char *format, function
840 _dbus_warn_check_failed ("D-Bus library appears to be incorrectly set up; failed to read machine uuid: %s\n"
H A Ddbus-sysdeps-pthread.c74 _dbus_warn_check_failed ("pthread function %s failed with %d %s in %s\n", \
H A Ddbus-watch.c653 _dbus_warn_check_failed ("Watch is invalid, it should have been removed\n");
H A Ddbus-marshal-recursive.c1013 _dbus_warn_check_failed ("You can't recurse into an empty array or off the end of a message body\n");
1652 _dbus_warn_check_failed ("Writing an element of type %s, but the expected type here is %s\n"
1658 _dbus_warn_check_failed ("Writing an element of type %s, but no value is expected here\n"
1718 _dbus_warn_check_failed ("Array or variant type requires that type %s be written, but %s was written.\n"
1723 _dbus_warn_check_failed ("Array or variant type wasn't expecting any more values to be written into it, but a value %s was written.\n"
1817 _dbus_warn_check_failed ("Writing an array of '%s' but this is incompatible with the expected type of elements in the parent array\n",
H A Ddbus-server.c926 _dbus_warn_check_failed ("Re-entrant call to %s\n", _DBUS_FUNCTION_NAME);
979 _dbus_warn_check_failed ("Re-entrant call to %s\n", _DBUS_FUNCTION_NAME);
H A Ddbus-dataslot.c84 _dbus_warn_check_failed ("D-Bus threads were initialized after first using the D-Bus library. If your application does not directly initialize threads or use D-Bus, keep in mind that some library or plugin may have used D-Bus or initialized threads behind your back. You can often fix this problem by calling dbus_init_threads() or dbus_g_threads_init() early in your main() method, before D-Bus is used.\n");
H A Ddbus-message.c666 _dbus_warn_check_failed ("dbus message iterator is NULL\n");
674 _dbus_warn_check_failed ("dbus message changed byte order since iterator was created\n");
684 _dbus_warn_check_failed ("dbus message changed byte order since append iterator was created\n");
692 _dbus_warn_check_failed ("dbus message iterator looks uninitialized or corrupted\n");
698 _dbus_warn_check_failed ("dbus message iterator invalid because the message has been modified (or perhaps the iterator is just uninitialized)\n");
2444 _dbus_warn_check_failed ("dbus append iterator can't be used: message is locked (has already been sent)\n");
H A Ddbus-bus.c120 _dbus_warn_check_failed ("dbus_shutdown() called but connections were still live. This probably means the application did not drop all its references to bus connections.\n");
H A Ddbus-transport.c881 _dbus_warn_check_failed ("Tried to handle an invalidated watch; this watch should have been removed\n");
H A Ddbus-marshal-basic.c600 _dbus_warn_check_failed ("type %s %d not a basic type\n",
H A Ddbus-connection.c2777 _dbus_warn_check_failed ("The last reference on a connection was dropped without closing the connection. This is a bug in an application. See dbus_connection_unref() documentation for details.\n%s",
2887 _dbus_warn_check_failed ("Applications must not close shared connections - see dbus_connection_close() docs. This is a bug in the application.\n");
5534 _dbus_warn_check_failed ("Attempt to remove filter function %p user data %p, but no such filter has been added\n",

Completed in 165 milliseconds