Home
last modified time | relevance | path

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

/openbmc/phosphor-fan-presence/control/
H A Dfunctor.hpp129 zone.getPropertyValueVisitor<T>(_intf, _prop, it->second); in operator ()()
280 zone.getPropertyValueVisitor<T>(_intf, _prop, itProp->second); in operator ()()
H A Dzone.hpp229 inline auto getPropertyValueVisitor(const char* intf, const char* prop, in getPropertyValueVisitor() function in phosphor::fan::control::Zone
647 value = getPropertyValueVisitor<T>(intf.c_str(), prop.c_str(), variant); in getPropertyByName()