Searched refs:getFailedAttempt (Results 1 – 3 of 3) sorted by relevance
354 MOCK_METHOD(std::vector<std::string>, getFailedAttempt, (const char*),956 EXPECT_CALL(*this, getFailedAttempt(testing::StrEq(username.c_str()))) in TEST_F()966 EXPECT_CALL(*this, getFailedAttempt(testing::StrEq(username.c_str()))) in TEST_F()984 EXPECT_CALL(*this, getFailedAttempt(testing::StrEq(username.c_str()))) in TEST_F()1001 EXPECT_CALL(*this, getFailedAttempt(testing::StrEq(username.c_str()))) in TEST_F()
409 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