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.cpp249 const std::string& userName, const std::vector<std::string>& groupNames) in throwForUserNameConstraints() argument
284 const std::vector<std::string>& groupNames) in throwForMaxGrpUserCount() argument
322 void UserMgr::throwForInvalidGroups(const std::vector<std::string>& groupNames) in throwForInvalidGroups() argument
361 createUser(std::string userName,std::vector<std::string> groupNames,std::string priv,bool enabled) createUser() argument
515 std::vector<std::string> groupNames = user.get()->userGroups(); renameUser() local
532 updateGroupsAndPriv(const std::string & userName,std::vector<std::string> groupNames,const std::string & priv) updateGroupsAndPriv() argument
[all...]
/openbmc/phosphor-user-manager/test/
H A Duser_mgr_test.cpp43 std::vector<std::string> groupNames, in createLocalUser()