Lines Matching defs:obj
421 static void object_init_with_type(Object *obj, TypeImpl *ti) in object_init_with_type()
432 static void object_post_init_with_type(Object *obj, TypeImpl *ti) in object_post_init_with_type()
443 bool object_apply_global_props(Object *obj, const GPtrArray *props, in object_apply_global_props()
533 void object_apply_compat_props(Object *obj) in object_apply_compat_props()
543 static void object_class_property_init_all(Object *obj) in object_class_property_init_all()
556 static void object_initialize_with_type(Object *obj, size_t size, TypeImpl *type) in object_initialize_with_type()
605 Object *obj; in object_initialize_child_with_propsv() local
654 static void object_property_del_all(Object *obj) in object_property_del_all()
678 static void object_property_del_child(Object *obj, Object *child) in object_property_del_child()
705 void object_unparent(Object *obj) in object_unparent()
712 static void object_deinit(Object *obj, TypeImpl *type) in object_deinit()
725 Object *obj = data; in object_finalize() local
752 Object *obj; in object_new_with_type() local
800 Object *obj; in object_new_with_props() local
816 Object *obj; in object_new_with_propv() local
859 bool object_set_props(Object *obj, in object_set_props()
874 bool object_set_propv(Object *obj, in object_set_propv()
895 Object *object_dynamic_cast(Object *obj, const char *typename) in object_dynamic_cast()
904 Object *object_dynamic_cast_assert(Object *obj, const char *typename, in object_dynamic_cast_assert()
1036 const char *object_get_typename(const Object *obj) in object_get_typename()
1041 ObjectClass *object_get_class(Object *obj) in object_get_class()
1136 static int do_object_child_foreach(Object *obj, in do_object_child_foreach()
1164 int object_child_foreach(Object *obj, int (*fn)(Object *child, void *opaque), in object_child_foreach()
1170 int object_child_foreach_recursive(Object *obj, in object_child_foreach_recursive()
1210 Object *obj = OBJECT(objptr); in object_ref() local
1224 Object *obj = OBJECT(objptr); in object_unref() local
1237 object_property_try_add(Object *obj, const char *name, const char *type, in object_property_try_add()
1288 object_property_add(Object *obj, const char *name, const char *type, in object_property_add()
1326 ObjectProperty *object_property_find(Object *obj, const char *name) in object_property_find()
1339 ObjectProperty *object_property_find_err(Object *obj, const char *name, in object_property_find_err()
1351 Object *obj) in object_property_iter_init()
1405 void object_property_del(Object *obj, const char *name) in object_property_del()
1415 bool object_property_get(Object *obj, const char *name, Visitor *v, in object_property_get()
1435 bool object_property_set(Object *obj, const char *name, Visitor *v, in object_property_set()
1454 bool object_property_set_str(Object *obj, const char *name, in object_property_set_str()
1464 char *object_property_get_str(Object *obj, const char *name, in object_property_get_str()
1487 bool object_property_set_link(Object *obj, const char *name, in object_property_set_link()
1498 Object *object_property_get_link(Object *obj, const char *name, in object_property_get_link()
1516 bool object_property_set_bool(Object *obj, const char *name, in object_property_set_bool()
1526 bool object_property_get_bool(Object *obj, const char *name, in object_property_get_bool()
1549 bool object_property_set_int(Object *obj, const char *name, in object_property_set_int()
1559 int64_t object_property_get_int(Object *obj, const char *name, in object_property_get_int()
1581 static void object_property_init_defval(Object *obj, ObjectProperty *prop) in object_property_init_defval()
1625 bool object_property_set_uint(Object *obj, const char *name, in object_property_set_uint()
1635 uint64_t object_property_get_uint(Object *obj, const char *name, in object_property_get_uint()
1662 int object_property_get_enum(Object *obj, const char *name, in object_property_get_enum()
1694 bool object_property_parse(Object *obj, const char *name, in object_property_parse()
1704 char *object_property_print(Object *obj, const char *name, bool human, in object_property_print()
1722 const char *object_property_get_type(Object *obj, const char *name, Error **errp) in object_property_get_type()
1791 static void object_get_child_property(Object *obj, Visitor *v, in object_get_child_property()
1809 static void object_finalize_child_property(Object *obj, const char *name, in object_finalize_child_property()
1822 object_property_try_add_child(Object *obj, const char *name, in object_property_try_add_child()
1845 object_property_add_child(Object *obj, const char *name, in object_property_add_child()
1851 void object_property_allow_set_link(const Object *obj, const char *name, in object_property_allow_set_link()
1868 object_link_get_targetp(Object *obj, LinkProperty *lprop) in object_link_get_targetp()
1879 static void object_get_link_property(Object *obj, Visitor *v, in object_get_link_property()
1906 static Object *object_resolve_link(Object *obj, const char *name, in object_resolve_link()
1938 static void object_set_link_property(Object *obj, Visitor *v, in object_set_link_property()
1986 static void object_release_link_property(Object *obj, const char *name, in object_release_link_property()
2001 object_add_link_prop(Object *obj, const char *name, in object_add_link_prop() argument
2031 object_property_add_link(Object *obj, const char *name, in object_property_add_link() argument
2044 void (*check)(const Object *obj, const char *name, in object_class_property_add_link()
2071 object_property_add_const_link(Object *obj, const char *name, in object_property_add_const_link()
2079 const char *object_get_canonical_path_component(const Object *obj) in object_get_canonical_path_component()
2103 char *object_get_canonical_path(const Object *obj) in object_get_canonical_path()
2173 Object *obj; in object_resolve_partial_path() local
2208 Object *obj; in object_resolve_path_type() local
2271 static void property_get_str(Object *obj, Visitor *v, const char *name, in property_get_str()
2288 static void property_set_str(Object *obj, Visitor *v, const char *name, in property_set_str()
2302 static void property_release_data(Object *obj, const char *name, in property_release_data()
2309 object_property_add_str(Object *obj, const char *name, in object_property_add_str()
2349 static void property_get_bool(Object *obj, Visitor *v, const char *name, in property_get_bool()
2365 static void property_set_bool(Object *obj, Visitor *v, const char *name, in property_set_bool()
2379 object_property_add_bool(Object *obj, const char *name, in object_property_add_bool()
2412 static void property_get_enum(Object *obj, Visitor *v, const char *name, in property_get_enum()
2428 static void property_set_enum(Object *obj, Visitor *v, const char *name, in property_set_enum()
2441 object_property_add_enum(Object *obj, const char *name, in object_property_add_enum()
2484 static void property_get_tm(Object *obj, Visitor *v, const char *name, in property_get_tm()
2524 object_property_add_tm(Object *obj, const char *name, in object_property_add_tm()
2550 static char *object_get_type(Object *obj, Error **errp) in object_get_type()
2555 static void property_get_uint8_ptr(Object *obj, Visitor *v, const char *name, in property_get_uint8_ptr()
2562 static void property_set_uint8_ptr(Object *obj, Visitor *v, const char *name, in property_set_uint8_ptr()
2575 static void property_get_uint16_ptr(Object *obj, Visitor *v, const char *name, in property_get_uint16_ptr()
2582 static void property_set_uint16_ptr(Object *obj, Visitor *v, const char *name, in property_set_uint16_ptr()
2595 static void property_get_uint32_ptr(Object *obj, Visitor *v, const char *name, in property_get_uint32_ptr()
2602 static void property_set_uint32_ptr(Object *obj, Visitor *v, const char *name, in property_set_uint32_ptr()
2615 static void property_get_uint64_ptr(Object *obj, Visitor *v, const char *name, in property_get_uint64_ptr()
2622 static void property_set_uint64_ptr(Object *obj, Visitor *v, const char *name, in property_set_uint64_ptr()
2636 object_property_add_uint8_ptr(Object *obj, const char *name, in object_property_add_uint8_ptr()
2676 object_property_add_uint16_ptr(Object *obj, const char *name, in object_property_add_uint16_ptr()
2716 object_property_add_uint32_ptr(Object *obj, const char *name, in object_property_add_uint32_ptr()
2756 object_property_add_uint64_ptr(Object *obj, const char *name, in object_property_add_uint64_ptr()
2800 static void property_get_alias(Object *obj, Visitor *v, const char *name, in property_get_alias()
2810 static void property_set_alias(Object *obj, Visitor *v, const char *name, in property_set_alias()
2820 static Object *property_resolve_alias(Object *obj, void *opaque, in property_resolve_alias()
2828 static void property_release_alias(Object *obj, const char *name, void *opaque) in property_release_alias()
2837 object_property_add_alias(Object *obj, const char *name, in object_property_add_alias()
2874 void object_property_set_description(Object *obj, const char *name, in object_property_set_description()