Searched refs:time_to_sleep (Results 1 – 2 of 2) sorted by relevance
/hardware/interfaces/keymaster/4.0/vts/functional/ |
D | VerificationTokenTest.cpp | 97 constexpr uint32_t time_to_sleep = 200; in TEST_P() local 98 sleep_ms(time_to_sleep); in TEST_P() 112 EXPECT_GE(host_time_delta, time_to_sleep) in TEST_P() 113 << "We slept for " << time_to_sleep << " ms, the clock must have advanced by that much"; in TEST_P() 114 EXPECT_LE(host_time_delta, time_to_sleep + 100) in TEST_P() 115 << "The verifyAuthorization call took " << (host_time_delta - time_to_sleep) in TEST_P() 157 constexpr uint32_t time_to_sleep = 200; in TEST_P() local 158 sleep_ms(time_to_sleep); in TEST_P() 173 EXPECT_GE(host_time_delta, time_to_sleep) in TEST_P() 174 << "We slept for " << time_to_sleep << " ms, the clock must have advanced by that much"; in TEST_P() [all …]
|
/hardware/interfaces/security/secureclock/aidl/vts/functional/ |
D | SecureClockAidlTest.cpp | 119 unsigned long time_to_sleep = 200; in TEST_P() local 120 sleep_ms(time_to_sleep); in TEST_P() 131 EXPECT_GE(host_time_delta, time_to_sleep) in TEST_P() 132 << "We slept for " << time_to_sleep << " ms, the clock must have advanced by that much"; in TEST_P() 133 EXPECT_LE(host_time_delta, time_to_sleep + 100) in TEST_P() 134 << "The getTimestampToken call took " << (host_time_delta - time_to_sleep) in TEST_P() 160 unsigned long time_to_sleep = 200; in TEST_P() local 161 sleep_ms(time_to_sleep); in TEST_P() 172 EXPECT_GE(host_time_delta, time_to_sleep) in TEST_P() 173 << "We slept for " << time_to_sleep << " ms, the clock must have advanced by that much"; in TEST_P() [all …]
|