Searched refs:get_description (Results 1 – 5 of 5) sorted by relevance
71 const char* get_description() const;
24 const char* Base::get_description() const in get_description() function in sdeventplus::source::Base
267 EXPECT_EQ(expected, base->get_description()); in TEST_F()275 EXPECT_THROW(base->get_description(), SdEventError); in TEST_F()
891 static char *get_description(Object *obj, Error **errp) in get_description() function905 object_class_property_add_str(oc, "description", get_description, NULL); in s390_cpu_model_class_register_props()
1100 def get_description(self): member in Task