Lines Matching refs:reply

425 	DBusMessage *reply;  in libhal_device_get_all_properties()  local
447 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_device_get_all_properties()
461 if (reply == NULL) { in libhal_device_get_all_properties()
466 dbus_message_iter_init (reply, &reply_iter); in libhal_device_get_all_properties()
489 dbus_message_unref (reply); in libhal_device_get_all_properties()
541 dbus_message_unref (reply); in libhal_device_get_all_properties()
1083 DBusMessage *reply; in libhal_get_all_devices() local
1102 reply = dbus_connection_send_with_reply_and_block (ctx->connection, message, -1, &_error); in libhal_get_all_devices()
1110 if (reply == NULL) { in libhal_get_all_devices()
1115 dbus_message_iter_init (reply, &reply_iter); in libhal_get_all_devices()
1119 dbus_message_unref (reply); in libhal_get_all_devices()
1127 dbus_message_unref (reply); in libhal_get_all_devices()
1147 DBusMessage *reply; in libhal_device_get_property_type() local
1168 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_device_get_property_type()
1178 if (reply == NULL) { in libhal_device_get_property_type()
1182 dbus_message_iter_init (reply, &reply_iter); in libhal_device_get_property_type()
1185 dbus_message_unref (reply); in libhal_device_get_property_type()
1207 DBusMessage *reply; in libhal_device_get_property_strlist() local
1230 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_device_get_property_strlist()
1240 if (reply == NULL) { in libhal_device_get_property_strlist()
1244 dbus_message_iter_init (reply, &reply_iter); in libhal_device_get_property_strlist()
1248 dbus_message_unref (reply); in libhal_device_get_property_strlist()
1256 dbus_message_unref (reply); in libhal_device_get_property_strlist()
1278 DBusMessage *reply; in libhal_device_get_property_string() local
1303 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_device_get_property_string()
1313 if (reply == NULL) { in libhal_device_get_property_string()
1317 dbus_message_iter_init (reply, &reply_iter); in libhal_device_get_property_string()
1322 dbus_message_unref (reply); in libhal_device_get_property_string()
1333 dbus_message_unref (reply); in libhal_device_get_property_string()
1353 DBusMessage *reply; in libhal_device_get_property_int() local
1376 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_device_get_property_int()
1386 if (reply == NULL) { in libhal_device_get_property_int()
1390 dbus_message_iter_init (reply, &reply_iter); in libhal_device_get_property_int()
1399 dbus_message_unref (reply); in libhal_device_get_property_int()
1404 dbus_message_unref (reply); in libhal_device_get_property_int()
1424 DBusMessage *reply; in libhal_device_get_property_uint64() local
1447 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_device_get_property_uint64()
1457 if (reply == NULL) { in libhal_device_get_property_uint64()
1461 dbus_message_iter_init (reply, &reply_iter); in libhal_device_get_property_uint64()
1469 dbus_message_unref (reply); in libhal_device_get_property_uint64()
1474 dbus_message_unref (reply); in libhal_device_get_property_uint64()
1494 DBusMessage *reply; in libhal_device_get_property_double() local
1517 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_device_get_property_double()
1527 if (reply == NULL) { in libhal_device_get_property_double()
1531 dbus_message_iter_init (reply, &reply_iter); in libhal_device_get_property_double()
1539 dbus_message_unref (reply); in libhal_device_get_property_double()
1544 dbus_message_unref (reply); in libhal_device_get_property_double()
1564 DBusMessage *reply; in libhal_device_get_property_bool() local
1587 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_device_get_property_bool()
1597 if (reply == NULL) { in libhal_device_get_property_bool()
1601 dbus_message_iter_init (reply, &reply_iter); in libhal_device_get_property_bool()
1609 dbus_message_unref (reply); in libhal_device_get_property_bool()
1614 dbus_message_unref (reply); in libhal_device_get_property_bool()
1633 DBusMessage *reply; in libhal_device_set_property_helper() local
1696 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_device_set_property_helper()
1705 if (reply == NULL) { in libhal_device_set_property_helper()
1709 dbus_message_unref (reply); in libhal_device_set_property_helper()
1895 DBusMessage *reply; in libhal_device_property_strlist_append() local
1916 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_device_property_strlist_append()
1925 if (reply == NULL) { in libhal_device_property_strlist_append()
1929 dbus_message_unref (reply); in libhal_device_property_strlist_append()
1954 DBusMessage *reply; in libhal_device_property_strlist_prepend() local
1975 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_device_property_strlist_prepend()
1984 if (reply == NULL) { in libhal_device_property_strlist_prepend()
1988 dbus_message_unref (reply); in libhal_device_property_strlist_prepend()
2013 DBusMessage *reply; in libhal_device_property_strlist_remove_index() local
2033 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_device_property_strlist_remove_index()
2042 if (reply == NULL) { in libhal_device_property_strlist_remove_index()
2046 dbus_message_unref (reply); in libhal_device_property_strlist_remove_index()
2070 DBusMessage *reply; in libhal_device_property_strlist_remove() local
2091 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_device_property_strlist_remove()
2100 if (reply == NULL) { in libhal_device_property_strlist_remove()
2104 dbus_message_unref (reply); in libhal_device_property_strlist_remove()
2129 DBusMessage *reply; in libhal_device_lock() local
2153 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_device_lock()
2173 if (reply == NULL) in libhal_device_lock()
2176 dbus_message_unref (reply); in libhal_device_lock()
2197 DBusMessage *reply; in libhal_device_unlock() local
2215 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_device_unlock()
2224 if (reply == NULL) in libhal_device_unlock()
2227 dbus_message_unref (reply); in libhal_device_unlock()
2250 DBusMessage *reply; in libhal_new_device() local
2269 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_new_device()
2278 if (reply == NULL) { in libhal_new_device()
2282 dbus_message_iter_init (reply, &reply_iter); in libhal_new_device()
2289 dbus_message_unref (reply); in libhal_new_device()
2300 dbus_message_unref (reply); in libhal_new_device()
2330 DBusMessage *reply; in libhal_device_commit_to_gdl() local
2353 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_device_commit_to_gdl()
2362 if (reply == NULL) { in libhal_device_commit_to_gdl()
2366 dbus_message_unref (reply); in libhal_device_commit_to_gdl()
2389 DBusMessage *reply; in libhal_remove_device() local
2410 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_remove_device()
2419 if (reply == NULL) { in libhal_remove_device()
2423 dbus_message_unref (reply); in libhal_remove_device()
2441 DBusMessage *reply; in libhal_device_exists() local
2464 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_device_exists()
2474 if (reply == NULL) { in libhal_device_exists()
2478 dbus_message_iter_init (reply, &reply_iter); in libhal_device_exists()
2485 dbus_message_unref (reply); in libhal_device_exists()
2491 dbus_message_unref (reply); in libhal_device_exists()
2511 DBusMessage *reply; in libhal_device_property_exists() local
2534 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_device_property_exists()
2544 if (reply == NULL) { in libhal_device_property_exists()
2548 dbus_message_iter_init (reply, &reply_iter); in libhal_device_property_exists()
2554 dbus_message_unref (reply); in libhal_device_property_exists()
2560 dbus_message_unref (reply); in libhal_device_property_exists()
2580 DBusMessage *reply; in libhal_merge_properties() local
2603 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_merge_properties()
2612 if (reply == NULL) { in libhal_merge_properties()
2616 dbus_message_unref (reply); in libhal_merge_properties()
2647 DBusMessage *reply; in libhal_device_matches() local
2674 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_device_matches()
2684 if (reply == NULL) { in libhal_device_matches()
2688 dbus_message_iter_init (reply, &reply_iter); in libhal_device_matches()
2694 dbus_message_unref (reply); in libhal_device_matches()
2700 dbus_message_unref (reply); in libhal_device_matches()
2805 DBusMessage *reply; in libhal_manager_find_device_string_match() local
2830 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_manager_find_device_string_match()
2840 if (reply == NULL) { in libhal_manager_find_device_string_match()
2844 dbus_message_iter_init (reply, &reply_iter); in libhal_manager_find_device_string_match()
2855 dbus_message_unref (reply); in libhal_manager_find_device_string_match()
2876 DBusMessage *reply; in libhal_device_add_capability() local
2897 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_device_add_capability()
2906 if (reply == NULL) { in libhal_device_add_capability()
2910 dbus_message_unref (reply); in libhal_device_add_capability()
2969 DBusMessage *reply; in libhal_find_device_by_capability() local
2992 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_find_device_by_capability()
3002 if (reply == NULL) { in libhal_find_device_by_capability()
3006 dbus_message_iter_init (reply, &reply_iter); in libhal_find_device_by_capability()
3017 dbus_message_unref (reply); in libhal_find_device_by_capability()
3501 DBusMessage *reply; in libhal_device_rescan() local
3518 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_device_rescan()
3527 if (reply == NULL) in libhal_device_rescan()
3530 dbus_message_iter_init (reply, &reply_iter); in libhal_device_rescan()
3533 dbus_message_unref (reply); in libhal_device_rescan()
3538 dbus_message_unref (reply); in libhal_device_rescan()
3558 DBusMessage *reply; in libhal_device_reprobe() local
3576 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_device_reprobe()
3585 if (reply == NULL) in libhal_device_reprobe()
3588 dbus_message_iter_init (reply, &reply_iter); in libhal_device_reprobe()
3591 dbus_message_unref (reply); in libhal_device_reprobe()
3596 dbus_message_unref (reply); in libhal_device_reprobe()
3623 DBusMessage *reply; in libhal_device_emit_condition() local
3647 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_device_emit_condition()
3660 if (reply == NULL) { in libhal_device_emit_condition()
3667 dbus_message_iter_init (reply, &reply_iter); in libhal_device_emit_condition()
3670 dbus_message_unref (reply); in libhal_device_emit_condition()
3678 dbus_message_unref (reply); in libhal_device_emit_condition()
3702 DBusMessage *reply; in libhal_device_addon_is_ready() local
3722 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_device_addon_is_ready()
3731 if (reply == NULL) in libhal_device_addon_is_ready()
3734 dbus_message_iter_init (reply, &reply_iter); in libhal_device_addon_is_ready()
3736 dbus_message_unref (reply); in libhal_device_addon_is_ready()
3741 dbus_message_unref (reply); in libhal_device_addon_is_ready()
3769 DBusMessage *reply; in libhal_device_claim_interface() local
3792 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_device_claim_interface()
3801 if (reply == NULL) in libhal_device_claim_interface()
3804 dbus_message_iter_init (reply, &reply_iter); in libhal_device_claim_interface()
3807 dbus_message_unref (reply); in libhal_device_claim_interface()
3812 dbus_message_unref (reply); in libhal_device_claim_interface()
4166 DBusMessage *reply; in libhal_device_commit_changeset() local
4257 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_device_commit_changeset()
4271 if (reply == NULL) { in libhal_device_commit_changeset()
4275 dbus_message_unref (reply); in libhal_device_commit_changeset()