Searched refs:actionParameterNotSupported (Results 1 – 8 of 8) sorted by relevance
| /openbmc/bmcweb/redfish-core/lib/ |
| H A D | certificate_service.hpp | 556 messages::actionParameterNotSupported(asyncResp->res, "CertificateType", in handleReplaceCertificateAction() 605 messages::actionParameterNotSupported(asyncResp->res, "CertificateUri", in handleReplaceCertificateAction() 748 messages::actionParameterNotSupported(asyncResp->res, "GenerateCSR", in handleGenerateCSRAction() 770 messages::actionParameterNotSupported( in handleGenerateCSRAction() 778 messages::actionParameterNotSupported( in handleGenerateCSRAction() 812 messages::actionParameterNotSupported(asyncResp->res, "KeyUsage", in handleGenerateCSRAction() 835 messages::actionParameterNotSupported(asyncResp->res, "KeyUsage", in handleGenerateCSRAction()
|
| H A D | update_service.hpp | 521 messages::actionParameterNotSupported(res, "TransferProtocol", in parseSimpleUpdateUrl() 544 messages::actionParameterNotSupported(res, "ImageURI", in parseSimpleUpdateUrl() 559 messages::actionParameterNotSupported(res, "ImageURI", imageURI); in parseSimpleUpdateUrl() 576 messages::actionParameterNotSupported(asyncResp->res, "ImageURI", in doHttpsUpdate() 622 messages::actionParameterNotSupported(asyncResp->res, "ImageURI", in handleUpdateServiceSimpleUpdateAction()
|
| H A D | virtual_media.hpp | 549 messages::actionParameterNotSupported(asyncResp->res, "Inserted", in validateParams() 562 messages::actionParameterNotSupported(asyncResp->res, "TransferMethod", in validateParams()
|
| H A D | managers.hpp | 226 messages::actionParameterNotSupported(asyncResp->res, resetType, in handleManagerResetAction() 278 messages::actionParameterNotSupported( in handleManagerResetToDefaultsAction()
|
| H A D | chassis.hpp | 939 messages::actionParameterNotSupported(asyncResp->res, resetType, in handleChassisResetActionInfoPost()
|
| /openbmc/bmcweb/redfish-core/include/registries/ |
| H A D | base_message_registry.hpp | 1379 actionParameterNotSupported = 9, enumerator
|
| /openbmc/bmcweb/redfish-core/include/ |
| H A D | error_messages.hpp | 385 nlohmann::json::object_t actionParameterNotSupported(std::string_view arg1, 388 void actionParameterNotSupported(crow::Response& res, std::string_view arg1,
|
| /openbmc/bmcweb/redfish-core/src/ |
| H A D | error_messages.cpp | 601 nlohmann::json::object_t actionParameterNotSupported(std::string_view arg1, in actionParameterNotSupported() function 604 return getLog(redfish::registries::Base::Index::actionParameterNotSupported, in actionParameterNotSupported() 608 void actionParameterNotSupported(crow::Response& res, std::string_view arg1, in actionParameterNotSupported() function 613 actionParameterNotSupported(arg1, arg2)); in actionParameterNotSupported()
|