Searched refs:executeUserClearFailRecords (Results 1 – 3 of 3) sorted by relevance
371 virtual void executeUserClearFailRecords(const char* userName);
398 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
292 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()