Searched refs:checkAndThrowForDisallowedGroupCreation (Results 1 – 3 of 3) sorted by relevance
1505 checkAndThrowForDisallowedGroupCreation("openbmc_rfr_Administrator")); in TEST_F()1507 checkAndThrowForDisallowedGroupCreation("openbmc_rfr_Operator")); in TEST_F()1509 checkAndThrowForDisallowedGroupCreation("openbmc_rfr_ReadOnly")); in TEST_F()1512 checkAndThrowForDisallowedGroupCreation("openbmc_rfp_Login")); in TEST_F()1513 EXPECT_NO_THROW(checkAndThrowForDisallowedGroupCreation( in TEST_F()1516 checkAndThrowForDisallowedGroupCreation("openbmc_rfp_ConfigureUsers")); in TEST_F()1518 checkAndThrowForDisallowedGroupCreation("openbmc_rfp_ConfigureSelf")); in TEST_F()1519 EXPECT_NO_THROW(checkAndThrowForDisallowedGroupCreation( in TEST_F()1523 checkAndThrowForDisallowedGroupCreation("openbmc_orfr_PowerService")); in TEST_F()1526 checkAndThrowForDisallowedGroupCreation("openbmc_orfp_PowerService")); in TEST_F()[all …]
576 void checkAndThrowForDisallowedGroupCreation(const std::string& groupName);
292 void UserMgr::checkAndThrowForDisallowedGroupCreation( in checkAndThrowForDisallowedGroupCreation() function in phosphor::user::UserMgr584 checkAndThrowForDisallowedGroupCreation(groupName); in checkCreateGroupConstraints()