Searched refs:getCarPropertyValuesAsync (Results 1 – 4 of 4) sorted by relevance
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/ |
D | PropertyHalServiceTest.java | 368 mPropertyHalService.getCarPropertyValuesAsync(List.of(GET_PROPERTY_SERVICE_REQUEST_1), in testGetCarPropertyValuesAsync() 394 mPropertyHalService.getCarPropertyValuesAsync(getPropertyServiceRequests, in testGetCarPropertyValuesAsync_multipleRequests() 428 mPropertyHalService.getCarPropertyValuesAsync( in testGetCarPropertyValuesAsync_staticCacheMultipleRequests() 442 mPropertyHalService.getCarPropertyValuesAsync( in testGetCarPropertyValuesAsync_staticCacheMultipleRequests() 458 mPropertyHalService.getCarPropertyValuesAsync(getPropertyServiceRequests, in testGetCarPropertyValuesAsync_linkToDeath() 477 mPropertyHalService.getCarPropertyValuesAsync(getPropertyServiceRequests, in testGetCarPropertyValuesAsync_binderDiedBeforeLinkToDeath() 489 mPropertyHalService.getCarPropertyValuesAsync(getPropertyServiceRequests, in testGetCarPropertyValuesAsync_unlinkToDeath_onBinderDied() 512 mPropertyHalService.getCarPropertyValuesAsync(List.of(GET_PROPERTY_SERVICE_REQUEST_1), in testGetCarPropertyValuesAsync_normalResult() 552 mPropertyHalService.getCarPropertyValuesAsync(List.of(GET_PROPERTY_SERVICE_REQUEST_1), in testGetCarPropertyValuesAsync_retryTwiceAndSucceed() 575 mPropertyHalService.getCarPropertyValuesAsync(List.of(GET_PROPERTY_SERVICE_REQUEST_1), in testGetCarPropertyValuesAsync_retryAndTimeout() [all …]
|
/packages/services/Car/service/src/com/android/car/ |
D | CarPropertyService.java | 1025 mPropertyHalService.getCarPropertyValuesAsync(getPropertyServiceRequests, in getPropertiesAsync()
|
/packages/services/Car/service/src/com/android/car/hal/ |
D | PropertyHalService.java | 1712 public void getCarPropertyValuesAsync( in getCarPropertyValuesAsync() method in PropertyHalService
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/ |
D | CarPropertyServiceUnitTest.java | 354 verify(mHalService).getCarPropertyValuesAsync(eq(requests), any(), eq(ASYNC_TIMEOUT_MS), in testGetPropertiesAsync()
|