Searched refs:timeout2 (Results 1 – 1 of 1) sorted by relevance
232 uint64_t timeout2 = 4000 * CHPP_NSEC_PER_MSEC; in TEST_F() local233 registerAndValidateRequestForTimeout(mClientState, reqHeader2, timeout2, in TEST_F()256 time2 + timeout2); in TEST_F()283 uint64_t timeout2 = 200 * CHPP_NSEC_PER_MSEC; in TEST_F() local284 registerAndValidateRequestForTimeout(mClientState, reqHeader, timeout2, in TEST_F()285 time2 + timeout2); in TEST_F()293 std::chrono::nanoseconds(timeout2 + time2 - chppGetCurrentTimeNs())); in TEST_F()340 uint64_t timeout2 = 200 * CHPP_NSEC_PER_MSEC; in TEST_F() local341 registerAndValidateRequestForTimeout(mClientState, reqHeader2, timeout2, in TEST_F()342 time2 + timeout2); in TEST_F()[all …]