Home
last modified time | relevance | path

Searched refs:setDecreaseAllow (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-fan-presence/control/json/actions/
H A Dnet_target_decrease.cpp139 zone.setDecreaseAllow(group.getName(), !(netDelta == 0)); in run()
/openbmc/phosphor-fan-presence/control/json/
H A Dzone.hpp304 inline void setDecreaseAllow(const std::string& ident, bool isAllow) in setDecreaseAllow() function in phosphor::fan::control::json::Zone
/openbmc/phosphor-fan-presence/control/
H A Dzone.hpp134 inline void setDecreaseAllow(const Group* group, bool isAllow) in setDecreaseAllow() function in phosphor::fan::control::Zone
H A Dactions.hpp401 zone.setDecreaseAllow(&group, !(netDelta == 0)); in set_net_decrease_speed()