Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/registries/
H A Dbase_message_registry.hpp1456 resourceAlreadyExists = 86, enumerator
/openbmc/bmcweb/redfish-core/include/
H A Derror_messages.hpp583 nlohmann::json::object_t resourceAlreadyExists(
586 void resourceAlreadyExists(crow::Response& res, std::string_view arg1,
/openbmc/bmcweb/redfish-core/lib/
H A Daggregation_service.hpp300 messages::resourceAlreadyExists(asyncResp->res, "AggregationSource", in handleAggregationSourceCollectionPost()
H A Dtrigger.hpp694 messages::resourceAlreadyExists(asyncResp->res, "Trigger", "Id", id); in afterCreateTrigger()
H A Dupdate_service.hpp377 messages::resourceAlreadyExists(asyncResp->res, "UpdateService", in handleUpdateErrorType()
H A Dmetric_report_definition.hpp78 messages::resourceAlreadyExists(res, "MetricReportDefinition", "Id", in formatMessageOnError()
H A Daccount_service.hpp294 messages::resourceAlreadyExists(asyncResp->res, "ManagerAccount", in userErrorMessageHandler()
H A Dethernet.hpp2100 messages::resourceAlreadyExists(asyncResp->res, "EthernetInterface", in afterVlanCreate()
/openbmc/bmcweb/redfish-core/src/
H A Derror_messages.cpp923 nlohmann::json::object_t resourceAlreadyExists( in resourceAlreadyExists() function
926 return getLog(redfish::registries::Base::Index::resourceAlreadyExists, in resourceAlreadyExists()
930 void resourceAlreadyExists(crow::Response& res, std::string_view arg1, in resourceAlreadyExists() function
934 addMessageToJson(res.jsonValue, resourceAlreadyExists(arg1, arg2, arg3), in resourceAlreadyExists()