Home
last modified time | relevance | path

Searched refs:queryNotSupportedOnResource (Results 1 – 4 of 4) sorted by relevance

/openbmc/bmcweb/redfish-core/include/registries/
H A Dbase_message_registry.hpp1442 queryNotSupportedOnResource = 78, enumerator
/openbmc/bmcweb/redfish-core/include/
H A Derror_messages.hpp490 nlohmann::json queryNotSupportedOnResource();
492 void queryNotSupportedOnResource(crow::Response& res);
/openbmc/bmcweb/redfish-core/include/utils/
H A Dquery_param.hpp486 messages::queryNotSupportedOnResource(res); in processOnly()
927 messages::queryNotSupportedOnResource(res); in processTopAndSkip()
/openbmc/bmcweb/redfish-core/src/
H A Derror_messages.cpp859 nlohmann::json queryNotSupportedOnResource() in queryNotSupportedOnResource() function
861 return getLog(redfish::registries::base::Index::queryNotSupportedOnResource, in queryNotSupportedOnResource()
865 void queryNotSupportedOnResource(crow::Response& res) in queryNotSupportedOnResource() function
868 addMessageToErrorJson(res.jsonValue, queryNotSupportedOnResource()); in queryNotSupportedOnResource()