OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DBUS_SYSTEM_LOG_INFO
(Results
1 - 7
of
7
) sorted by null
/external/dbus/test/internals/
syslog.c
70
_dbus_system_log (
DBUS_SYSTEM_LOG_INFO
, MESSAGE "%d", 42);
80
_dbus_system_log (
DBUS_SYSTEM_LOG_INFO
, MESSAGE "%d", 42);
/external/dbus/bus/
activation.c
1100
DBUS_SYSTEM_LOG_INFO
, "Successfully activated service '%s'",
[
all
...]
bus.c
1004
bus_context_log (context,
DBUS_SYSTEM_LOG_INFO
, "Reloaded configuration");
1007
bus_context_log (context,
DBUS_SYSTEM_LOG_INFO
, "Unable to reload configuration: %s", error->message);
[
all
...]
config-parser.c
[
all
...]
/external/dbus/dbus/
dbus-sysdeps.h
443
DBUS_SYSTEM_LOG_INFO
,
dbus-sysdeps-util-unix.c
470
case
DBUS_SYSTEM_LOG_INFO
:
dbus-sysdeps-util-win.c
308
case
DBUS_SYSTEM_LOG_INFO
: s = "info"; break;
[
all
...]
Completed in 142 milliseconds