Searched refs:TargetFromGroupMax (Results 1 – 2 of 2) sorted by relevance
68 class TargetFromGroupMax : class70 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);
26 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::TargetFromGroupMax41 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()