Home
last modified time | relevance | path

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

/openbmc/phosphor-user-manager/
H A Duser_mgr.hpp371 virtual void executeUserClearFailRecords(const char* userName);
H A Duser_mgr.cpp398 executeUserClearFailRecords(userName.c_str()); in deleteUser()
871 executeUserClearFailRecords(userName.c_str()); in userLockedForFailedAttempt()
1510 void UserMgr::executeUserClearFailRecords(const char* userName) in executeUserClearFailRecords() function in phosphor::user::UserMgr
/openbmc/phosphor-user-manager/test/
H A Duser_mgr_test.cpp292 ON_CALL(*this, executeUserClearFailRecords) in UserMgrInTest()
341 MOCK_METHOD(void, executeUserClearFailRecords, (const char*), (override));
635 EXPECT_CALL(*this, executeUserClearFailRecords(testing::StrEq(username))) in TEST_F()