Home
last modified time | relevance | path

Searched refs:resourceAlreadyExists (Results 1 – 8 of 8) sorted by relevance

/openbmc/bmcweb/redfish-core/include/registries/
H A Dbase_message_registry.hpp1450 resourceAlreadyExists = 86, enumerator
/openbmc/bmcweb/redfish-core/include/
H A Derror_messages.hpp590 nlohmann::json resourceAlreadyExists(
593 void resourceAlreadyExists(crow::Response& res, std::string_view arg1,
/openbmc/bmcweb/redfish-core/src/
H A Derror_messages.cpp1027 nlohmann::json resourceAlreadyExists( in resourceAlreadyExists() function
1030 return getLog(redfish::registries::base::Index::resourceAlreadyExists, in resourceAlreadyExists()
1034 void resourceAlreadyExists(crow::Response& res, std::string_view arg1, in resourceAlreadyExists() function
1038 addMessageToJson(res.jsonValue, resourceAlreadyExists(arg1, arg2, arg3), in resourceAlreadyExists()
/openbmc/bmcweb/redfish-core/lib/
H A Dtrigger.hpp691 messages::resourceAlreadyExists(asyncResp->res, "Trigger", "Id", id); in afterCreateTrigger()
H A Dupdate_service.hpp357 messages::resourceAlreadyExists(asyncResp->res, "UpdateService", in handleUpdateErrorType()
H A Dmetric_report_definition.hpp53 messages::resourceAlreadyExists(res, "MetricReportDefinition", "Id", in verifyCommonErrors()
H A Daccount_service.hpp287 messages::resourceAlreadyExists(asyncResp->res, "ManagerAccount", in userErrorMessageHandler()
H A Dethernet.hpp2042 messages::resourceAlreadyExists(asyncResp->res, "EthernetInterface", in afterVlanCreate()