Searched refs:checkAndThrowForDisallowedGroupCreation (Results 1 – 3 of 3) sorted by relevance
1011 checkAndThrowForDisallowedGroupCreation("openbmc_rfr_Administrator")); in TEST_F()1013 checkAndThrowForDisallowedGroupCreation("openbmc_rfr_Operator")); in TEST_F()1015 checkAndThrowForDisallowedGroupCreation("openbmc_rfr_ReadOnly")); in TEST_F()1018 checkAndThrowForDisallowedGroupCreation("openbmc_rfp_Login")); in TEST_F()1019 EXPECT_NO_THROW(checkAndThrowForDisallowedGroupCreation( in TEST_F()1025 EXPECT_NO_THROW(checkAndThrowForDisallowedGroupCreation( in TEST_F()1040 checkAndThrowForDisallowedGroupCreation(groupName), in TEST_F()1049 checkAndThrowForDisallowedGroupCreation("openbmc_rfp_?owerService"), in TEST_F()1052 checkAndThrowForDisallowedGroupCreation("openbmc_rfp_-owerService"), in TEST_F()1061 checkAndThrowForDisallowedGroupCreation("google_rfp_"), in TEST_F()[all …]
418 void checkAndThrowForDisallowedGroupCreation(const std::string& groupName);
206 void UserMgr::checkAndThrowForDisallowedGroupCreation( in checkAndThrowForDisallowedGroupCreation() function in phosphor::user::UserMgr451 checkAndThrowForDisallowedGroupCreation(groupName); in checkCreateGroupConstraints()