Home
last modified time | relevance | path

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

/openbmc/sdbusplus/example/
H A Dget-all-properties.cpp92 const std::string* greetings = nullptr; in asyncGetAllPropertiesStringTypeOnly() local
99 properties, propertyGrettingName, greetings, in asyncGetAllPropertiesStringTypeOnly()
105 << "value of greetings: " << *greetings << "\n"; in asyncGetAllPropertiesStringTypeOnly()
147 std::string greetings; in asyncGetAllProperties() local
151 properties, propertyGrettingName, greetings, in asyncGetAllProperties()
155 std::cout << "value of greetings: " << greetings << "\n"; in asyncGetAllProperties()