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.hpp1387 couldNotEstablishConnection = 23, enumerator
/openbmc/bmcweb/redfish-core/include/
H A Derror_messages.hpp849 couldNotEstablishConnection(const boost::urls::url_view_base& arg1);
851 void couldNotEstablishConnection(crow::Response& res,
/openbmc/bmcweb/redfish-core/src/
H A Derror_messages.cpp1452 couldNotEstablishConnection(const boost::urls::url_view_base& arg1) in couldNotEstablishConnection() function
1454 return getLog(redfish::registries::base::Index::couldNotEstablishConnection, in couldNotEstablishConnection()
1458 void couldNotEstablishConnection(crow::Response& res, in couldNotEstablishConnection() function
1462 addMessageToErrorJson(res.jsonValue, couldNotEstablishConnection(arg1)); in couldNotEstablishConnection()