Searched refs:propertyGrettingName (Results 1 – 2 of 2) sorted by relevance
/openbmc/sdbusplus/example/ |
H A D | register-property.cpp | 13 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 D | get-all-properties.cpp | 14 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()
|