Searched refs:throwForUserNameConstraints (Results 1 – 3 of 3) sorted by relevance
| /openbmc/phosphor-user-manager/test/ |
| H A D | user_mgr_test.cpp | 580 EXPECT_THROW(throwForUserNameConstraints(strWith17Chars, {"ipmi"}), in TEST_F() 591 throwForUserNameConstraints(strWith31Chars, {}), in TEST_F() 601 throwForUserNameConstraints(startWithNumber, {"ipmi"}), in TEST_F() 604 throwForUserNameConstraints(startWithDisallowedCharacter, {"ipmi"}), in TEST_F()
|
| /openbmc/phosphor-user-manager/ |
| H A D | user_mgr.cpp | 248 void UserMgr::throwForUserNameConstraints( in throwForUserNameConstraints() function in phosphor::user::UserMgr 369 throwForUserNameConstraints(userName, groupNames); in createUser() 501 throwForUserNameConstraints(newUserName, in renameUser() 550 throwForUserNameConstraints(userName, groupNames); in updateGroupsAndPriv()
|
| H A D | user_mgr.hpp | 453 void throwForUserNameConstraints(
|