Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/registries/
H A Dbase_message_registry.hpp1441 queryNotSupportedOnOperation = 77, enumerator
/openbmc/bmcweb/redfish-core/include/
H A Derror_messages.hpp500 nlohmann::json queryNotSupportedOnOperation();
502 void queryNotSupportedOnOperation(crow::Response& res);
/openbmc/bmcweb/redfish-core/src/
H A Derror_messages.cpp878 nlohmann::json queryNotSupportedOnOperation() in queryNotSupportedOnOperation() function
881 redfish::registries::base::Index::queryNotSupportedOnOperation, {}); in queryNotSupportedOnOperation()
884 void queryNotSupportedOnOperation(crow::Response& res) in queryNotSupportedOnOperation() function
887 addMessageToErrorJson(res.jsonValue, queryNotSupportedOnOperation()); in queryNotSupportedOnOperation()