Home
last modified time | relevance | path

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

/openbmc/phosphor-fan-presence/control/json/actions/
H A Dmissing_owner_target.cpp52 zone.setTargetHold(group.getName(), _target, isMissingOwner); in run()
H A Dcount_state_target.cpp72 zone.setTargetHold(getUniqueName(), _target, (numAtState >= _count)); in run()
/openbmc/phosphor-fan-presence/control/json/
H A Dzone.hpp244 void setTargetHold(const std::string& ident, uint64_t target, bool hold);
H A Dzone.cpp206 void Zone::setTargetHold(const std::string& ident, uint64_t target, bool hold) in setTargetHold() function in phosphor::fan::control::json::Zone