Lines Matching refs:t2
50 uint64_t t2 = bluetooth::common::time_get_os_boottime_ms(); in TEST() local
51 ASSERT_TRUE((t2 - t1) < TEST_TIME_DELTA_UPPER_BOUND_MS); in TEST()
60 uint64_t t2 = bluetooth::common::time_get_os_boottime_us(); in TEST() local
61 ASSERT_TRUE((t2 - t1) < TEST_TIME_DELTA_UPPER_BOUND_MS * 1000); in TEST()
78 uint64_t t2 = bluetooth::common::time_get_os_boottime_ms(); in TEST() local
81 ASSERT_TRUE((t2 - t1) >= TEST_TIME_SLEEP_MS); in TEST()
82 ASSERT_TRUE((t2 - t1) < TEST_TIME_DELTA_UPPER_BOUND_MS); in TEST()
99 uint64_t t2 = bluetooth::common::time_get_os_boottime_us(); in TEST() local
102 ASSERT_GT(t2, t1); in TEST()
103 ASSERT_TRUE((t2 - t1) >= TEST_TIME_SLEEP_US); in TEST()
104 ASSERT_TRUE((t2 - t1) < TEST_TIME_DELTA_UPPER_BOUND_MS * 1000); in TEST()
122 uint64_t t2 = bluetooth::common::time_gettimeofday_us(); in TEST() local
123 ASSERT_TRUE((t2 - t1) < TEST_TIME_DELTA_UPPER_BOUND_MS * 1000); in TEST()
140 uint64_t t2 = bluetooth::common::time_gettimeofday_us(); in TEST() local
143 ASSERT_GT(t2, t1); in TEST()
144 ASSERT_TRUE((t2 - t1) >= TEST_TIME_SLEEP_US); in TEST()
145 ASSERT_TRUE((t2 - t1) < TEST_TIME_DELTA_UPPER_BOUND_MS * 1000); in TEST()