Home
last modified time | relevance | path

Searched refs:qdict_get_qdict (Results 1 – 25 of 34) sorted by relevance

12

/openbmc/qemu/tests/unit/
H A Dtest-qga.c126 error = qdict_get_qdict(dict, "error"); in qmp_assertion_message_error()
253 error = qdict_get_qdict(ret, "error"); in test_qga_invalid_args()
271 error = qdict_get_qdict(ret, "error"); in test_qga_invalid_cmd()
290 val = qdict_get_qdict(ret, "return"); in test_qga_info()
424 val = qdict_get_qdict(ret, "return"); in test_qga_file_ops()
469 val = qdict_get_qdict(ret, "return"); in test_qga_file_ops()
485 val = qdict_get_qdict(ret, "return"); in test_qga_file_ops()
501 val = qdict_get_qdict(ret, "return"); in test_qga_file_ops()
513 val = qdict_get_qdict(ret, "return"); in test_qga_file_ops()
561 val = qdict_get_qdict(ret, "return"); in test_qga_file_write_read()
[all …]
H A Dtest-qmp-cmds.c178 error = qdict_get_qdict(resp, "error"); in do_qmp_dispatch_error()
251 ret_dict = qdict_get_qdict(ret, "dict1"); in test_dispatch_cmd_io()
253 ret_dict_dict = qdict_get_qdict(ret_dict, "dict2"); in test_dispatch_cmd_io()
254 ret_dict_dict_userdef = qdict_get_qdict(ret_dict_dict, "userdef"); in test_dispatch_cmd_io()
258 ret_dict_dict2 = qdict_get_qdict(ret_dict, "dict3"); in test_dispatch_cmd_io()
259 ret_dict_dict2_userdef = qdict_get_qdict(ret_dict_dict2, "userdef"); in test_dispatch_cmd_io()
H A Dcheck-block-qdict.c120 g_assert(!qdict_size(qdict_get_qdict(root, "y.0"))); in qdict_flatten_test()
151 g_assert(qdict_get_qdict(cloned_dict1, "a") == dict2); in qdict_clone_flatten_test()
444 vnc = qdict_get_qdict(dst, "vnc"); in qdict_crumple_test_recursive()
448 listen = qdict_get_qdict(vnc, "listen"); in qdict_crumple_test_recursive()
454 acl = qdict_get_qdict(vnc, "acl"); in qdict_crumple_test_recursive()
480 empty = qdict_get_qdict(dst, "empty"); in qdict_crumple_test_recursive()
483 empty_dict = qdict_get_qdict(empty, "dict"); in qdict_crumple_test_recursive()
H A Dtest-qobject-output-visitor.c197 dict1 = qdict_get_qdict(qdict, "dict1"); in test_visitor_out_struct_nested()
201 dict2 = qdict_get_qdict(dict1, "dict2"); in test_visitor_out_struct_nested()
204 userdef = qdict_get_qdict(dict2, "userdef"); in test_visitor_out_struct_nested()
209 dict3 = qdict_get_qdict(dict1, "dict3"); in test_visitor_out_struct_nested()
212 userdef = qdict_get_qdict(dict3, "userdef"); in test_visitor_out_struct_nested()
H A Dtest-keyval.c80 sub_qdict = qdict_get_qdict(qdict, "k"); in test_keyval_parse()
108 sub_qdict = qdict_get_qdict(qdict, "a"); in test_keyval_parse()
111 sub_qdict = qdict_get_qdict(sub_qdict, "b"); in test_keyval_parse()
170 sub_qdict = qdict_get_qdict(qdict, "eins"); in test_keyval_parse()
298 sub_qdict = qdict_get_qdict(qdict, "a"); in test_keyval_parse_list()
H A Dtest-qmp-event.c41 t = qdict_get_qdict(d, "timestamp"); in test_qapi_event_emit()
/openbmc/qemu/tests/qtest/
H A Dqmp-test.c115 q = qdict_get_qdict(resp, "QMP"); in test_qmp_protocol()
131 ret = qdict_get_qdict(resp, "return"); in test_qmp_protocol()
149 ret = qdict_get_qdict(resp, "return"); in test_qmp_protocol()
230 q = qdict_get_qdict(resp, "QMP"); in test_qmp_oob()
302 ret = qdict_get_qdict(rsp, "return"); in test_qmp_preconfig()
313 ret = qdict_get_qdict(rsp, "return"); in test_qmp_preconfig()
H A Dpvpanic-test.c29 data = qdict_get_qdict(response, "data"); in test_panic_nopause()
52 data = qdict_get_qdict(response, "data"); in test_panic()
H A Darm-cpu-features.c65 qdict = qdict_get_qdict(resp, "error"); in resp_get_error()
95 qdict = qdict_get_qdict(resp, "return"); in resp_has_props()
100 qdict = qdict_get_qdict(qdict, "model"); in resp_has_props()
112 qdict = qdict_get_qdict(resp, "return"); in resp_get_props()
113 qdict = qdict_get_qdict(qdict, "model"); in resp_get_props()
114 qdict = qdict_get_qdict(qdict, "props"); in resp_get_props()
H A Dpvpanic-pci-test.c44 data = qdict_get_qdict(response, "data"); in test_panic_nopause()
77 data = qdict_get_qdict(response, "data"); in test_panic()
H A Dnuma-test.c105 props = qdict_get_qdict(cpu, "props"); in test_query_cpus()
144 props = qdict_get_qdict(cpu, "props"); in pc_numa_cpu()
197 props = qdict_get_qdict(cpu, "props"); in spapr_numa_cpu()
241 props = qdict_get_qdict(cpu, "props"); in aarch64_numa_cpu()
309 props = qdict_get_qdict(cpu, "props"); in pc_dynamic_cpu_cfg()
H A Dlibqmp.c244 QDict *error = qdict_get_qdict(rsp, "error"); in qmp_rsp_is_err()
251 QDict *error = qdict_get_qdict(rsp, "error"); in qmp_expect_error_and_unref()
H A Dwdt_ib700-test.c50 data = qdict_get_qdict(event, "data"); in ib700_program_and_wait()
H A Dboot-sector.c163 qret = qdict_get_qdict(qrsp, "return"); in boot_sector_test()
H A Ddevice-plug-test.c38 data = qdict_get_qdict(resp, "data"); in wait_device_deleted_event()
H A Dvirtio-net-failover.c90 err = qdict_get_qdict(resp, "error"); in test_error_id()
120 err = qdict_get_qdict(resp, "error"); in test_error_pcie()
152 bridge = qdict_get_qdict(device, "pci_bridge"); in find_device()
260 data = qdict_get_qdict(resp, "data"); in get_failover_negociated_event()
600 ret = qdict_get_qdict(resp, "return"); in migrate_status()
616 data = qdict_get_qdict(resp, "data"); in get_unplug_primary_event()
H A Dvmgenid-test.c101 rsp_ret = qdict_get_qdict(rsp, "return"); in read_guid_from_monitor()
H A Dnetdev-socket.c185 data = qdict_get_qdict(resp, "data"); in wait_stream_connected()
208 data = qdict_get_qdict(resp, "data"); in wait_stream_disconnected()
H A Dcpu-plug-test.c58 props = qdict_get_qdict(cpu, "props"); in test_plug_with_device_add()
H A Dtpm-util.c203 rsp_return = qdict_get_qdict(rsp, "return"); in tpm_util_wait_for_migration_complete()
H A Dmigration-helpers.c127 data = qdict_get_qdict(rsp, "data"); in migrate_incoming_qmp()
H A Dqmp-cmd-test.c79 error = qdict_get_qdict(resp, "error"); in test_query()
/openbmc/qemu/tests/qtest/libqos/
H A Dlibqos.c88 sub = qdict_get_qdict(rsp, "return"); in migrate()
116 sub = qdict_get_qdict(rsp, "return"); in migrate()
/openbmc/qemu/include/qapi/qmp/
H A Dqdict.h62 QDict *qdict_get_qdict(const QDict *qdict, const char *key);
/openbmc/qemu/qapi/
H A Dqmp-dispatch.c202 args = qdict_get_qdict(dict, "arguments"); in qmp_dispatch()

12