Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dcheck-qjson.c29 QString *ret = qobject_to(QString, qobject_from_json(qjstr, errp)); in from_json_str()
120 qobject_from_json(test_cases[i], &error_abort)); in string_with_quotes()
813 qobject_from_json(test_cases[i].encoded, in int_number()
855 qobject_from_json(test_cases[i].encoded, in uint_number()
896 qobject_from_json(test_cases[i].encoded, in float_number()
919 obj = qobject_from_json("true", &error_abort); in keyword_literal()
930 obj = qobject_from_json("false", &error_abort); in keyword_literal()
941 obj = qobject_from_json("null", &error_abort); in keyword_literal()
1088 obj = qobject_from_json(test_cases[i].encoded, &error_abort); in simple_dict()
1094 obj = qobject_from_json(str->str, &error_abort); in simple_dict()
[all …]
H A Dtest-visitor-serialization.c945 obj = qobject_from_json(output_json->str, &error_abort); in qmp_deserialize()
H A Dtest-qobject-input-visitor.c106 qobject_from_json(json_string, &error_abort)); in visitor_input_test_init_raw()
/openbmc/qemu/include/qapi/qmp/
H A Dqjson.h17 QObject *qobject_from_json(const char *string, Error **errp);
/openbmc/qemu/tests/qtest/
H A Dmigration-helpers.c187 QObject *channels_obj = qobject_from_json(channels, &error_abort); in migrate_qmp_fail()
225 QObject *channels_obj = qobject_from_json(channels, &error_abort); in migrate_qmp()
/openbmc/qemu/qobject/
H A Dqjson.c80 QObject *qobject_from_json(const char *string, Error **errp) in qobject_from_json() function
/openbmc/qemu/authz/
H A Dlistfile.c68 obj = qobject_from_json(content, errp); in qauthz_list_file_load()
/openbmc/qemu/qom/
H A Dqom-hmp-cmds.c64 QObject *obj = qobject_from_json(value, &err); in hmp_qom_set()
H A Dobject_interfaces.c271 obj = qobject_from_json(str, errp); in user_creatable_parse_str()
/openbmc/qemu/qapi/
H A Dqobject-input-visitor.c759 obj = qobject_from_json(str, errp); in qobject_input_visitor_new_str()
/openbmc/qemu/system/
H A Dvl.c1831 QObject *obj = qobject_from_json(str, &error_fatal); in object_option_parse()
3350 QObject *obj = qobject_from_json(optarg, &error_fatal); in qemu_init()
/openbmc/qemu/block/
H A Drbd.c316 qobject_from_json(keypairs_json, &error_abort)); in qemu_rbd_set_keypairs()
/openbmc/qemu/
H A Dblock.c2009 options_obj = qobject_from_json(filename, errp); in parse_json_filename()