Home
last modified time | relevance | path

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

/openbmc/phosphor-fan-presence/control/json/
H A Dconfig_base.hpp133 if (auto stringPtr = object.get_ptr<const std::string*>()) in getJsonValue() local
135 return *stringPtr; in getJsonValue()
/openbmc/phosphor-fan-presence/monitor/
H A Dtypes.hpp77 if (auto stringPtr = entry.get_ptr<const std::string*>()) in getPropValue() local
81 value = *stringPtr; in getPropValue()