Lines Matching +defs:get +defs:value
499 const char *value, bool optional) in object_register_sugar_prop()
682 gpointer key, value; in object_property_del_child() local
882 const char *value = va_arg(vargs, char *); in object_set_propv() local
1103 static void object_class_foreach_tramp(gpointer key, gpointer value, in object_class_foreach_tramp()
1238 ObjectPropertyAccessor *get, in object_property_try_add()
1289 ObjectPropertyAccessor *get, in object_property_add()
1302 ObjectPropertyAccessor *get, in object_class_property_add()
1455 const char *value, Error **errp) in object_property_set_str()
1488 Object *value, Error **errp) in object_property_set_link()
1517 bool value, Error **errp) in object_property_set_bool()
1550 int64_t value, Error **errp) in object_property_set_int()
1600 void object_property_set_default_bool(ObjectProperty *prop, bool value) in object_property_set_default_bool()
1605 void object_property_set_default_str(ObjectProperty *prop, const char *value) in object_property_set_default_str()
1615 void object_property_set_default_int(ObjectProperty *prop, int64_t value) in object_property_set_default_int()
1620 void object_property_set_default_uint(ObjectProperty *prop, uint64_t value) in object_property_set_default_uint()
1626 uint64_t value, Error **errp) in object_property_set_uint()
1658 int (*get)(Object *, Error **); member
2267 char *(*get)(Object *, Error **); member
2275 char *value; in property_get_str() local
2292 char *value; in property_set_str() local
2345 bool (*get)(Object *, Error **); member
2353 bool value; in property_get_bool() local
2369 bool value; in property_set_bool() local
2416 int value; in property_get_enum() local
2432 int value; in property_set_enum() local
2481 void (*get)(Object *, struct tm *, Error **); member
2489 struct tm value; in property_get_tm() local
2558 uint8_t value = *(uint8_t *)opaque; in property_get_uint8_ptr() local
2566 uint8_t value; in property_set_uint8_ptr() local
2578 uint16_t value = *(uint16_t *)opaque; in property_get_uint16_ptr() local
2586 uint16_t value; in property_set_uint16_ptr() local
2598 uint32_t value = *(uint32_t *)opaque; in property_get_uint32_ptr() local
2606 uint32_t value; in property_set_uint32_ptr() local
2618 uint64_t value = *(uint64_t *)opaque; in property_get_uint64_ptr() local
2626 uint64_t value; in property_set_uint64_ptr() local