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.hpp1410 networkNameResolutionNotSupported = 46, enumerator
/openbmc/bmcweb/redfish-core/include/
H A Derror_messages.hpp1378 nlohmann::json networkNameResolutionNotSupported();
1380 void networkNameResolutionNotSupported(crow::Response& res);
/openbmc/bmcweb/redfish-core/src/
H A Derror_messages.cpp2291 nlohmann::json networkNameResolutionNotSupported() in networkNameResolutionNotSupported() function
2294 redfish::registries::base::Index::networkNameResolutionNotSupported, in networkNameResolutionNotSupported()
2298 void networkNameResolutionNotSupported(crow::Response& res) in networkNameResolutionNotSupported() function
2301 addMessageToErrorJson(res.jsonValue, networkNameResolutionNotSupported()); in networkNameResolutionNotSupported()