Searched refs:throwForUserNameConstraints (Results 1 – 3 of 3) sorted by relevance
| /openbmc/phosphor-user-manager/ |
| H A D | user_mgr.cpp | 315 void UserMgr::throwForUserNameConstraints( in throwForUserNameConstraints() function in phosphor::user::UserMgr 444 throwForUserNameConstraints(userName, groupNames); in createUserImpl() 616 throwForUserNameConstraints(newUserName, in renameUser() 682 throwForUserNameConstraints(userName, groupNames); in updateGroupsAndPriv()
|
| H A D | user_mgr.hpp | 504 void throwForUserNameConstraints(
|
| /openbmc/phosphor-user-manager/test/ |
| H A D | user_mgr_test.cpp | 963 EXPECT_THROW(throwForUserNameConstraints(strWith17Chars, {"ipmi"}), in TEST_F() 974 throwForUserNameConstraints(strWith31Chars, {}), in TEST_F() 984 throwForUserNameConstraints(startWithNumber, {"ipmi"}), in TEST_F() 987 throwForUserNameConstraints(startWithDisallowedCharacter, {"ipmi"}), in TEST_F()
|