Searched refs:updateGroupsAndPriv (Results 1 – 4 of 4) sorted by relevance
/openbmc/phosphor-user-manager/ |
H A D | users.cpp | 105 manager.updateGroupsAndPriv(userName, UsersIface::userGroups(), value); in userPrivilege() 138 manager.updateGroupsAndPriv(userName, value, UsersIface::userPrivilege()); in userGroups()
|
H A D | user_mgr.hpp | 174 void updateGroupsAndPriv(const std::string& userName,
|
H A D | user_mgr.cpp | 512 void UserMgr::updateGroupsAndPriv(const std::string& userName, in updateGroupsAndPriv() function in phosphor::user::UserMgr
|
/openbmc/phosphor-user-manager/test/ |
H A D | user_mgr_test.cpp | 795 updateGroupsAndPriv(username, {"ipmi", "ssh"}, "priv-admin")); in TEST_F() 815 updateGroupsAndPriv(username, {"ipmi", "ssh"}, "priv-admin"), in TEST_F()
|