Searched refs:do_qmp_dispatch (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | test-qmp-cmds.c | 142 static QObject *do_qmp_dispatch(bool allow_oob, const char *template, ...) in do_qmp_dispatch() function 196 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() [all …]
|