Searched refs:throwForInvalidGroups (Results 1 – 3 of 3) sorted by relevance
663 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()
400 void throwForInvalidGroups(const std::vector<std::string>& groupName);
303 void UserMgr::throwForInvalidGroups(const std::vector<std::string>& groupNames) in throwForInvalidGroups() function in phosphor::user::UserMgr346 throwForInvalidGroups(groupNames); in createUser()517 throwForInvalidGroups(groupNames); in updateGroupsAndPriv()