Home
last modified time | relevance | path

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

/openbmc/phosphor-user-manager/test/
H A Duser_mgr_test.cpp407 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()
/openbmc/phosphor-user-manager/
H A Duser_mgr.hpp415 virtual std::vector<std::string> getFailedAttempt(const char* userName);
H A Duser_mgr.cpp847 output = getFailedAttempt(userName.c_str()); in userLockedForFailedAttempt()
1557 std::vector<std::string> UserMgr::getFailedAttempt(const char* userName) in getFailedAttempt() function in phosphor::user::UserMgr