Home
last modified time | relevance | path

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

/drivers/peripheral/pin_auth/test/unittest/pin_auth/database/src/
H A Dpin_db_test.cpp374 const uint32_t ONE_DAY_TIME = 86400; in HWTEST_F() local
375 EXPECT_EQ(ONE_DAY_TIME * MS_OF_S, GetNextFailLockoutDuration(ATTI_BRUTE_SECOND_STAGE - 1)); in HWTEST_F()
/drivers/peripheral/pin_auth/hdi_service/database/src/
H A Dpin_db.c43 #define ONE_DAY_TIME 86400 macro
784 return ONE_DAY_TIME * MS_OF_S; in GetWaitTime()
810 return ONE_DAY_TIME * MS_OF_S; in GetNextFailLockoutDuration()

Completed in 3 milliseconds