Home
last modified time | relevance | path

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

/openbmc/phosphor-user-manager/
H A Duser_mgr.hpp462 void throwForMaxGrpUserCount(const std::vector<std::string>& groupNames);
H A Duser_mgr.cpp283 void UserMgr::throwForMaxGrpUserCount( in throwForMaxGrpUserCount() function in phosphor::user::UserMgr
370 throwForMaxGrpUserCount(groupNames); in createUser()
551 throwForMaxGrpUserCount(groupNames); in updateGroupsAndPriv()
/openbmc/phosphor-user-manager/test/
H A Duser_mgr_test.cpp627 throwForMaxGrpUserCount({"ipmi"}), in TEST_F()