Home
last modified time | relevance | path

Searched refs:actionParameterValueError (Results 1 – 4 of 4) sorted by relevance

/openbmc/bmcweb/redfish-core/src/utils/
H A Ddbus_utils.cpp112 messages::actionParameterValueError(asyncResp->res, in afterSetPropertyAction()
/openbmc/bmcweb/redfish-core/include/registries/
H A Dbase_message_registry.hpp1376 actionParameterValueError = 12, enumerator
/openbmc/bmcweb/redfish-core/include/
H A Derror_messages.hpp378 nlohmann::json actionParameterValueError(const nlohmann::json& arg1,
381 void actionParameterValueError(crow::Response& res, const nlohmann::json& arg1,
/openbmc/bmcweb/redfish-core/src/
H A Derror_messages.cpp683 nlohmann::json actionParameterValueError(const nlohmann::json& arg1, in actionParameterValueError() function
688 return getLog(redfish::registries::base::Index::actionParameterValueError, in actionParameterValueError()
692 void actionParameterValueError(crow::Response& res, const nlohmann::json& arg1, in actionParameterValueError() function
696 addMessageToErrorJson(res.jsonValue, actionParameterValueError(arg1, arg2)); in actionParameterValueError()