Home
last modified time | relevance | path

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

/openbmc/phosphor-user-manager/test/
H A Duser_mgr_test.cpp663 throwForInvalidGroups({"whatever"}), in TEST_F()
666 throwForInvalidGroups({"web"}), in TEST_F()
672 EXPECT_NO_THROW(throwForInvalidGroups({"ipmi"})); in TEST_F()
673 EXPECT_NO_THROW(throwForInvalidGroups({"ssh"})); in TEST_F()
674 EXPECT_NO_THROW(throwForInvalidGroups({"redfish"})); in TEST_F()
675 EXPECT_NO_THROW(throwForInvalidGroups({"hostconsole"})); in TEST_F()
/openbmc/phosphor-user-manager/
H A Duser_mgr.hpp400 void throwForInvalidGroups(const std::vector<std::string>& groupName);
H A Duser_mgr.cpp303 void UserMgr::throwForInvalidGroups(const std::vector<std::string>& groupNames) in throwForInvalidGroups() function in phosphor::user::UserMgr
346 throwForInvalidGroups(groupNames); in createUser()
517 throwForInvalidGroups(groupNames); in updateGroupsAndPriv()