Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/registries/
H A Dbase_message_registry.hpp1463 restrictedRole = 99, enumerator
/openbmc/bmcweb/redfish-core/include/
H A Derror_messages.hpp1284 nlohmann::json restrictedRole(std::string_view arg1);
1286 void restrictedRole(crow::Response& res, std::string_view arg1);
/openbmc/bmcweb/redfish-core/src/
H A Derror_messages.cpp2136 nlohmann::json restrictedRole(std::string_view arg1) in restrictedRole() function
2138 return getLog(redfish::registries::base::Index::restrictedRole, in restrictedRole()
2142 void restrictedRole(crow::Response& res, std::string_view arg1) in restrictedRole() function
2145 addMessageToErrorJson(res.jsonValue, restrictedRole(arg1)); in restrictedRole()