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.hpp1376 actionNotSupported = 6, enumerator
/openbmc/bmcweb/redfish-core/lib/
H A Daccount_service.hpp877 messages::actionNotSupported( in handleAuthMethodsPatch()
890 messages::actionNotSupported( in handleAuthMethodsPatch()
902 messages::actionNotSupported( in handleAuthMethodsPatch()
914 messages::actionNotSupported( in handleAuthMethodsPatch()
926 messages::actionNotSupported( in handleAuthMethodsPatch()
939 messages::actionNotSupported(asyncResp->res, in handleAuthMethodsPatch()
H A Dpower.hpp56 messages::actionNotSupported( in afterGetPowerCapEnable()
/openbmc/bmcweb/redfish-core/include/
H A Derror_messages.hpp244 nlohmann::json::object_t actionNotSupported(std::string_view arg1);
246 void actionNotSupported(crow::Response& res, std::string_view arg1);
/openbmc/bmcweb/redfish-core/src/
H A Derror_messages.cpp397 nlohmann::json::object_t actionNotSupported(std::string_view arg1) in actionNotSupported() function
399 return getLog(redfish::registries::Base::Index::actionNotSupported, in actionNotSupported()
403 void actionNotSupported(crow::Response& res, std::string_view arg1) in actionNotSupported() function
406 addMessageToErrorJson(res.jsonValue, actionNotSupported(arg1)); in actionNotSupported()