Home
last modified time | relevance | path

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

/openbmc/phosphor-fan-presence/control/json/actions/
H A Dtarget_from_group_max.hpp68 class TargetFromGroupMax : class
70 public ActionRegister<TargetFromGroupMax>
76 TargetFromGroupMax() = delete;
77 TargetFromGroupMax(const TargetFromGroupMax&) = delete;
78 TargetFromGroupMax(TargetFromGroupMax&&) = delete;
79 TargetFromGroupMax& operator=(const TargetFromGroupMax&) = delete;
80 TargetFromGroupMax& operator=(TargetFromGroupMax&&) = delete;
81 ~TargetFromGroupMax() = default;
89 TargetFromGroupMax(const json& jsonObj, const std::vector<Group>& groups);
H A Dtarget_from_group_max.cpp26 std::map<size_t, uint64_t> TargetFromGroupMax::_speedFromGroupsMap;
27 size_t TargetFromGroupMax::_groupIndexCounter = 0;
32 TargetFromGroupMax::TargetFromGroupMax(const json& jsonObj, in TargetFromGroupMax() function in phosphor::fan::control::json::TargetFromGroupMax
41 void TargetFromGroupMax::run(Zone& zone) in run()
111 void TargetFromGroupMax::setHysteresis(const json& jsonObj) in setHysteresis()
124 void TargetFromGroupMax::setIndex() in setIndex()
134 void TargetFromGroupMax::setMap(const json& jsonObj) in setMap()
161 std::optional<PropertyVariantType> TargetFromGroupMax::processGroups() in processGroups()