Lines Matching full:response
18 QDict *response, *data; in test_panic_nopause() local
28 response = qtest_qmp_eventwait_ref(qts, "GUEST_PANICKED"); in test_panic_nopause()
29 g_assert(qdict_haskey(response, "data")); in test_panic_nopause()
30 data = qdict_get_qdict(response, "data"); in test_panic_nopause()
33 qobject_unref(response); in test_panic_nopause()
41 QDict *response, *data; in test_panic() local
51 response = qtest_qmp_eventwait_ref(qts, "GUEST_PANICKED"); in test_panic()
52 g_assert(qdict_haskey(response, "data")); in test_panic()
53 data = qdict_get_qdict(response, "data"); in test_panic()
56 qobject_unref(response); in test_panic()
64 QDict *response, *data; in test_pvshutdown() local
74 response = qtest_qmp_eventwait_ref(qts, "GUEST_PVSHUTDOWN"); in test_pvshutdown()
75 qobject_unref(response); in test_pvshutdown()
77 response = qtest_qmp_eventwait_ref(qts, "SHUTDOWN"); in test_pvshutdown()
78 g_assert(qdict_haskey(response, "data")); in test_pvshutdown()
79 data = qdict_get_qdict(response, "data"); in test_pvshutdown()
84 qobject_unref(response); in test_pvshutdown()