Home
last modified time | relevance | path

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

/openbmc/phosphor-fan-presence/control/json/
H A Dzone.hpp293 inline void setFloorChangeAllow(const std::string& ident, bool isAllow) in setFloorChangeAllow() argument
295 _floorChange[ident] = isAllow; in setFloorChangeAllow()
304 inline void setDecreaseAllow(const std::string& ident, bool isAllow) in setDecreaseAllow() argument
306 _decAllowed[ident] = isAllow; in setDecreaseAllow()
/openbmc/phosphor-fan-presence/control/
H A Dzone.hpp123 inline void setFloorChangeAllow(const Group* group, bool isAllow) in setFloorChangeAllow() argument
125 _floorChange[*(group)] = isAllow; in setFloorChangeAllow()
134 inline void setDecreaseAllow(const Group* group, bool isAllow) in setDecreaseAllow() argument
136 _decAllowed[*(group)] = isAllow; in setDecreaseAllow()