Home
last modified time | relevance | path

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

/openbmc/phosphor-user-manager/
H A Duser_mgr.cpp182 bool UserMgr::isUserExist(const std::string& userName) in isUserExist() function in phosphor::user::UserMgr
199 if (!isUserExist(userName)) in throwForUserDoesNotExist()
222 if (isUserExist(userName)) in throwForUserExists()
1201 if (isUserExist(userName)) in getUserInfo()
H A Duser_mgr.hpp326 bool isUserExist(const std::string& userName);
/openbmc/phosphor-user-manager/test/
H A Duser_mgr_test.cpp529 isUserExist(""), in TEST_F()