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