Searched refs:isUserExist (Results 1 – 3 of 3) sorted by relevance
940 isUserExist(""), in TEST_F()1025 EXPECT_FALSE(isUserExist(username)); in TEST_F()1042 EXPECT_FALSE(isUserExist(username)); in TEST_F()1060 EXPECT_TRUE(isUserExist(username)); in TEST_F()1076 EXPECT_FALSE(isUserExist(username)); in TEST_F()1095 EXPECT_TRUE(isUserExist(username)); in TEST_F()
256 bool UserMgr::isUserExist(const std::string& userName) const in isUserExist() function in phosphor::user::UserMgr285 if (!isUserExist(userName)) in throwForUserDoesNotExist()308 if (isUserExist(userName)) in throwForUserExists()1346 if (isUserExist(userName)) in getUserInfo()
472 bool isUserExist(const std::string& userName) const;