Searched refs:_dbus_system_log (Results 1 - 6 of 6) sorted by relevance
/external/dbus/test/internals/ |
H A D | syslog.c | 49 #define MESSAGE "regression test for _dbus_system_log(): " 58 _dbus_system_log (DBUS_SYSTEM_LOG_FATAL, MESSAGE "%d", 23); 70 _dbus_system_log (DBUS_SYSTEM_LOG_INFO, MESSAGE "%d", 42); 71 _dbus_system_log (DBUS_SYSTEM_LOG_SECURITY, MESSAGE "%d", 666); 80 _dbus_system_log (DBUS_SYSTEM_LOG_INFO, MESSAGE "%d", 42); 81 _dbus_system_log (DBUS_SYSTEM_LOG_SECURITY, MESSAGE "%d", 666);
|
/external/dbus/dbus/ |
H A D | dbus-sysdeps.h | 448 void _dbus_system_log (DBusSystemLogSeverity severity, const char *msg, ...) _DBUS_GNUC_PRINTF (2, 3);
|
H A D | dbus-sysdeps-util-unix.c | 443 _dbus_system_log (DBusSystemLogSeverity severity, const char *msg, ...) function
|
H A D | dbus-sysdeps-util-win.c | 279 _dbus_system_log (DBusSystemLogSeverity severity, const char *msg, ...) function
|
/external/dbus/bus/ |
H A D | bus.c | 1329 _dbus_system_log (severity, "%s", _dbus_string_get_const_data (&full_msg));
|
H A D | config-parser.c | 2261 _dbus_system_log (DBUS_SYSTEM_LOG_INFO,
|
Completed in 162 milliseconds