Searched refs:TYPE_STATIC_PROPS (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | test-qdev-global-props.c | 33 #define TYPE_STATIC_PROPS "static_prop_type" macro 36 TYPE_STATIC_PROPS) 64 .name = TYPE_STATIC_PROPS, 72 .parent = TYPE_STATIC_PROPS, 80 mt = STATIC_TYPE(object_new(TYPE_STATIC_PROPS)); in test_static_prop_subprocess() 109 { TYPE_STATIC_PROPS, "prop1", "200" }, in test_static_globalprop_subprocess() 115 mt = STATIC_TYPE(object_new(TYPE_STATIC_PROPS)); in test_static_globalprop_subprocess() 270 { TYPE_STATIC_PROPS, "prop1", "101" }, in test_subclass_global_props() 273 { TYPE_STATIC_PROPS, "prop2", "104" }, in test_subclass_global_props()
|