Lines Matching defs:conn
35 client_message_handler(DBusConnection *conn, DBusMessage *message, void *data)
57 if (!ctx || !ctx->conn)
62 dbus_connection_remove_filter(ctx->conn, client_message_handler, ctx);
63 dbus_connection_close(ctx->conn);
64 dbus_connection_unref(ctx->conn);
104 ctx->conn = dbus_connection_open_private(ads, &err);
105 if (!ctx->conn) {
111 dbus_connection_set_exit_on_disconnect(ctx->conn, 0);
113 if (!dbus_connection_add_filter(ctx->conn, client_message_handler,
124 if (lws_dbus_connection_setup(ctx, ctx->conn, cb_closing)) {
201 if (!dbus_connection_send_with_reply(ctx->conn, msg,