Lines Matching refs:connection
258 DBusConnection *connection; /**< D-BUS connection */ member
447 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_device_get_all_properties()
947 filter_func (DBusConnection * connection, in filter_func() argument
1102 reply = dbus_connection_send_with_reply_and_block (ctx->connection, message, -1, &_error); in libhal_get_all_devices()
1168 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_device_get_property_type()
1230 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_device_get_property_strlist()
1303 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_device_get_property_string()
1376 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_device_get_property_int()
1447 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_device_get_property_uint64()
1517 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_device_get_property_double()
1587 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_device_get_property_bool()
1696 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_device_set_property_helper()
1916 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_device_property_strlist_append()
1975 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_device_property_strlist_prepend()
2033 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_device_property_strlist_remove_index()
2091 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_device_property_strlist_remove()
2153 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_device_lock()
2215 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_device_unlock()
2269 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_new_device()
2353 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_device_commit_to_gdl()
2410 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_remove_device()
2464 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_device_exists()
2534 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_device_property_exists()
2603 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_merge_properties()
2674 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_device_matches()
2830 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_manager_find_device_string_match()
2897 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_device_add_capability()
2992 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_find_device_by_capability()
3036 dbus_bus_add_match (ctx->connection, in libhal_device_property_watch_all()
3074 dbus_bus_add_match (ctx->connection, buf, error); in libhal_device_add_property_watch()
3105 dbus_bus_remove_match (ctx->connection, buf, error); in libhal_device_remove_property_watch()
3142 ctx->connection = NULL; in libhal_ctx_new()
3184 ctx->connection = conn; in libhal_ctx_set_dbus_connection()
3201 return ctx->connection; in libhal_ctx_get_dbus_connection()
3222 if (ctx->connection == NULL) in libhal_ctx_init()
3226 hald_exists = dbus_bus_name_has_owner (ctx->connection, "org.freedesktop.Hal", &_error); in libhal_ctx_init()
3237 if (!dbus_connection_add_filter (ctx->connection, filter_func, ctx, NULL)) { in libhal_ctx_init()
3241 dbus_bus_add_match (ctx->connection, in libhal_ctx_init()
3282 ctx->connection = dbus_connection_open (hald_addr, &_error); in libhal_ctx_init_direct()
3318 dbus_bus_remove_match (ctx->connection, in libhal_ctx_shutdown()
3332 dbus_connection_remove_filter (ctx->connection, filter_func, ctx); in libhal_ctx_shutdown()
3518 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_device_rescan()
3576 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_device_reprobe()
3647 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_device_emit_condition()
3722 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_device_addon_is_ready()
3792 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_device_claim_interface()
4257 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_device_commit_changeset()