Home
last modified time | relevance | path

Searched refs:strictAccountTypes (Results 1 – 4 of 4) sorted by relevance

/openbmc/bmcweb/redfish-core/include/registries/
H A Dbase_message_registry.hpp1471 strictAccountTypes = 107, enumerator
/openbmc/bmcweb/redfish-core/include/
H A Derror_messages.hpp1309 nlohmann::json strictAccountTypes(std::string_view arg1);
1311 void strictAccountTypes(crow::Response& res, std::string_view arg1);
/openbmc/bmcweb/redfish-core/src/
H A Derror_messages.cpp2174 nlohmann::json strictAccountTypes(std::string_view arg1) in strictAccountTypes() function
2176 return getLog(redfish::registries::base::Index::strictAccountTypes, in strictAccountTypes()
2180 void strictAccountTypes(crow::Response& res, std::string_view arg1) in strictAccountTypes() function
2183 addMessageToErrorJson(res.jsonValue, strictAccountTypes(arg1)); in strictAccountTypes()
/openbmc/bmcweb/redfish-core/lib/
H A Daccount_service.hpp223 messages::strictAccountTypes(res, "AccountTypes"); in getUserGroupFromAccountType()
255 messages::strictAccountTypes(asyncResp->res, "AccountTypes"); in patchAccountTypes()