Home
last modified time | relevance | path

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

/openbmc/phosphor-user-manager/
H A Dusers.hpp86 void setUserGroups(const std::vector<std::string>& groups);
H A Dusers.cpp114 void Users::setUserGroups(const std::vector<std::string>& groups) in setUserGroups() function in phosphor::user::Users
H A Duser_mgr.cpp580 usersList[userName]->setUserGroups(groupNames); in updateGroupsAndPriv()