OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_dbus_warn_check_failed
(Results
1 - 13
of
13
) sorted by null
/external/dbus/dbus/
dbus-internals.h
45
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, \
dbus-sysdeps-pthread.c
74
_dbus_warn_check_failed
("pthread function %s failed with %d %s in %s\n", \
dbus-internals.c
243
* 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"
dbus-dataslot.c
84
_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-server.c
926
_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);
[
all
...]
dbus-watch.c
653
_dbus_warn_check_failed
("Watch is invalid, it should have been removed\n");
dbus-marshal-recursive.c
1013
_dbus_warn_check_failed
("You can't recurse into an empty array or off the end of a message body\n");
[
all
...]
dbus-message.c
666
_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");
[
all
...]
dbus-transport.c
881
_dbus_warn_check_failed
("Tried to handle an invalidated watch; this watch should have been removed\n");
[
all
...]
dbus-bus.c
120
_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-marshal-basic.c
600
_dbus_warn_check_failed
("type %s %d not a basic type\n",
[
all
...]
dbus-connection.c
[
all
...]
/external/dbus/
ChangeLog.pre-1-0
412
* dbus/dbus-internals.c (
_dbus_warn_check_failed
): new function to
[
all
...]
Completed in 89 milliseconds