Home
last modified time | relevance | path

Searched refs:ActionParseError (Results 1 – 12 of 12) sorted by relevance

/openbmc/phosphor-fan-presence/control/json/actions/
H A Daction.hpp46 class ActionParseError : public std::runtime_error class
49 ActionParseError() = delete;
50 ActionParseError(const ActionParseError&) = delete;
51 ActionParseError(ActionParseError&&) = delete;
52 ActionParseError& operator=(const ActionParseError&) = delete;
53 ActionParseError& operator=(ActionParseError&&) = delete;
54 ~ActionParseError() = default;
67 ActionParseError(const std::string& name, const std::string& details) : in ActionParseError() function in phosphor::fan::control::json::ActionParseError
H A Dmapped_floor.cpp72 throw ActionParseError{ in getGroup()
84 throw ActionParseError{ActionBase::getName(), in setKeyGroup()
102 throw ActionParseError{ActionBase::getName(), in setFloorTable()
112 throw ActionParseError{ in setFloorTable()
137 throw ActionParseError{ in setFloorTable()
160 throw ActionParseError{ in setFloorTable()
195 throw ActionParseError{ in setCondition()
203 throw ActionParseError{ActionBase::getName(), in setCondition()
212 throw ActionParseError{ActionBase::getName(), in setCondition()
221 throw ActionParseError{ActionBase::getName(), in setCondition()
H A Dtimer_based_actions.cpp159 throw ActionParseError{getName(), "Missing required timer entry"}; in setTimerConf()
164 throw ActionParseError{ in setTimerConf()
184 throw ActionParseError{ in setTimerConf()
193 throw ActionParseError{getName(), "Missing required actions entry"}; in setActions()
199 throw ActionParseError{getName(), "Missing required action name"}; in setActions()
H A Dcount_state_target.cpp79 throw ActionParseError{ActionBase::getName(), in setCount()
89 throw ActionParseError{ActionBase::getName(), in setState()
99 throw ActionParseError{ActionBase::getName(), in setTarget()
H A Doverride_fan_target.cpp132 throw ActionParseError{ActionBase::getName(), in setCount()
142 throw ActionParseError{ActionBase::getName(), in setState()
152 throw ActionParseError{ActionBase::getName(), in setTarget()
162 throw ActionParseError{ActionBase::getName(), in setFans()
H A Dcount_state_floor.cpp121 throw ActionParseError{ActionBase::getName(), in setCount()
131 throw ActionParseError{ActionBase::getName(), in setState()
141 throw ActionParseError{ActionBase::getName(), in setFloor()
H A Dtarget_from_group_max.cpp116 throw ActionParseError{ in setHysteresis()
142 throw ActionParseError{ActionBase::getName(), in setMap()
157 throw ActionParseError{ActionBase::getName(), "Missing required map"}; in setMap()
H A Dset_parameter_from_group_max.cpp122 throw ActionParseError{ActionBase::getName(), in setParameterName()
139 throw ActionParseError{ActionBase::getName(), e.what()}; in setModifier()
H A Dnet_target_decrease.cpp157 throw ActionParseError{ in setState()
167 throw ActionParseError{ActionBase::getName(), in setDelta()
H A Dnet_target_increase.cpp151 throw ActionParseError{ in setState()
161 throw ActionParseError{ActionBase::getName(), in setDelta()
H A Dmissing_owner_target.cpp60 throw ActionParseError{ActionBase::getName(), in setTarget()
H A Dget_managed_objects.cpp118 throw ActionParseError{getName(), "Missing required action name"}; in setActions()