Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/registries/
H A Dbase_message_registry.hpp1416 networkNameResolutionNotSupported = 46, enumerator
/openbmc/bmcweb/redfish-core/include/
H A Derror_messages.hpp1378 nlohmann::json::object_t networkNameResolutionNotSupported();
1380 void networkNameResolutionNotSupported(crow::Response& res);
/openbmc/bmcweb/redfish-core/src/
H A Derror_messages.cpp2195 nlohmann::json::object_t networkNameResolutionNotSupported() in networkNameResolutionNotSupported() function
2198 redfish::registries::Base::Index::networkNameResolutionNotSupported, in networkNameResolutionNotSupported()
2202 void networkNameResolutionNotSupported(crow::Response& res) in networkNameResolutionNotSupported() function
2205 addMessageToErrorJson(res.jsonValue, networkNameResolutionNotSupported()); in networkNameResolutionNotSupported()