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.hpp128 auto value = zone.getPropertyValueVisitor<T>(_intf, _prop, in operator ()()
279 auto value = zone.getPropertyValueVisitor<T>(_intf, _prop, in operator ()()
H A Dzone.hpp229 inline auto getPropertyValueVisitor(const char* intf, const char* prop, in getPropertyValueVisitor() function in phosphor::fan::control::Zone
648 value = getPropertyValueVisitor<T>(intf.c_str(), prop.c_str(), variant); in getPropertyByName()