Home
last modified time | relevance | path

Searched defs:groupNames (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-user-manager/
H A Duser_mgr.cpp230 const std::string& userName, const std::vector<std::string>& groupNames) in throwForUserNameConstraints()
265 const std::vector<std::string>& groupNames) in throwForMaxGrpUserCount()
303 void UserMgr::throwForInvalidGroups(const std::vector<std::string>& groupNames) in throwForInvalidGroups()
342 std::vector<std::string> groupNames, std::string priv, in createUser()
496 std::vector<std::string> groupNames = user.get()->userGroups(); in renameUser() local
513 std::vector<std::string> groupNames, in updateGroupsAndPriv()
/openbmc/phosphor-user-manager/test/
H A Duser_mgr_test.cpp41 std::vector<std::string> groupNames, in createLocalUser()