Home
last modified time | relevance | path

Searched refs:TEN_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.cpp356 const uint32_t TEN_MIN_TIME = 600; in HWTEST_F() local
357 EXPECT_EQ(TEN_MIN_TIME * MS_OF_S, GetNextFailLockoutDuration(FIRST_ANTI_BRUTE_COUNT)); in HWTEST_F()
/drivers/peripheral/pin_auth/hdi_service/database/src/
H A Dpin_db.c40 #define TEN_MIN_TIME 600 macro
773 return TEN_MIN_TIME * MS_OF_S; in GetWaitTime()
795 return TEN_MIN_TIME * MS_OF_S; in GetNextFailLockoutDuration()

Completed in 3 milliseconds