Searched refs:qobject_from_json (Results 1 – 13 of 13) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | check-qjson.c | 29 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 D | test-visitor-serialization.c | 945 obj = qobject_from_json(output_json->str, &error_abort); in qmp_deserialize()
|
H A D | test-qobject-input-visitor.c | 106 qobject_from_json(json_string, &error_abort)); in visitor_input_test_init_raw()
|
/openbmc/qemu/include/qapi/qmp/ |
H A D | qjson.h | 17 QObject *qobject_from_json(const char *string, Error **errp);
|
/openbmc/qemu/tests/qtest/ |
H A D | migration-helpers.c | 187 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 D | qjson.c | 80 QObject *qobject_from_json(const char *string, Error **errp) in qobject_from_json() function
|
/openbmc/qemu/authz/ |
H A D | listfile.c | 68 obj = qobject_from_json(content, errp); in qauthz_list_file_load()
|
/openbmc/qemu/qom/ |
H A D | qom-hmp-cmds.c | 64 QObject *obj = qobject_from_json(value, &err); in hmp_qom_set()
|
H A D | object_interfaces.c | 271 obj = qobject_from_json(str, errp); in user_creatable_parse_str()
|
/openbmc/qemu/qapi/ |
H A D | qobject-input-visitor.c | 759 obj = qobject_from_json(str, errp); in qobject_input_visitor_new_str()
|
/openbmc/qemu/system/ |
H A D | vl.c | 1831 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 D | rbd.c | 316 qobject_from_json(keypairs_json, &error_abort)); in qemu_rbd_set_keypairs()
|
/openbmc/qemu/ |
H A D | block.c | 2009 options_obj = qobject_from_json(filename, errp); in parse_json_filename()
|