Home
last modified time | relevance | path

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

/drivers/peripheral/pin_auth/test/unittest/pin_auth/database/src/
H A Dpin_db_test.cpp364 const uint32_t ONE_HOUR_TIME = 3600; in HWTEST_F() local
365 EXPECT_EQ(ONE_HOUR_TIME * MS_OF_S, GetNextFailLockoutDuration(THIRD_ANTI_BRUTE_COUNT)); in HWTEST_F()
/drivers/peripheral/pin_auth/hdi_service/database/src/
H A Dpin_db.c42 #define ONE_HOUR_TIME 3600 macro
779 return ONE_HOUR_TIME * MS_OF_S; in GetWaitTime()
802 return ONE_HOUR_TIME * MS_OF_S; in GetNextFailLockoutDuration()

Completed in 3 milliseconds