Home
last modified time | relevance | path

Searched refs:ActionRegister (Results 1 – 15 of 15) sorted by relevance

/openbmc/phosphor-fan-presence/control/json/actions/
H A Daction.hpp363 class ActionRegister class
366 ActionRegister(const ActionRegister&) = delete;
367 ActionRegister(ActionRegister&&) = delete;
368 ActionRegister& operator=(const ActionRegister&) = delete;
369 ActionRegister& operator=(ActionRegister&&) = delete;
370 virtual ~ActionRegister() = default;
371 ActionRegister() in ActionRegister() function in phosphor::fan::control::json::ActionRegister
H A Ddefault_floor.hpp36 class DefaultFloor : public ActionBase, public ActionRegister<DefaultFloor>
H A Drequest_target_base.hpp41 public ActionRegister<RequestTargetBase>
H A Dmissing_owner_target.hpp38 public ActionRegister<MissingOwnerTarget>
H A Dnet_target_increase.hpp42 public ActionRegister<NetTargetIncrease>
H A Dnet_target_decrease.hpp42 public ActionRegister<NetTargetDecrease>
H A Dset_parameter_from_group_max.hpp57 public ActionRegister<SetParameterFromGroupMax>
H A Dget_managed_objects.hpp66 public ActionRegister<GetManagedObjects>
H A Dcount_state_target.hpp39 public ActionRegister<CountStateTarget>
H A Dcount_state_floor.hpp49 public ActionRegister<CountStateFloor>
H A Dtimer_based_actions.hpp43 public ActionRegister<TimerBasedActions>
H A Doverride_fan_target.hpp69 public ActionRegister<OverrideFanTarget>
H A Dtarget_from_group_max.hpp70 public ActionRegister<TargetFromGroupMax>
H A Dpcie_card_floors.hpp69 class PCIeCardFloors : public ActionBase, public ActionRegister<PCIeCardFloors>
H A Dmapped_floor.hpp127 class MappedFloor : public ActionBase, public ActionRegister<MappedFloor>