OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:server_conn
(Results
1 - 2
of
2
) sorted by null
/external/dbus/test/
loopback.c
38
DBusConnection *
server_conn
;
member in struct:__anon10244
53
server_message_cb (DBusConnection *
server_conn
,
59
g_assert (
server_conn
== f->
server_conn
);
67
DBusConnection *
server_conn
,
73
g_assert (f->
server_conn
== NULL);
74
f->
server_conn
= dbus_connection_ref (
server_conn
);
75
dbus_connection_setup_with_g_main (
server_conn
, NULL);
77
have_mem = dbus_connection_add_filter (
server_conn
,
[
all
...]
corrupt.c
39
DBusConnection *
server_conn
;
member in struct:__anon10236
68
DBusConnection *
server_conn
,
73
g_assert (f->
server_conn
== NULL);
74
f->
server_conn
= dbus_connection_ref (
server_conn
);
75
dbus_connection_setup_with_g_main (
server_conn
, NULL);
100
g_assert (f->
server_conn
== NULL);
108
while (f->
server_conn
== NULL)
133
have_mem = dbus_connection_send (f->
server_conn
, outgoing, &serial);
213
dbus_connection_flush (f->
server_conn
);
[
all
...]
Completed in 71 milliseconds