Searched refs:isUserExist (Results 1 – 3 of 3) sorted by relevance
182 bool UserMgr::isUserExist(const std::string& userName) in isUserExist() function in phosphor::user::UserMgr199 if (!isUserExist(userName)) in throwForUserDoesNotExist()222 if (isUserExist(userName)) in throwForUserExists()1200 if (isUserExist(userName)) in getUserInfo()
326 bool isUserExist(const std::string& userName);
529 isUserExist(""), in TEST_F()