Home
last modified time | relevance | path

Searched refs:actionNotSupported (Results 1 – 5 of 5) sorted by relevance

/openbmc/bmcweb/redfish-core/include/registries/
H A Dbase_message_registry.hpp1370 actionNotSupported = 6, enumerator
/openbmc/bmcweb/redfish-core/lib/
H A Daccount_service.hpp862 messages::actionNotSupported( in handleAuthMethodsPatch()
875 messages::actionNotSupported( in handleAuthMethodsPatch()
887 messages::actionNotSupported( in handleAuthMethodsPatch()
899 messages::actionNotSupported( in handleAuthMethodsPatch()
911 messages::actionNotSupported( in handleAuthMethodsPatch()
924 messages::actionNotSupported(asyncResp->res, in handleAuthMethodsPatch()
H A Dpower.hpp52 messages::actionNotSupported( in afterGetPowerCapEnable()
/openbmc/bmcweb/redfish-core/include/
H A Derror_messages.hpp252 nlohmann::json actionNotSupported(std::string_view arg1);
254 void actionNotSupported(crow::Response& res, std::string_view arg1);
/openbmc/bmcweb/redfish-core/src/
H A Derror_messages.cpp502 nlohmann::json actionNotSupported(std::string_view arg1) in actionNotSupported() function
504 return getLog(redfish::registries::base::Index::actionNotSupported, in actionNotSupported()
508 void actionNotSupported(crow::Response& res, std::string_view arg1) in actionNotSupported() function
511 addMessageToErrorJson(res.jsonValue, actionNotSupported(arg1)); in actionNotSupported()