Home
last modified time | relevance | path

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

/openbmc/sdeventplus/src/sdeventplus/source/
H A Dbase.hpp71 const char* get_description() const;
H A Dbase.cpp24 const char* Base::get_description() const in get_description() function in sdeventplus::source::Base
/openbmc/sdeventplus/test/source/
H A Dbase.cpp267 EXPECT_EQ(expected, base->get_description()); in TEST_F()
275 EXPECT_THROW(base->get_description(), SdEventError); in TEST_F()
/openbmc/qemu/target/s390x/
H A Dcpu_models.c891 static char *get_description(Object *obj, Error **errp) in get_description() function
905 object_class_property_add_str(oc, "description", get_description, NULL); in s390_cpu_model_class_register_props()
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/
H A Dmodels.py1100 def get_description(self): member in Task