Home
last modified time | relevance | path

Searched refs:THIRTY_MIN_TIME (Results 1 - 2 of 2) sorted by relevance

/drivers/peripheral/pin_auth/test/unittest/pin_auth/database/src/
H A Dpin_db_test.cpp360 const uint32_t THIRTY_MIN_TIME = 1800; in HWTEST_F() local
361 EXPECT_EQ(THIRTY_MIN_TIME * MS_OF_S, GetNextFailLockoutDuration(SECOND_ANTI_BRUTE_COUNT)); in HWTEST_F()
/drivers/peripheral/pin_auth/hdi_service/database/src/
H A Dpin_db.c41 #define THIRTY_MIN_TIME 1800 macro
776 return THIRTY_MIN_TIME * MS_OF_S; in GetWaitTime()
798 return THIRTY_MIN_TIME * MS_OF_S; in GetNextFailLockoutDuration()

Completed in 3 milliseconds