Searched refs:throwForInvalidGroups (Results 1 – 3 of 3) sorted by relevance
691 throwForInvalidGroups({"whatever"}), in TEST_F()694 throwForInvalidGroups({"web"}), in TEST_F()700 EXPECT_NO_THROW(throwForInvalidGroups({"ipmi"})); in TEST_F()701 EXPECT_NO_THROW(throwForInvalidGroups({"ssh"})); in TEST_F()702 EXPECT_NO_THROW(throwForInvalidGroups({"redfish"})); in TEST_F()703 EXPECT_NO_THROW(throwForInvalidGroups({"hostconsole"})); in TEST_F()
503 void throwForInvalidGroups(const std::vector<std::string>& groupName);
322 void UserMgr::throwForInvalidGroups(const std::vector<std::string>& groupNames) in throwForInvalidGroups() function in phosphor::user::UserMgr365 throwForInvalidGroups(groupNames); in createUser()536 throwForInvalidGroups(groupNames); in updateGroupsAndPriv()