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.cpp1505 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 …]
/openbmc/phosphor-user-manager/
H A Duser_mgr.hpp576 void checkAndThrowForDisallowedGroupCreation(const std::string& groupName);
H A Duser_mgr.cpp292 void UserMgr::checkAndThrowForDisallowedGroupCreation( in checkAndThrowForDisallowedGroupCreation() function in phosphor::user::UserMgr
584 checkAndThrowForDisallowedGroupCreation(groupName); in checkCreateGroupConstraints()