Searched refs:_DBUS_FUNCTION_NAME (Results 1 – 7 of 7) sorted by relevance
/external/dbus/dbus/ |
D | dbus-internals.h | 50 #define _DBUS_FUNCTION_NAME __func__ macro 52 #define _DBUS_FUNCTION_NAME __FUNCTION__ macro 54 #define _DBUS_FUNCTION_NAME "unknown function" macro 140 _dbus_real_assert ((condition) != 0, #condition, __FILE__, __LINE__, _DBUS_FUNCTION_NAME) 161 _dbus_assert ((*(const char*)_DBUS_FUNCTION_NAME) != '_'); \ 164 _DBUS_FUNCTION_NAME, #condition, __FILE__, __LINE__); \ 169 _dbus_assert ((*(const char*)_DBUS_FUNCTION_NAME) != '_'); \ 172 _DBUS_FUNCTION_NAME, #condition, __FILE__, __LINE__); \
|
D | dbus-server.c | 711 _DBUS_FUNCTION_NAME, "old_refcount > 0", in dbus_server_ref() 748 _DBUS_FUNCTION_NAME, "old_refcount > 0", 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-sysdeps-pthread.c | 74 func_name, tmp, strerror(tmp), _DBUS_FUNCTION_NAME); \
|
D | dbus-message.c | 958 _DBUS_FUNCTION_NAME); in _dbus_message_iter_get_args_valist() 967 _DBUS_FUNCTION_NAME); in _dbus_message_iter_get_args_valist() 1832 _DBUS_FUNCTION_NAME); in dbus_message_append_args_valist() 1843 _dbus_type_to_string (type), _DBUS_FUNCTION_NAME); in dbus_message_append_args_valist()
|
D | dbus-marshal-recursive-util.c | 323 …d_type(reader, expected) real_check_expected_type (reader, expected, _DBUS_FUNCTION_NAME, __LINE__) 328 _DBUS_FUNCTION_NAME, __LINE__); \ 336 _DBUS_FUNCTION_NAME, __LINE__); \
|
D | dbus-connection.c | 2233 _dbus_verbose ("%s reply to %d found in queue\n", _DBUS_FUNCTION_NAME, client_serial); in _dbus_connection_peek_for_reply_unlocked()
|
/external/dbus/bus/ |
D | dispatch.c | 522 warn_unexpected_real (connection, message, expected, _DBUS_FUNCTION_NAME, __LINE__) 2294 _DBUS_FUNCTION_NAME); in check_send_exit_to_service()
|