Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-qga.c426 eof = qdict_get_bool(val, "eof"); in test_qga_file_ops()
471 eof = qdict_get_bool(val, "eof"); in test_qga_file_ops()
487 eof = qdict_get_bool(val, "eof"); in test_qga_file_ops()
503 eof = qdict_get_bool(val, "eof"); in test_qga_file_ops()
515 eof = qdict_get_bool(val, "eof"); in test_qga_file_ops()
563 eof = qdict_get_bool(val, "eof"); in test_qga_file_write_read()
575 eof = qdict_get_bool(val, "eof"); in test_qga_file_write_read()
591 eof = qdict_get_bool(val, "eof"); in test_qga_file_write_read()
603 eof = qdict_get_bool(val, "eof"); in test_qga_file_write_read()
802 exited = qdict_get_bool(val, "exited"); in wait_for_guest_exec_completion()
H A Dcheck-block-qdict.c549 g_assert_cmpint(qdict_get_bool(copy, "flag"), ==, true); in qdict_rename_keys_test()
576 g_assert_cmpint(qdict_get_bool(copy, "bool"), ==, true); in qdict_rename_keys_test()
598 g_assert_cmpint(qdict_get_bool(copy, "number"), ==, true); in qdict_rename_keys_test()
618 g_assert_cmpint(qdict_get_bool(copy, "flag"), ==, true); in qdict_rename_keys_test()
H A Dtest-qobject-output-visitor.c158 g_assert_cmpint(qdict_get_bool(qdict, "boolean"), ==, false); in test_visitor_out_struct()
258 g_assert_cmpint(qdict_get_bool(qdict, "boolean"), ==, value_bool); in test_visitor_out_list()
350 g_assert_cmpint(qdict_get_bool(qdict, "boolean"), ==, true); in test_visitor_out_union_flat()
406 g_assert_cmpint(qdict_get_bool(qdict, "onoff"), ==, true); in test_visitor_out_union_in_union()
469 g_assert_cmpint(qdict_get_bool(qdict, "boolean"), ==, true); in test_visitor_out_alternate()
/openbmc/qemu/tests/qtest/
H A Darm-cpu-features.c127 return qdict_get_bool(props, feature); in resp_get_feature()
156 g_assert(qdict_get_bool(_props, feature) == (expected_value)); \
244 if (qdict_get_bool(props, e->key)) { in resp_get_sve_vls()
H A Ddevice-introspect-test.c182 qdict_get_bool(d, "abstract") : in test_qom_list_fields()
298 g_assert(qdict_haskey(d, "abstract") && qdict_get_bool(d, "abstract")); in test_abstract_interfaces()
H A Dpvpanic-test.c81 g_assert(qdict_get_bool(data, "guest")); in test_pvshutdown()
H A Dpvpanic-pci-test.c116 g_assert(qdict_get_bool(data, "guest")); in test_pvshutdown()
H A Dmigration-helpers.c382 g_assert(qdict_get_bool(rsp_return, "running")); in wait_for_migration_fail()
H A Dahci-test.c1642 g_assert(qdict_get_bool(data, "tray-open")); in atapi_wait_tray()
1644 g_assert(!qdict_get_bool(data, "tray-open")); in atapi_wait_tray()
H A Dlibqtest.c1943 b = qdict_get_bool(r, "return"); in qtest_qom_get_bool()
H A Dmigration-test.c433 result = qdict_get_bool(rsp, parameter); in migrate_get_parameter_bool()
/openbmc/qemu/dump/
H A Ddump-hmp-cmds.c75 detach = qdict_get_bool(qdict, "detach"); in hmp_dump_guest_memory()
/openbmc/qemu/include/qapi/qmp/
H A Dqdict.h60 bool qdict_get_bool(const QDict *qdict, const char *key);
/openbmc/qemu/trace/
H A Dtrace-hmp-cmds.c39 bool new_state = qdict_get_bool(qdict, "option"); in hmp_trace_event()
/openbmc/qemu/net/
H A Dnet-hmp-cmds.c59 bool up = qdict_get_bool(qdict, "up"); in hmp_set_link()
/openbmc/qemu/tests/qtest/libqos/
H A Dlibqos.c90 running = qdict_get_bool(sub, "running"); in migrate()
/openbmc/qemu/qobject/
H A Dqdict.c220 bool qdict_get_bool(const QDict *qdict, const char *key) in qdict_get_bool() function
/openbmc/qemu/migration/
H A Dmigration-hmp-cmds.c460 bool state = qdict_get_bool(qdict, "state"); in hmp_migrate_set_capability()