Searched refs:checkAndThrowForDisallowedGroupCreation (Results 1 – 3 of 3) sorted by relevance
1050 checkAndThrowForDisallowedGroupCreation("openbmc_rfr_Administrator")); in TEST_F()1052 checkAndThrowForDisallowedGroupCreation("openbmc_rfr_Operator")); in TEST_F()1054 checkAndThrowForDisallowedGroupCreation("openbmc_rfr_ReadOnly")); in TEST_F()1057 checkAndThrowForDisallowedGroupCreation("openbmc_rfp_Login")); in TEST_F()1058 EXPECT_NO_THROW(checkAndThrowForDisallowedGroupCreation( in TEST_F()1061 checkAndThrowForDisallowedGroupCreation("openbmc_rfp_ConfigureUsers")); in TEST_F()1063 checkAndThrowForDisallowedGroupCreation("openbmc_rfp_ConfigureSelf")); in TEST_F()1064 EXPECT_NO_THROW(checkAndThrowForDisallowedGroupCreation( in TEST_F()1068 checkAndThrowForDisallowedGroupCreation("openbmc_orfr_PowerService")); in TEST_F()1071 checkAndThrowForDisallowedGroupCreation("openbmc_orfp_PowerService")); in TEST_F()[all …]
521 void checkAndThrowForDisallowedGroupCreation(const std::string& groupName);
225 void UserMgr::checkAndThrowForDisallowedGroupCreation( in checkAndThrowForDisallowedGroupCreation() function in phosphor::user::UserMgr470 checkAndThrowForDisallowedGroupCreation(groupName); in checkCreateGroupConstraints()