Home
last modified time | relevance | path

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

/openbmc/phosphor-user-manager/test/
H A Duser_mgr_test.cpp318 ON_CALL(*this, executeUserClearFailRecords) in UserMgrInTest()
367 MOCK_METHOD(void, executeUserClearFailRecords, (const char*), (override));
663 EXPECT_CALL(*this, executeUserClearFailRecords(testing::StrEq(username))) in TEST_F()
/openbmc/phosphor-user-manager/
H A Duser_mgr.hpp474 virtual void executeUserClearFailRecords(const char* userName);
H A Duser_mgr.cpp417 executeUserClearFailRecords(userName.c_str()); in deleteUser()
891 executeUserClearFailRecords(userName.c_str()); in userLockedForFailedAttempt()
1553 void UserMgr::executeUserClearFailRecords(const char* userName) in executeUserClearFailRecords() function in phosphor::user::UserMgr