Home
last modified time | relevance | path

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

/qemu/tests/qtest/
H A Ddevice-introspect-test.c168 QList *all_types; in test_qom_list_fields() local
175 all_types = qom_list_types(qts, NULL, true); in test_qom_list_fields()
178 QLIST_FOREACH_ENTRY(all_types, e) { in test_qom_list_fields()
193 qobject_unref(all_types); in test_qom_list_fields()
273 QList *all_types; in test_abstract_interfaces() local
280 all_types = qom_list_types(qts, "interface", true); in test_abstract_interfaces()
281 index = qom_type_index(all_types); in test_abstract_interfaces()
283 QLIST_FOREACH_ENTRY(all_types, e) { in test_abstract_interfaces()
301 qobject_unref(all_types); in test_abstract_interfaces()