Home
last modified time | relevance | path

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

/openbmc/phosphor-fan-presence/control/json/actions/
H A Dcount_state_target.hpp37 class CountStateTarget : class
39 public ActionRegister<CountStateTarget>
45 CountStateTarget() = delete;
46 CountStateTarget(const CountStateTarget&) = delete;
47 CountStateTarget(CountStateTarget&&) = delete;
48 CountStateTarget& operator=(const CountStateTarget&) = delete;
49 CountStateTarget& operator=(CountStateTarget&&) = delete;
50 ~CountStateTarget() = default;
58 CountStateTarget(const json& jsonObj, const std::vector<Group>& groups);
H A Dcount_state_target.cpp32 CountStateTarget::CountStateTarget(const json& jsonObj, in CountStateTarget() function in phosphor::fan::control::json::CountStateTarget
41 void CountStateTarget::run(Zone& zone) in run()
75 void CountStateTarget::setCount(const json& jsonObj) in setCount()
85 void CountStateTarget::setState(const json& jsonObj) in setState()
95 void CountStateTarget::setTarget(const json& jsonObj) in setTarget()