Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/com/android/car/internal/
DLongPendingRequestPool.java131 long timeoutUptimeMs = requestInfo.getTimeoutUptimeMs(); in addPendingRequests()
172 long timeoutUptimeMs = requestInfo.getTimeoutUptimeMs(); in removeRequest()
DLongRequestIdWithTimeout.java31 long getTimeoutUptimeMs(); in getTimeoutUptimeMs() method
/packages/services/Car/service/src/com/android/car/
DVehicleStub.java84 public long getTimeoutUptimeMs() { in getTimeoutUptimeMs() method in VehicleStub.AsyncGetSetRequest
DAidlVehicleStub.java140 public long getTimeoutUptimeMs() { in getTimeoutUptimeMs() method in AidlVehicleStub.AsyncRequestInfo
1098 vehicleStubRequest.getTimeoutUptimeMs())); in prepareAndConvertAsyncRequests()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/internal/
DPendingRequestPoolUnitTest.java54 public long getTimeoutUptimeMs() { in getTimeoutUptimeMs() method in PendingRequestPoolUnitTest.LongTestRequest
/packages/services/Car/service/src/com/android/car/hal/
DPropertyHalService.java337 public long getTimeoutUptimeMs() { in getTimeoutUptimeMs() method in PropertyHalService.AsyncPropRequestInfo
363 .append(getTimeoutUptimeMs()).append("ms") in toString()
534 long timeoutUptimeMs = requestInfo.getTimeoutUptimeMs(); in retryIfNotExpired()
936 asyncPropRequestInfo.getTimeoutUptimeMs()); in generateVehicleStubAsyncRequestLocked()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DPropertyHalServiceTest.java379 assertThat(gotRequest.getTimeoutUptimeMs()).isGreaterThan(1000); in testGetCarPropertyValuesAsync()
407 assertThat(gotRequest0.getTimeoutUptimeMs()).isGreaterThan(1000); in testGetCarPropertyValuesAsync_multipleRequests()
413 assertThat(gotRequest1.getTimeoutUptimeMs()).isGreaterThan(1000); in testGetCarPropertyValuesAsync_multipleRequests()
874 assertThat(gotRequest.getTimeoutUptimeMs()).isGreaterThan(1000); in testSetCarPropertyValuesAsync()