Home
last modified time | relevance | path

Searched refs:_dbus_system_log (Results 1 – 6 of 6) sorted by relevance

/external/dbus/test/internals/
Dsyslog.c58 _dbus_system_log (DBUS_SYSTEM_LOG_FATAL, MESSAGE "%d", 23); in test_syslog()
70 _dbus_system_log (DBUS_SYSTEM_LOG_INFO, MESSAGE "%d", 42); in test_syslog()
71 _dbus_system_log (DBUS_SYSTEM_LOG_SECURITY, MESSAGE "%d", 666); in test_syslog()
80 _dbus_system_log (DBUS_SYSTEM_LOG_INFO, MESSAGE "%d", 42); in test_syslog()
81 _dbus_system_log (DBUS_SYSTEM_LOG_SECURITY, MESSAGE "%d", 666); in test_syslog()
/external/dbus/dbus/
Ddbus-sysdeps.h448 void _dbus_system_log (DBusSystemLogSeverity severity, const char *msg, ...) _DBUS_GNUC_PRINTF (2, …
Ddbus-sysdeps-util-unix.c443 _dbus_system_log (DBusSystemLogSeverity severity, const char *msg, ...) in _dbus_system_log() function
Ddbus-sysdeps-util-win.c279 _dbus_system_log (DBusSystemLogSeverity severity, const char *msg, ...) in _dbus_system_log() function
/external/dbus/bus/
Dbus.c1329 _dbus_system_log (severity, "%s", _dbus_string_get_const_data (&full_msg)); in bus_context_log()
Dconfig-parser.c2261 _dbus_system_log (DBUS_SYSTEM_LOG_INFO, in include_dir()