Home
last modified time | relevance | path

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

/openbmc/phosphor-user-manager/test/
H A Duser_mgr_test.cpp552 EXPECT_THROW(throwForUserNameConstraints(strWith17Chars, {"ipmi"}), in TEST_F()
563 throwForUserNameConstraints(strWith31Chars, {}), in TEST_F()
573 throwForUserNameConstraints(startWithNumber, {"ipmi"}), in TEST_F()
576 throwForUserNameConstraints(startWithDisallowedCharacter, {"ipmi"}), in TEST_F()
/openbmc/phosphor-user-manager/
H A Duser_mgr.cpp229 void UserMgr::throwForUserNameConstraints( in throwForUserNameConstraints() function in phosphor::user::UserMgr
350 throwForUserNameConstraints(userName, groupNames); in createUser()
482 throwForUserNameConstraints(newUserName, in renameUser()
531 throwForUserNameConstraints(userName, groupNames); in updateGroupsAndPriv()
H A Duser_mgr.hpp351 throwForUserNameConstraints(const std::string& userName,