Home
last modified time | relevance | path

Searched defs:gotValue (Results 1 – 5 of 5) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DDiagnosticHalServiceTest.java259 HalPropValue gotValue = mService.getCurrentDiagnosticValue( in testGetCurrentDiagnosticValueFreezeFrame() local
270 HalPropValue gotValue = mService.getCurrentDiagnosticValue( in testGetCurrentDiagnosticValueLiveFrame() local
278 HalPropValue gotValue = mService.getCurrentDiagnosticValue(-1); in testGetCurrentDiagnosticValueInvalidSensorType() local
288 HalPropValue gotValue = mService.getCurrentDiagnosticValue( in testGetCurrentDiagnosticValueServiceSpecificException() local
299 HalPropValue gotValue = mService.getCurrentDiagnosticValue( in testGetCurrentDiagnosticValueIllegalArgumentException() local
/packages/services/Car/cpp/vhal/client/test/
DAidlVhalClientTest.cpp424 auto gotValue = std::move(result.value()); in TEST_F() local
459 auto gotValue = std::move(result.value()); in TEST_F() local
491 auto gotValue = std::move(result.value()); in TEST_F() local
640 auto gotValue = std::move(result.value()); in TEST_F() local
DHidlVhalClientTest.cpp204 auto gotValue = std::move(result.value()); in TEST_F() local
234 auto gotValue = std::move(result.value()); in TEST_F() local
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DHidlVehicleStubUnitTest.java508 HalPropValue gotValue = mHidlVehicleStub.get(TEST_PROP_VALUE); in testGetSync() local
DAidlVehicleStubUnitTest.java309 HalPropValue gotValue = mAidlVehicleStub.get(value); in testGetAidlSmallData() local
348 HalPropValue gotValue = mAidlVehicleStub.get(value); in testGetAidlLargeData() local
404 HalPropValue gotValue = mAidlVehicleStub.get(value); in testGetAidlAsyncCallback() local