Searched refs:qobject_to_json (Results 1 – 11 of 11) sorted by relevance
37 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()
944 output_json = qobject_to_json(obj_orig); in qmp_deserialize()
28 GString *qobject_to_json(const QObject *obj);
331 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()
229 GString *qobject_to_json(const QObject *obj) in qobject_to_json() function
153 GString *str = qobject_to_json(qobj); in _qmp_fd_vsend_fds()
180 g_autofree char *def_json = g_string_free(qobject_to_json(defval), in object_property_help()
642 response = qobject_to_json(QOBJECT(rsp)); in send_response()
251 qstring_from_gstring(qobject_to_json(QOBJECT(keypairs)))); in qemu_rbd_parse_filename()
1822 g_autoptr(GString) req_json = qobject_to_json(QOBJECT(args));1837 g_autoptr(GString) ret_json = qobject_to_json(*ret);
8064 GString *json = qobject_to_json(QOBJECT(bs->full_open_options)); in bdrv_refresh_filename()