Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/registries/
H A Dbase_message_registry.hpp1405 licenseRequired = 41, enumerator
/openbmc/bmcweb/redfish-core/include/
H A Derror_messages.hpp1435 nlohmann::json licenseRequired(std::string_view arg1);
1437 void licenseRequired(crow::Response& res, std::string_view arg1);
/openbmc/bmcweb/redfish-core/src/
H A Derror_messages.cpp2386 nlohmann::json licenseRequired(std::string_view arg1) in licenseRequired() function
2388 return getLog(redfish::registries::base::Index::licenseRequired, in licenseRequired()
2392 void licenseRequired(crow::Response& res, std::string_view arg1) in licenseRequired() function
2395 addMessageToErrorJson(res.jsonValue, licenseRequired(arg1)); in licenseRequired()