Searched refs:throwForInvalidGroups (Results 1 – 3 of 3) sorted by relevance
1116 throwForInvalidGroups({"whatever"}), in TEST_F()1119 throwForInvalidGroups({"web"}), in TEST_F()1125 EXPECT_NO_THROW(throwForInvalidGroups({"ipmi"})); in TEST_F()1126 EXPECT_NO_THROW(throwForInvalidGroups({"ssh"})); in TEST_F()1127 EXPECT_NO_THROW(throwForInvalidGroups({"redfish"})); in TEST_F()1128 EXPECT_NO_THROW(throwForInvalidGroups({"hostconsole"})); in TEST_F()
558 void throwForInvalidGroups(const std::vector<std::string>& groupName);
389 void UserMgr::throwForInvalidGroups(const std::vector<std::string>& groupNames) in throwForInvalidGroups() function in phosphor::user::UserMgr440 throwForInvalidGroups(groupNames); in createUserImpl()668 throwForInvalidGroups(groupNames); in updateGroupsAndPriv()