Home
last modified time | relevance | path

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

/openbmc/phosphor-user-manager/
H A Duser_mgr.hpp445 void throwForUserExists(const std::string& userName);
H A Duser_mgr.cpp239 void UserMgr::throwForUserExists(const std::string& userName) in throwForUserExists() function in phosphor::user::UserMgr
368 throwForUserExists(userName); in createUser()
500 throwForUserExists(newUserName); in renameUser()
/openbmc/phosphor-user-manager/test/
H A Duser_mgr_test.cpp571 throwForUserExists("root"), in TEST_F()