Searched refs:throwForInvalidGroups (Results 1 – 3 of 3) sorted by relevance
716 throwForInvalidGroups({"whatever"}), in TEST_F()719 throwForInvalidGroups({"web"}), in TEST_F()725 EXPECT_NO_THROW(throwForInvalidGroups({"ipmi"})); in TEST_F()726 EXPECT_NO_THROW(throwForInvalidGroups({"ssh"})); in TEST_F()727 EXPECT_NO_THROW(throwForInvalidGroups({"redfish"})); in TEST_F()728 EXPECT_NO_THROW(throwForInvalidGroups({"hostconsole"})); in TEST_F()
429 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()