Home
last modified time | relevance | path

Searched refs:userIt (Results 1 – 2 of 2) sorted by relevance

/openbmc/bmcweb/features/webui_login/
H A Dlogin_routes.hpp54 auto userIt = obj->find("username"); in handleLogin() local
55 if (userIt == obj->end()) in handleLogin()
61 const std::string* userStr = userIt->second.get_ptr<const std::string*>(); in handleLogin()
/openbmc/bmcweb/redfish-core/lib/
H A Daccount_service.hpp2048 const auto userIt = std::ranges::find_if( in handleAccountGet() local
2056 if (userIt == users.end()) in handleAccountGet()
2070 for (const auto& interface : userIt->second) in handleAccountGet()