Home
last modified time | relevance | path

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

/openbmc/phosphor-fan-presence/control/
H A Dfunctor.hpp137 auto val = zone.getPropertyByName<T>(_path, _intf, _prop); in operator ()()
168 auto val = zone.getPropertyByName<T>(path, intf, prop); in operator ()()
H A Dzone.hpp614 auto getPropertyByName(const std::string& path, const std::string& intf, in getPropertyByName() function in phosphor::fan::control::Zone
626 auto var = ThermalMode::getPropertyByName(prop); in getPropertyByName()
/openbmc/sdbusplus/tools/sdbusplus/templates/
H A Dinterface.server.cpp.mako42 auto ${interface.classname}::getPropertyByName(const std::string& _name) ->
H A Dinterface.server.hpp.mako99 PropertiesVariant getPropertyByName(const std::string& _name);
/openbmc/phosphor-inventory-manager/
H A Dinterface_ops.hpp94 auto property = iface.getPropertyByName(propertyName); in op()