Home
last modified time | relevance | path

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

/openbmc/phosphor-fan-presence/control/json/
H A Dconfig_base.hpp121 if (auto boolPtr = object.get_ptr<const bool*>()) in getJsonValue() local
123 return *boolPtr; in getJsonValue()
/openbmc/phosphor-fan-presence/monitor/
H A Dtypes.hpp61 if (auto boolPtr = entry.get_ptr<const bool*>()) in getPropValue() local
65 value = *boolPtr; in getPropValue()