Home
last modified time | relevance | path

Searched refs:qobject_to_json (Results 1 – 11 of 11) sorted by relevance

/openbmc/qemu/tests/unit/
H A Dcheck-qjson.c37 GString *json = qobject_to_json(QOBJECT(str)); in to_json_str()
827 str = qobject_to_json(QOBJECT(qnum)); in int_number()
864 str = qobject_to_json(QOBJECT(qnum)); in uint_number()
903 str = qobject_to_json(QOBJECT(qnum)); in float_number()
924 str = qobject_to_json(obj); in keyword_literal()
935 str = qobject_to_json(obj); in keyword_literal()
1091 str = qobject_to_json(obj); in simple_dict()
1200 str = qobject_to_json(obj); in simple_list()
1262 str = qobject_to_json(obj); in simple_whitespace()
H A Dtest-visitor-serialization.c944 output_json = qobject_to_json(obj_orig); in qmp_deserialize()
/openbmc/qemu/include/qapi/qmp/
H A Dqjson.h28 GString *qobject_to_json(const QObject *obj);
/openbmc/qemu/monitor/
H A Dqmp.c331 id_json = id ? qobject_to_json(id) : g_string_new(NULL); in monitor_qmp_dispatcher_co()
373 GString *req_json = qobject_to_json(req); in handle_qmp_command()
384 id_json = id ? qobject_to_json(id) : g_string_new(NULL); in handle_qmp_command()
/openbmc/qemu/qobject/
H A Dqjson.c229 GString *qobject_to_json(const QObject *obj) in qobject_to_json() function
/openbmc/qemu/tests/qtest/
H A Dlibqmp.c153 GString *str = qobject_to_json(qobj); in _qmp_fd_vsend_fds()
/openbmc/qemu/qom/
H A Dobject_interfaces.c180 g_autofree char *def_json = g_string_free(qobject_to_json(defval), in object_property_help()
/openbmc/qemu/qga/
H A Dmain.c598 response = qobject_to_json(QOBJECT(rsp)); in send_response()
/openbmc/qemu/block/
H A Drbd.c251 qstring_from_gstring(qobject_to_json(QOBJECT(keypairs)))); in qemu_rbd_parse_filename()
/openbmc/qemu/docs/devel/
H A Dqapi-code-gen.rst1765 g_autoptr(GString) req_json = qobject_to_json(QOBJECT(args));
1780 g_autoptr(GString) ret_json = qobject_to_json(*ret);
/openbmc/qemu/
H A Dblock.c8284 GString *json = qobject_to_json(QOBJECT(bs->full_open_options)); in bdrv_refresh_filename()