Searched refs:resourceAlreadyExists (Results 1 – 9 of 9) sorted by relevance
| /openbmc/bmcweb/redfish-core/include/registries/ |
| H A D | base_message_registry.hpp | 1456 resourceAlreadyExists = 86, enumerator
|
| /openbmc/bmcweb/redfish-core/include/ |
| H A D | error_messages.hpp | 583 nlohmann::json::object_t resourceAlreadyExists( 586 void resourceAlreadyExists(crow::Response& res, std::string_view arg1,
|
| /openbmc/bmcweb/redfish-core/lib/ |
| H A D | aggregation_service.hpp | 300 messages::resourceAlreadyExists(asyncResp->res, "AggregationSource", in handleAggregationSourceCollectionPost()
|
| H A D | trigger.hpp | 694 messages::resourceAlreadyExists(asyncResp->res, "Trigger", "Id", id); in afterCreateTrigger()
|
| H A D | update_service.hpp | 377 messages::resourceAlreadyExists(asyncResp->res, "UpdateService", in handleUpdateErrorType()
|
| H A D | metric_report_definition.hpp | 78 messages::resourceAlreadyExists(res, "MetricReportDefinition", "Id", in formatMessageOnError()
|
| H A D | account_service.hpp | 294 messages::resourceAlreadyExists(asyncResp->res, "ManagerAccount", in userErrorMessageHandler()
|
| H A D | ethernet.hpp | 2100 messages::resourceAlreadyExists(asyncResp->res, "EthernetInterface", in afterVlanCreate()
|
| /openbmc/bmcweb/redfish-core/src/ |
| H A D | error_messages.cpp | 923 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()
|