Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/registries/
H A Dbase_message_registry.hpp1411 noOperation = 47, enumerator
/openbmc/bmcweb/redfish-core/include/
H A Derror_messages.hpp77 nlohmann::json noOperation();
79 void noOperation(crow::Response& res);
/openbmc/bmcweb/redfish-core/src/
H A Derror_messages.cpp223 nlohmann::json noOperation() in noOperation() function
225 return getLog(redfish::registries::base::Index::noOperation, {}); in noOperation()
228 void noOperation(crow::Response& res) in noOperation() function
231 addMessageToErrorJson(res.jsonValue, noOperation()); in noOperation()
/openbmc/bmcweb/redfish-core/include/utils/
H A Djson_utils.hpp693 messages::noOperation(res); in readJsonPatchHelper()