Searched refs:userIt (Results 1 – 2 of 2) sorted by relevance
54 auto userIt = obj->find("username"); in handleLogin() local55 if (userIt == obj->end()) in handleLogin()61 const std::string* userStr = userIt->second.get_ptr<const std::string*>(); in handleLogin()
2048 const auto userIt = std::ranges::find_if( in handleAccountGet() local2056 if (userIt == users.end()) in handleAccountGet()2070 for (const auto& interface : userIt->second) in handleAccountGet()