Home
last modified time | relevance | path

Searched refs:qobject_from_qlit (Results 1 – 5 of 5) sorted by relevance

/qemu/qobject/
H A Dqlit.c91 QObject *qobject_from_qlit(const QLitObject *qlit) in qobject_from_qlit() function
105 qdict_put_obj(qdict, e->key, qobject_from_qlit(&e->value)); in qobject_from_qlit()
114 qlist_append_obj(qlist, qobject_from_qlit(e)); in qobject_from_qlit()
/qemu/include/qapi/qmp/
H A Dqlit.h53 QObject *qobject_from_qlit(const QLitObject *qlit);
/qemu/tests/unit/
H A Dcheck-qlit.c70 QObject *obj, *qobj = qobject_from_qlit(&qlit); in qobject_from_qlit_test()
H A Dtest-qobject-input-visitor.c1190 QObject *obj = qobject_from_qlit(qlit); in do_test_visitor_in_qmp_introspect()
/qemu/monitor/
H A Dqmp-cmds-control.c206 QObject *obj = qobject_from_qlit(&qmp_schema_qlit); in qmp_query_qmp_schema()