Home
last modified time | relevance | path

Searched refs:timeout2 (Results 1 – 1 of 1) sorted by relevance

/system/chre/chpp/test/
Dclients_test.cpp232 uint64_t timeout2 = 4000 * CHPP_NSEC_PER_MSEC; in TEST_F() local
233 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() local
284 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() local
341 registerAndValidateRequestForTimeout(mClientState, reqHeader2, timeout2, in TEST_F()
342 time2 + timeout2); in TEST_F()
[all …]