Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/registries/
H A Dbase_message_registry.hpp1393 couldNotEstablishConnection = 23, enumerator
/openbmc/bmcweb/redfish-core/include/
H A Derror_messages.hpp844 nlohmann::json::object_t couldNotEstablishConnection(
847 void couldNotEstablishConnection(crow::Response& res,
/openbmc/bmcweb/redfish-core/src/
H A Derror_messages.cpp1349 nlohmann::json::object_t couldNotEstablishConnection( in couldNotEstablishConnection() function
1352 return getLog(redfish::registries::Base::Index::couldNotEstablishConnection, in couldNotEstablishConnection()
1356 void couldNotEstablishConnection(crow::Response& res, in couldNotEstablishConnection() function
1360 addMessageToErrorJson(res.jsonValue, couldNotEstablishConnection(arg1)); in couldNotEstablishConnection()