OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DBusSystemLogSeverity
(Results
1 - 5
of
5
) sorted by null
/external/dbus/dbus/
dbus-sysdeps.h
437
}
DBusSystemLogSeverity
;
439
void _dbus_system_log (
DBusSystemLogSeverity
severity, const char *msg, ...) _DBUS_GNUC_PRINTF (2, 3);
440
void _dbus_system_logv (
DBusSystemLogSeverity
severity, const char *msg, va_list args);
dbus-sysdeps-util-unix.c
386
_dbus_system_log (
DBusSystemLogSeverity
severity, const char *msg, ...)
408
_dbus_system_logv (
DBusSystemLogSeverity
severity, const char *msg, va_list args)
dbus-sysdeps-util-win.c
274
_dbus_system_log (
DBusSystemLogSeverity
severity, const char *msg, ...)
296
_dbus_system_logv (
DBusSystemLogSeverity
severity, const char *msg, va_list args)
[
all
...]
/external/dbus/bus/
bus.h
117
DBusSystemLogSeverity
severity,
bus.c
1270
bus_context_log (BusContext *context,
DBusSystemLogSeverity
severity, const char *msg, ...) _DBUS_GNUC_PRINTF (3, 4);
1273
bus_context_log (BusContext *context,
DBusSystemLogSeverity
severity, const char *msg, ...)
[
all
...]
Completed in 245 milliseconds