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.cpp354 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()
/openbmc/phosphor-user-manager/
H A Duser_mgr.hpp409 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