Home
last modified time | relevance | path

Searched refs:propertyGrettingName (Results 1 – 2 of 2) sorted by relevance

/openbmc/sdbusplus/example/
H A Dregister-property.cpp13 const std::string propertyGrettingName = "Greetings"; variable
27 propertyGrettingName, sdbusplus::vtable::property_::const_, in Application()
58 propertyGrettingName, in asyncReadPropertyWithIncorrectType()
78 propertyGrettingName, in asyncReadProperties()
105 propertyGrettingName, "Hi, hey, hello", in asyncChangeProperty()
H A Dget-all-properties.cpp14 const std::string propertyGrettingName = "Greetings"; variable
29 propertyGrettingName, sdbusplus::vtable::property_::const_, in Application()
99 properties, propertyGrettingName, greetings, in asyncGetAllPropertiesStringTypeOnly()
151 properties, propertyGrettingName, greetings, in asyncGetAllProperties()
183 properties, propertyGrettingName, notMatchingType); in asyncGetAllProperties()