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

  /external/dbus/dbus/
dbus-internals.h 45 void _dbus_warn_check_failed (const char *format,
139 _dbus_warn_check_failed (_dbus_return_if_fail_warning_format, \
147 _dbus_warn_check_failed (_dbus_return_if_fail_warning_format, \
dbus-internals.c 237 * fprintf(stderr). _dbus_warn_check_failed() on the other hand is
275 _dbus_warn_check_failed(const char *format, function
751 _dbus_warn_check_failed ("D-Bus library appears to be incorrectly set up; failed to read machine uuid: %s\n"
dbus-sysdeps-pthread.c 60 _dbus_warn_check_failed ("pthread function %s failed with %d %s in %s\n", \
dbus-watch.c 603 _dbus_warn_check_failed ("%s: Watch is invalid, it should have been removed\n",
dbus-message.c 588 _dbus_warn_check_failed ("dbus message iterator is NULL\n");
596 _dbus_warn_check_failed ("dbus message changed byte order since iterator was created\n");
606 _dbus_warn_check_failed ("dbus message changed byte order since append iterator was created\n");
614 _dbus_warn_check_failed ("dbus message iterator looks uninitialized or corrupted\n");
620 _dbus_warn_check_failed ("dbus message iterator invalid because the message has been modified (or perhaps the iterator is just uninitialized)\n");
    [all...]
dbus-server.c 890 _dbus_warn_check_failed ("Re-entrant call to %s\n", _DBUS_FUNCTION_NAME);
943 _dbus_warn_check_failed ("Re-entrant call to %s\n", _DBUS_FUNCTION_NAME);
    [all...]
dbus-dataslot.c 82 _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");
dbus-marshal-recursive.c 1010 _dbus_warn_check_failed ("You can't recurse into an empty array or off the end of a message body\n");
    [all...]
dbus-connection.c     [all...]
dbus-bus.c 119 _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");
    [all...]
dbus-transport.c 679 _dbus_warn_check_failed ("Tried to handle an invalidated watch; this watch should have been removed\n");
    [all...]
dbus-marshal-basic.c 581 _dbus_warn_check_failed ("type %s %d not a basic type\n",
    [all...]

Completed in 253 milliseconds