Home
last modified time | relevance | path

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

/openbmc/bmcweb/include/
H A Dlogin_routes.hpp83 nlohmann::json::iterator userIt2 = dataIt->begin(); in handleLogin() local
85 if (userIt2 != dataIt->end() && in handleLogin()
89 userIt2->get_ptr<const std::string*>(); in handleLogin()
102 nlohmann::json::iterator userIt2 = dataIt->find("username"); in handleLogin() local
104 if (userIt2 != dataIt->end() && passIt2 != dataIt->end()) in handleLogin()
107 userIt2->get_ptr<const std::string*>(); in handleLogin()