Searched refs:actionParameterUnknown (Results 1 – 5 of 5) sorted by relevance
/openbmc/bmcweb/redfish-core/include/registries/ |
H A D | base_message_registry.hpp | 1374 actionParameterUnknown = 10, enumerator
|
/openbmc/bmcweb/redfish-core/include/ |
H A D | error_messages.hpp | 295 nlohmann::json actionParameterUnknown(std::string_view arg1, 298 void actionParameterUnknown(crow::Response& res, std::string_view arg1,
|
/openbmc/bmcweb/redfish-core/src/ |
H A D | error_messages.cpp | 563 nlohmann::json actionParameterUnknown(std::string_view arg1, in actionParameterUnknown() function 566 return getLog(redfish::registries::base::Index::actionParameterUnknown, in actionParameterUnknown() 570 void actionParameterUnknown(crow::Response& res, std::string_view arg1, in actionParameterUnknown() function 574 addMessageToErrorJson(res.jsonValue, actionParameterUnknown(arg1, arg2)); in actionParameterUnknown()
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | managers.hpp | 1544 messages::actionParameterUnknown(response->res, "Profile", in pidSetDone()
|
H A D | systems.hpp | 2945 messages::actionParameterUnknown(asyncResp->res, "Reset", resetType); in handleComputerSystemResetActionPost()
|