Home
last modified time | relevance | path

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

/openbmc/phosphor-user-manager/
H A Duser_mgr.cpp1423 std::map<std::string, std::vector<std::string>> groupLists; in initUserObjects() local
1430 groupLists.emplace(grp, sshGrpUsersList); in initUserObjects()
1435 groupLists.emplace(grp, grpUsersList); in initUserObjects()
1441 groupLists.emplace(grp, grpUsersList); in initUserObjects()
1448 for (const auto& grp : groupLists) in initUserObjects()