Home
last modified time | relevance | path

Searched refs:do_qmp_dispatch (Results 1 – 1 of 1) sorted by relevance

/qemu/tests/unit/
H A Dtest-qmp-cmds.c196 do_qmp_dispatch(false, in test_dispatch_cmd()
207 do_qmp_dispatch(true, in test_dispatch_cmd_oob()
245 ret = qobject_to(QDict, do_qmp_dispatch(false, in test_dispatch_cmd_io()
265 ret3 = qobject_to(QNum, do_qmp_dispatch(false, in test_dispatch_cmd_io()
280 ret = qobject_to(QDict, do_qmp_dispatch(false, cmd)); in test_dispatch_cmd_deprecated()
286 ret = qobject_to(QDict, do_qmp_dispatch(false, cmd)); in test_dispatch_cmd_deprecated()
304 ret = qobject_to(QDict, do_qmp_dispatch(false, cmd)); in test_dispatch_cmd_arg_deprecated()
310 ret = qobject_to(QDict, do_qmp_dispatch(false, cmd)); in test_dispatch_cmd_arg_deprecated()
327 ret = qobject_to(QDict, do_qmp_dispatch(false, cmd)); in test_dispatch_cmd_ret_deprecated()
333 ret = qobject_to(QDict, do_qmp_dispatch(false, cmd)); in test_dispatch_cmd_ret_deprecated()
[all …]