Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DPropertyHalServiceTest.java863 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/
DCarPropertyServiceUnitTest.java433 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/
DCarPropertyService.java1074 mPropertyHalService.setCarPropertyValuesAsync(setPropertyServiceRequestList, in setPropertiesAsync()
/packages/services/Car/service/src/com/android/car/hal/
DPropertyHalService.java1811 public void setCarPropertyValuesAsync( in setCarPropertyValuesAsync() method in PropertyHalService