Home | History | Annotate | Download | only in test

Lines Matching defs:client_conn

43     DBusConnection *client_conn;
54 client_message_cb (DBusConnection *client_conn,
60 g_assert (client_conn == f->client_conn);
102 f->client_conn = dbus_connection_open_private (
105 g_assert (f->client_conn != NULL);
106 dbus_connection_setup_with_g_main (f->client_conn, NULL);
114 have_mem = dbus_connection_add_filter (f->client_conn,
335 if (f->client_conn != NULL)
337 dbus_connection_close (f->client_conn);
338 dbus_connection_unref (f->client_conn);
339 f->client_conn = NULL;