Home
last modified time | relevance | path

Searched refs:checkAndThrowForDisallowedGroupCreation (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-user-manager/test/
H A Duser_mgr_test.cpp1050 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 …]
/openbmc/phosphor-user-manager/
H A Duser_mgr.hpp521 void checkAndThrowForDisallowedGroupCreation(const std::string& groupName);
H A Duser_mgr.cpp225 void UserMgr::checkAndThrowForDisallowedGroupCreation( in checkAndThrowForDisallowedGroupCreation() function in phosphor::user::UserMgr
470 checkAndThrowForDisallowedGroupCreation(groupName); in checkCreateGroupConstraints()