Searched refs:actionParameterNotSupported (Results 1 – 8 of 8) sorted by relevance
/openbmc/bmcweb/redfish-core/lib/ |
H A D | certificate_service.hpp | 520 messages::actionParameterNotSupported(asyncResp->res, "CertificateType", in handleReplaceCertificateAction() 569 messages::actionParameterNotSupported(asyncResp->res, "CertificateUri", in handleReplaceCertificateAction() 710 messages::actionParameterNotSupported(asyncResp->res, "GenerateCSR", in handleGenerateCSRAction() 732 messages::actionParameterNotSupported( in handleGenerateCSRAction() 740 messages::actionParameterNotSupported( in handleGenerateCSRAction() 774 messages::actionParameterNotSupported(asyncResp->res, "KeyUsage", in handleGenerateCSRAction() 797 messages::actionParameterNotSupported(asyncResp->res, "KeyUsage", in handleGenerateCSRAction()
|
H A D | update_service.hpp | 511 messages::actionParameterNotSupported(res, "TransferProtocol", in parseSimpleUpdateUrl() 534 messages::actionParameterNotSupported(res, "ImageURI", in parseSimpleUpdateUrl() 549 messages::actionParameterNotSupported(res, "ImageURI", imageURI); in parseSimpleUpdateUrl() 566 messages::actionParameterNotSupported(asyncResp->res, "ImageURI", in doHttpsUpdate() 612 messages::actionParameterNotSupported(asyncResp->res, "ImageURI", in handleUpdateServiceSimpleUpdateAction()
|
H A D | virtual_media.hpp | 536 messages::actionParameterNotSupported(asyncResp->res, "Inserted", in validateParams() 549 messages::actionParameterNotSupported(asyncResp->res, "TransferMethod", in validateParams()
|
H A D | chassis.hpp | 872 messages::actionParameterNotSupported(asyncResp->res, resetType, in handleChassisResetActionInfoPost()
|
H A D | managers.hpp | 183 messages::actionParameterNotSupported(asyncResp->res, resetType, in requestRoutesManagerResetAction() 259 messages::actionParameterNotSupported(asyncResp->res, in requestRoutesManagerResetToDefaultsAction()
|
/openbmc/bmcweb/redfish-core/include/registries/ |
H A D | base_message_registry.hpp | 1373 actionParameterNotSupported = 9, enumerator
|
/openbmc/bmcweb/redfish-core/include/ |
H A D | error_messages.hpp | 393 nlohmann::json actionParameterNotSupported(std::string_view arg1, 396 void actionParameterNotSupported(crow::Response& res, std::string_view arg1,
|
/openbmc/bmcweb/redfish-core/src/ |
H A D | error_messages.cpp | 706 nlohmann::json actionParameterNotSupported(std::string_view arg1, in actionParameterNotSupported() function 709 return getLog(redfish::registries::base::Index::actionParameterNotSupported, in actionParameterNotSupported() 713 void actionParameterNotSupported(crow::Response& res, std::string_view arg1, in actionParameterNotSupported() function 718 actionParameterNotSupported(arg1, arg2)); in actionParameterNotSupported()
|