Searched refs:ActionParseError (Results 1 – 12 of 12) sorted by relevance
/openbmc/phosphor-fan-presence/control/json/actions/ |
H A D | action.hpp | 46 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 D | mapped_floor.cpp | 72 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 D | timer_based_actions.cpp | 159 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 D | count_state_target.cpp | 79 throw ActionParseError{ActionBase::getName(), in setCount() 89 throw ActionParseError{ActionBase::getName(), in setState() 99 throw ActionParseError{ActionBase::getName(), in setTarget()
|
H A D | override_fan_target.cpp | 132 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 D | count_state_floor.cpp | 121 throw ActionParseError{ActionBase::getName(), in setCount() 131 throw ActionParseError{ActionBase::getName(), in setState() 141 throw ActionParseError{ActionBase::getName(), in setFloor()
|
H A D | target_from_group_max.cpp | 116 throw ActionParseError{ in setHysteresis() 142 throw ActionParseError{ActionBase::getName(), in setMap() 157 throw ActionParseError{ActionBase::getName(), "Missing required map"}; in setMap()
|
H A D | set_parameter_from_group_max.cpp | 122 throw ActionParseError{ActionBase::getName(), in setParameterName() 139 throw ActionParseError{ActionBase::getName(), e.what()}; in setModifier()
|
H A D | net_target_decrease.cpp | 157 throw ActionParseError{ in setState() 167 throw ActionParseError{ActionBase::getName(), in setDelta()
|
H A D | net_target_increase.cpp | 151 throw ActionParseError{ in setState() 161 throw ActionParseError{ActionBase::getName(), in setDelta()
|
H A D | missing_owner_target.cpp | 60 throw ActionParseError{ActionBase::getName(), in setTarget()
|
H A D | get_managed_objects.cpp | 118 throw ActionParseError{getName(), "Missing required action name"}; in setActions()
|