OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dbus_daemon
(Results
1 - 14
of
14
) sorted by null
/system/connectivity/dhcp_client/
daemon.h
21
#include <brillo/daemons/
dbus_daemon
.h>
/system/firewalld/
firewall_daemon.h
19
#include <brillo/daemons/
dbus_daemon
.h>
/system/tpm/trunks/
trunks_dbus_service.h
24
#include <brillo/daemons/
dbus_daemon
.h>
/external/dbus/test/
dbus-daemon.c
182
gchar *
dbus_daemon
;
local
219
dbus_daemon
= g_strdup (g_getenv ("DBUS_TEST_DAEMON"));
221
if (
dbus_daemon
== NULL)
222
dbus_daemon
= g_strdup ("dbus-daemon");
224
address = spawn_dbus_daemon (
dbus_daemon
, arg, &f->daemon_pid);
226
g_free (
dbus_daemon
);
dbus-daemon-eavesdrop.c
379
gchar *
dbus_daemon
;
local
386
dbus_daemon
= g_strdup (g_getenv ("DBUS_TEST_DAEMON"));
388
if (
dbus_daemon
== NULL)
389
dbus_daemon
= g_strdup ("dbus-daemon");
407
address = spawn_dbus_daemon (
dbus_daemon
, config, &f->daemon_pid);
409
g_free (
dbus_daemon
);
/external/libbrillo/brillo/daemons/
dbus_daemon.cc
5
#include <brillo/daemons/
dbus_daemon
.h>
/system/webservd/test-client/
main.cc
26
#include <brillo/daemons/
dbus_daemon
.h>
/system/tpm/attestation/server/
main.cc
23
#include <brillo/daemons/
dbus_daemon
.h>
/system/tpm/tpm_manager/server/
main.cc
21
#include <brillo/daemons/
dbus_daemon
.h>
/system/weaved/buffet/
main.cc
23
#include <brillo/daemons/
dbus_daemon
.h>
/system/webservd/webservd/
main.cc
24
#include <brillo/daemons/
dbus_daemon
.h>
/system/connectivity/shill/setup_wifi/
main.cc
26
#include <brillo/daemons/
dbus_daemon
.h>
/system/core/crash_reporter/
list_proxies.cc
31
#include <brillo/daemons/
dbus_daemon
.h>
/external/libbrillo/
Android.mk
56
brillo/daemons/
dbus_daemon
.cc \
Completed in 304 milliseconds