Searched refs:getFailedAttempt (Results 1 – 3 of 3) sorted by relevance
407 MOCK_METHOD(std::vector<std::string>, getFailedAttempt, (const char*),1009 EXPECT_CALL(*this, getFailedAttempt(testing::StrEq(username.c_str()))) in TEST_F()1019 EXPECT_CALL(*this, getFailedAttempt(testing::StrEq(username.c_str()))) in TEST_F()1037 EXPECT_CALL(*this, getFailedAttempt(testing::StrEq(username.c_str()))) in TEST_F()1054 EXPECT_CALL(*this, getFailedAttempt(testing::StrEq(username.c_str()))) in TEST_F()
415 virtual std::vector<std::string> getFailedAttempt(const char* userName);
847 output = getFailedAttempt(userName.c_str()); in userLockedForFailedAttempt()1557 std::vector<std::string> UserMgr::getFailedAttempt(const char* userName) in getFailedAttempt() function in phosphor::user::UserMgr