Lines Matching defs:reply
64 DBusMessage *m = NULL, *reply = NULL;
81 if (!(reply = dbus_connection_send_with_reply_and_block(pa_dbus_connection_get(u->connection), m, -1, &error))) {
87 if (!dbus_message_get_args(reply, &error, DBUS_TYPE_UINT32, &uid, DBUS_TYPE_INVALID)) {
90 if (!dbus_message_get_args(reply, &error, DBUS_TYPE_INT32, &uid, DBUS_TYPE_INVALID)) {
139 if (reply)
140 dbus_message_unref(reply);
210 DBusMessage *m = NULL, *reply = NULL;
230 if (!(reply = dbus_connection_send_with_reply_and_block(pa_dbus_connection_get(u->connection), m, -1, &error))) {
235 dbus_message_iter_init(reply, &iter);
267 if (reply)
268 dbus_message_unref(reply);