Home
last modified time | relevance | path

Searched refs:actionParameterNotSupported (Results 1 – 8 of 8) sorted by relevance

/openbmc/bmcweb/redfish-core/lib/
H A Dcertificate_service.hpp520 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 Dupdate_service.hpp511 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 Dvirtual_media.hpp536 messages::actionParameterNotSupported(asyncResp->res, "Inserted", in validateParams()
549 messages::actionParameterNotSupported(asyncResp->res, "TransferMethod", in validateParams()
H A Dchassis.hpp872 messages::actionParameterNotSupported(asyncResp->res, resetType, in handleChassisResetActionInfoPost()
H A Dmanagers.hpp183 messages::actionParameterNotSupported(asyncResp->res, resetType, in requestRoutesManagerResetAction()
259 messages::actionParameterNotSupported(asyncResp->res, in requestRoutesManagerResetToDefaultsAction()
/openbmc/bmcweb/redfish-core/include/registries/
H A Dbase_message_registry.hpp1373 actionParameterNotSupported = 9, enumerator
/openbmc/bmcweb/redfish-core/include/
H A Derror_messages.hpp393 nlohmann::json actionParameterNotSupported(std::string_view arg1,
396 void actionParameterNotSupported(crow::Response& res, std::string_view arg1,
/openbmc/bmcweb/redfish-core/src/
H A Derror_messages.cpp706 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()