Home
last modified time | relevance | path

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

/openbmc/bmcweb/include/
H A Dlogin_routes.hpp71 nlohmann::json::iterator userIt2 = dataIt->begin(); in handleLogin() local
73 if (userIt2 != dataIt->end() && in handleLogin()
77 userIt2->get_ptr<const std::string*>(); in handleLogin()
90 nlohmann::json::iterator userIt2 = dataIt->find("username"); in handleLogin() local
92 if (userIt2 != dataIt->end() && passIt2 != dataIt->end()) in handleLogin()
95 userIt2->get_ptr<const std::string*>(); in handleLogin()