Home
last modified time | relevance | path

Searched refs:queryParameterUnsupported (Results 1 – 3 of 3) sorted by relevance

/openbmc/bmcweb/redfish-core/include/registries/
H A Dbase_message_registry.hpp1444 queryParameterUnsupported = 80, enumerator
/openbmc/bmcweb/redfish-core/include/
H A Derror_messages.hpp532 nlohmann::json queryParameterUnsupported(std::string_view arg1);
534 void queryParameterUnsupported(crow::Response& res, std::string_view arg1);
/openbmc/bmcweb/redfish-core/src/
H A Derror_messages.cpp934 nlohmann::json queryParameterUnsupported(std::string_view arg1) in queryParameterUnsupported() function
936 return getLog(redfish::registries::base::Index::queryParameterUnsupported, in queryParameterUnsupported()
940 void queryParameterUnsupported(crow::Response& res, std::string_view arg1) in queryParameterUnsupported() function
943 addMessageToErrorJson(res.jsonValue, queryParameterUnsupported(arg1)); in queryParameterUnsupported()