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.hpp556 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 Dupdate_service.hpp521 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 Dvirtual_media.hpp549 messages::actionParameterNotSupported(asyncResp->res, "Inserted", in validateParams()
562 messages::actionParameterNotSupported(asyncResp->res, "TransferMethod", in validateParams()
H A Dmanagers.hpp226 messages::actionParameterNotSupported(asyncResp->res, resetType, in handleManagerResetAction()
278 messages::actionParameterNotSupported( in handleManagerResetToDefaultsAction()
H A Dchassis.hpp939 messages::actionParameterNotSupported(asyncResp->res, resetType, in handleChassisResetActionInfoPost()
/openbmc/bmcweb/redfish-core/include/registries/
H A Dbase_message_registry.hpp1379 actionParameterNotSupported = 9, enumerator
/openbmc/bmcweb/redfish-core/include/
H A Derror_messages.hpp385 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 Derror_messages.cpp601 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()