HomeSort by relevance Sort by last modified time
    Searched full:server_connection (Results 1 - 1 of 1) sorted by null

  /external/dbus/test/internals/
refs.c 62 DBusConnection *server_connection; member in struct:__anon10241
186 DBusConnection *server_connection,
191 g_assert (f->server_connection == NULL);
192 f->server_connection = dbus_connection_ref (server_connection);
194 test_connection_setup (f->loop, f->server_connection);
250 while (f->server_connection == NULL)
558 if (f->server_connection != NULL)
560 dbus_connection_close (f->server_connection);
561 dbus_connection_unref (f->server_connection);
    [all...]

Completed in 212 milliseconds