Searched refs:setCarPropertyValuesAsync (Results 1 – 4 of 4) sorted by relevance
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/ |
D | PropertyHalServiceTest.java | 863 mPropertyHalService.setCarPropertyValuesAsync(List.of(SET_HVAC_REQUEST_ID_1), in testSetCarPropertyValuesAsync() 894 mPropertyHalService.setCarPropertyValuesAsync(List.of(request), in testSetCarPropertyValuesAsync_configNotFound() 907 mPropertyHalService.setCarPropertyValuesAsync(setPropertyServiceRequests, in testSetCarPropertyValuesAsync_linkToDeath() 933 mPropertyHalService.setCarPropertyValuesAsync(List.of(request), in testSetCarPropertyValuesAsync_noWaitForPropertyUpdate() 973 mPropertyHalService.setCarPropertyValuesAsync(List.of(request1, request2), in testSetCarPropertyValuesAsync_noWaitForPropertyUpdateWithMultipleAreaRequests() 1029 mPropertyHalService.setCarPropertyValuesAsync(List.of(request1, request2), in testSetCarPropertyValuesAsync_mixWaitNoWaitForPropertyUpdate() 1099 mPropertyHalService.setCarPropertyValuesAsync(List.of(SET_HVAC_REQUEST_ID_1), in testSetCarPropertyValuesAsync_initValueSameAsTargetValue_beforeSetResult() 1148 mPropertyHalService.setCarPropertyValuesAsync(List.of(SET_HVAC_REQUEST_ID_1), in testSetCarPropertyValuesAsync_initValueSameAsTargetValue_afterSetResult() 1197 mPropertyHalService.setCarPropertyValuesAsync(List.of(SET_HVAC_REQUEST_ID_1), in testSetCarPropertyValuesAsync_initValueSameAsTargetValue_retry() 1250 mPropertyHalService.setCarPropertyValuesAsync(List.of(SET_HVAC_REQUEST_ID_1), in testSetCarPropertyValuesAsync_initValueDiffTargetValue_timeout() [all …]
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/ |
D | CarPropertyServiceUnitTest.java | 433 verify(mHalService).setCarPropertyValuesAsync(eq(requests), any(), eq(ASYNC_TIMEOUT_MS), in testSetPropertiesAsync() 448 verify(mHalService).setCarPropertyValuesAsync(eq(requests), any(), eq(ASYNC_TIMEOUT_MS), in testSetPropertiesAsync_noWaitForPropertyUpdate()
|
/packages/services/Car/service/src/com/android/car/ |
D | CarPropertyService.java | 1074 mPropertyHalService.setCarPropertyValuesAsync(setPropertyServiceRequestList, in setPropertiesAsync()
|
/packages/services/Car/service/src/com/android/car/hal/ |
D | PropertyHalService.java | 1811 public void setCarPropertyValuesAsync( in setCarPropertyValuesAsync() method in PropertyHalService
|