Searched refs:getPropertyByName (Results 1 – 5 of 5) sorted by relevance
137 auto val = zone.getPropertyByName<T>(_path, _intf, _prop); in operator ()()168 auto val = zone.getPropertyByName<T>(path, intf, prop); in operator ()()
613 auto getPropertyByName(const std::string& path, const std::string& intf, in getPropertyByName() function in phosphor::fan::control::Zone625 auto var = ThermalMode::getPropertyByName(prop); in getPropertyByName()
42 auto ${interface.classname}::getPropertyByName(const std::string& _name) ->
99 PropertiesVariant getPropertyByName(const std::string& _name);
94 auto property = iface.getPropertyByName(propertyName); in op()