Searched refs:_DBUS_FUNCTION_NAME (Results 1 - 7 of 7) sorted by relevance

/external/dbus/dbus/
H A Ddbus-internals.h50 #define _DBUS_FUNCTION_NAME __func__ macro
52 #define _DBUS_FUNCTION_NAME __FUNCTION__ macro
54 #define _DBUS_FUNCTION_NAME "unknown function" macro
132 _dbus_real_assert ((condition) != 0, #condition, __FILE__, __LINE__, _DBUS_FUNCTION_NAME)
153 _dbus_assert ((*(const char*)_DBUS_FUNCTION_NAME) != '_'); \
156 _DBUS_FUNCTION_NAME, #condition, __FILE__, __LINE__); \
161 _dbus_assert ((*(const char*)_DBUS_FUNCTION_NAME) != '_'); \
164 _DBUS_FUNCTION_NAME, #condition, __FILE__, __LINE__); \
H A Ddbus-sysdeps-pthread.c75 func_name, tmp, strerror(tmp), _DBUS_FUNCTION_NAME); \
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-message.c897 _DBUS_FUNCTION_NAME);
906 _DBUS_FUNCTION_NAME);
1762 _DBUS_FUNCTION_NAME);
1773 _dbus_type_to_string (type), _DBUS_FUNCTION_NAME);
H A Ddbus-marshal-recursive-util.c323 #define check_expected_type(reader, expected) real_check_expected_type (reader, expected, _DBUS_FUNCTION_NAME, __LINE__)
328 _DBUS_FUNCTION_NAME, __LINE__); \
336 _DBUS_FUNCTION_NAME, __LINE__); \
H A Ddbus-connection.c2222 _dbus_verbose ("%s reply to %d found in queue\n", _DBUS_FUNCTION_NAME, client_serial);
/external/dbus/bus/
H A Ddispatch.c529 warn_unexpected_real (connection, message, expected, _DBUS_FUNCTION_NAME, __LINE__)
2301 _DBUS_FUNCTION_NAME);

Completed in 213 milliseconds