Searched refs:CountStateTarget (Results 1 – 2 of 2) sorted by relevance
37 class CountStateTarget : class39 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);
32 CountStateTarget::CountStateTarget(const json& jsonObj, in CountStateTarget() function in phosphor::fan::control::json::CountStateTarget41 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()