Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/fakevhal/
DFakeVehicleStubUnitTest.java1018 SetVehicleStubAsyncResult setVehicleStubAsyncResult = setAsyncResult.get(0); in testSetAsyncForSingleProp() local
1020 expect.that(setVehicleStubAsyncResult.getServiceRequestId()).isEqualTo(0); in testSetAsyncForSingleProp()
1021 expect.that(setVehicleStubAsyncResult.getServiceRequestId()) in testSetAsyncForSingleProp()
1023 expect.that(setVehicleStubAsyncResult.getErrorCode()) in testSetAsyncForSingleProp()
1051 SetVehicleStubAsyncResult setVehicleStubAsyncResult = setAsyncResult.get(0); in testSetAsyncGlobalPropWithAreaIdSetValueOutOfRange() local
1052 expect.that(setVehicleStubAsyncResult.getServiceRequestId()).isEqualTo(0); in testSetAsyncGlobalPropWithAreaIdSetValueOutOfRange()
1053 expect.that(setVehicleStubAsyncResult.getErrorCode()) in testSetAsyncGlobalPropWithAreaIdSetValueOutOfRange()
1074 SetVehicleStubAsyncResult setVehicleStubAsyncResult = setAsyncResult.get(0); in testSetAsyncForSpecialPropRemoteException() local
1075 expect.that(setVehicleStubAsyncResult.getServiceRequestId()).isEqualTo(0); in testSetAsyncForSpecialPropRemoteException()
1076 expect.that(setVehicleStubAsyncResult.getErrorCode()) in testSetAsyncForSpecialPropRemoteException()
/packages/services/Car/service/src/com/android/car/hal/
DPropertyHalService.java760 SetVehicleStubAsyncResult setVehicleStubAsyncResult = in onSetAsyncResults() local
762 int serviceRequestId = setVehicleStubAsyncResult.getServiceRequestId(); in onSetAsyncResults()
770 int carPropMgrErrorCode = setVehicleStubAsyncResult.getErrorCode(); in onSetAsyncResults()
783 setVehicleStubAsyncResult.getCarPropertyErrorCodes()), in onSetAsyncResults()