Lines Matching refs:reply

390 	DBusMessage *reply;  in libhal_device_get_all_properties()  local
411 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_device_get_all_properties()
425 if (reply == NULL) { in libhal_device_get_all_properties()
430 dbus_message_iter_init (reply, &reply_iter); in libhal_device_get_all_properties()
452 dbus_message_unref (reply); in libhal_device_get_all_properties()
504 dbus_message_unref (reply); in libhal_device_get_all_properties()
1042 DBusMessage *reply; in libhal_get_all_devices() local
1061 reply = dbus_connection_send_with_reply_and_block (ctx->connection, message, -1, &_error); in libhal_get_all_devices()
1068 if (reply == NULL) { in libhal_get_all_devices()
1074 dbus_message_iter_init (reply, &reply_iter); in libhal_get_all_devices()
1085 dbus_message_unref (reply); in libhal_get_all_devices()
1107 DBusMessage *reply; in libhal_device_get_property_type() local
1126 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_device_get_property_type()
1135 if (reply == NULL) { in libhal_device_get_property_type()
1140 dbus_message_iter_init (reply, &reply_iter); in libhal_device_get_property_type()
1144 dbus_message_unref (reply); in libhal_device_get_property_type()
1167 DBusMessage *reply; in libhal_device_get_property_strlist() local
1188 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_device_get_property_strlist()
1197 if (reply == NULL) { in libhal_device_get_property_strlist()
1202 dbus_message_iter_init (reply, &reply_iter); in libhal_device_get_property_strlist()
1213 dbus_message_unref (reply); in libhal_device_get_property_strlist()
1237 DBusMessage *reply; in libhal_device_get_property_string() local
1260 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_device_get_property_string()
1269 if (reply == NULL) { in libhal_device_get_property_string()
1274 dbus_message_iter_init (reply, &reply_iter); in libhal_device_get_property_string()
1280 dbus_message_unref (reply); in libhal_device_get_property_string()
1294 dbus_message_unref (reply); in libhal_device_get_property_string()
1314 DBusMessage *reply; in libhal_device_get_property_int() local
1335 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_device_get_property_int()
1344 if (reply == NULL) { in libhal_device_get_property_int()
1349 dbus_message_iter_init (reply, &reply_iter); in libhal_device_get_property_int()
1359 dbus_message_unref (reply); in libhal_device_get_property_int()
1365 dbus_message_unref (reply); in libhal_device_get_property_int()
1385 DBusMessage *reply; in libhal_device_get_property_uint64() local
1406 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_device_get_property_uint64()
1415 if (reply == NULL) { in libhal_device_get_property_uint64()
1420 dbus_message_iter_init (reply, &reply_iter); in libhal_device_get_property_uint64()
1429 dbus_message_unref (reply); in libhal_device_get_property_uint64()
1435 dbus_message_unref (reply); in libhal_device_get_property_uint64()
1455 DBusMessage *reply; in libhal_device_get_property_double() local
1476 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_device_get_property_double()
1485 if (reply == NULL) { in libhal_device_get_property_double()
1490 dbus_message_iter_init (reply, &reply_iter); in libhal_device_get_property_double()
1499 dbus_message_unref (reply); in libhal_device_get_property_double()
1505 dbus_message_unref (reply); in libhal_device_get_property_double()
1525 DBusMessage *reply; in libhal_device_get_property_bool() local
1546 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_device_get_property_bool()
1555 if (reply == NULL) { in libhal_device_get_property_bool()
1560 dbus_message_iter_init (reply, &reply_iter); in libhal_device_get_property_bool()
1569 dbus_message_unref (reply); in libhal_device_get_property_bool()
1575 dbus_message_unref (reply); in libhal_device_get_property_bool()
1594 DBusMessage *reply; in libhal_device_set_property_helper() local
1655 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_device_set_property_helper()
1663 if (reply == NULL) { in libhal_device_set_property_helper()
1669 dbus_message_unref (reply); in libhal_device_set_property_helper()
1830 DBusMessage *reply; in libhal_device_property_strlist_append() local
1848 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_device_property_strlist_append()
1855 if (reply == NULL) { in libhal_device_property_strlist_append()
1883 DBusMessage *reply; in libhal_device_property_strlist_prepend() local
1901 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_device_property_strlist_prepend()
1908 if (reply == NULL) { in libhal_device_property_strlist_prepend()
1936 DBusMessage *reply; in libhal_device_property_strlist_remove_index() local
1954 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_device_property_strlist_remove_index()
1961 if (reply == NULL) { in libhal_device_property_strlist_remove_index()
1988 DBusMessage *reply; in libhal_device_property_strlist_remove() local
2006 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_device_property_strlist_remove()
2013 if (reply == NULL) { in libhal_device_property_strlist_remove()
2041 DBusMessage *reply; in libhal_device_lock() local
2064 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_device_lock()
2084 if (reply == NULL) in libhal_device_lock()
2087 dbus_message_unref (reply); in libhal_device_lock()
2108 DBusMessage *reply; in libhal_device_unlock() local
2125 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_device_unlock()
2136 if (reply == NULL) in libhal_device_unlock()
2139 dbus_message_unref (reply); in libhal_device_unlock()
2162 DBusMessage *reply; in libhal_new_device() local
2181 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_new_device()
2188 if (reply == NULL) { in libhal_new_device()
2193 dbus_message_iter_init (reply, &reply_iter); in libhal_new_device()
2201 dbus_message_unref (reply); in libhal_new_device()
2213 dbus_message_unref (reply); in libhal_new_device()
2243 DBusMessage *reply; in libhal_device_commit_to_gdl() local
2264 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_device_commit_to_gdl()
2271 if (reply == NULL) { in libhal_device_commit_to_gdl()
2277 dbus_message_unref (reply); in libhal_device_commit_to_gdl()
2300 DBusMessage *reply; in libhal_remove_device() local
2320 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_remove_device()
2327 if (reply == NULL) { in libhal_remove_device()
2333 dbus_message_unref (reply); in libhal_remove_device()
2351 DBusMessage *reply; in libhal_device_exists() local
2373 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_device_exists()
2382 if (reply == NULL) { in libhal_device_exists()
2387 dbus_message_iter_init (reply, &reply_iter); in libhal_device_exists()
2395 dbus_message_unref (reply); in libhal_device_exists()
2402 dbus_message_unref (reply); in libhal_device_exists()
2422 DBusMessage *reply; in libhal_device_property_exists() local
2443 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_device_property_exists()
2452 if (reply == NULL) { in libhal_device_property_exists()
2457 dbus_message_iter_init (reply, &reply_iter); in libhal_device_property_exists()
2464 dbus_message_unref (reply); in libhal_device_property_exists()
2471 dbus_message_unref (reply); in libhal_device_property_exists()
2491 DBusMessage *reply; in libhal_merge_properties() local
2512 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_merge_properties()
2519 if (reply == NULL) { in libhal_merge_properties()
2525 dbus_message_unref (reply); in libhal_merge_properties()
2556 DBusMessage *reply; in libhal_device_matches() local
2580 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_device_matches()
2589 if (reply == NULL) { in libhal_device_matches()
2594 dbus_message_iter_init (reply, &reply_iter); in libhal_device_matches()
2601 dbus_message_unref (reply); in libhal_device_matches()
2608 dbus_message_unref (reply); in libhal_device_matches()
2712 DBusMessage *reply; in libhal_manager_find_device_string_match() local
2735 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_manager_find_device_string_match()
2744 if (reply == NULL) { in libhal_manager_find_device_string_match()
2749 dbus_message_iter_init (reply, &reply_iter); in libhal_manager_find_device_string_match()
2760 dbus_message_unref (reply); in libhal_manager_find_device_string_match()
2783 DBusMessage *reply; in libhal_device_add_capability() local
2802 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_device_add_capability()
2810 if (reply == NULL) { in libhal_device_add_capability()
2815 dbus_message_unref (reply); in libhal_device_add_capability()
2873 DBusMessage *reply; in libhal_find_device_by_capability() local
2895 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_find_device_by_capability()
2904 if (reply == NULL) { in libhal_find_device_by_capability()
2909 dbus_message_iter_init (reply, &reply_iter); in libhal_find_device_by_capability()
2920 dbus_message_unref (reply); in libhal_find_device_by_capability()
3404 DBusMessage *reply; in libhal_device_rescan() local
3420 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_device_rescan()
3431 if (reply == NULL) in libhal_device_rescan()
3434 dbus_message_iter_init (reply, &reply_iter); in libhal_device_rescan()
3438 dbus_message_unref (reply); in libhal_device_rescan()
3443 dbus_message_unref (reply); in libhal_device_rescan()
3463 DBusMessage *reply; in libhal_device_reprobe() local
3480 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_device_reprobe()
3491 if (reply == NULL) in libhal_device_reprobe()
3494 dbus_message_iter_init (reply, &reply_iter); in libhal_device_reprobe()
3498 dbus_message_unref (reply); in libhal_device_reprobe()
3503 dbus_message_unref (reply); in libhal_device_reprobe()
3530 DBusMessage *reply; in libhal_device_emit_condition() local
3551 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_device_emit_condition()
3562 if (reply == NULL) in libhal_device_emit_condition()
3565 dbus_message_iter_init (reply, &reply_iter); in libhal_device_emit_condition()
3569 dbus_message_unref (reply); in libhal_device_emit_condition()
3574 dbus_message_unref (reply); in libhal_device_emit_condition()
3598 DBusMessage *reply; in libhal_device_addon_is_ready() local
3617 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_device_addon_is_ready()
3628 if (reply == NULL) in libhal_device_addon_is_ready()
3631 dbus_message_iter_init (reply, &reply_iter); in libhal_device_addon_is_ready()
3634 dbus_message_unref (reply); in libhal_device_addon_is_ready()
3639 dbus_message_unref (reply); in libhal_device_addon_is_ready()
3667 DBusMessage *reply; in libhal_device_claim_interface() local
3688 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_device_claim_interface()
3699 if (reply == NULL) in libhal_device_claim_interface()
3702 dbus_message_iter_init (reply, &reply_iter); in libhal_device_claim_interface()
3706 dbus_message_unref (reply); in libhal_device_claim_interface()
3711 dbus_message_unref (reply); in libhal_device_claim_interface()
4041 DBusMessage *reply; in libhal_device_commit_changeset() local
4131 reply = dbus_connection_send_with_reply_and_block (ctx->connection, in libhal_device_commit_changeset()
4145 if (reply == NULL) { in libhal_device_commit_changeset()