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.cpp352 auto gotValue = std::move(result.value()); in TEST_F() local
387 auto gotValue = std::move(result.value()); in TEST_F() local
419 auto gotValue = std::move(result.value()); in TEST_F() local
568 auto gotValue = std::move(result.value()); in TEST_F() local
DHidlVhalClientTest.cpp194 auto gotValue = std::move(result.value()); in TEST_F() local
224 auto gotValue = std::move(result.value()); in TEST_F() local
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DAidlVehicleStubUnitTest.java287 HalPropValue gotValue = mAidlVehicleStub.get(value); in testGetAidlSmallData() local
325 HalPropValue gotValue = mAidlVehicleStub.get(value); in testGetAidlLargeData() local
381 HalPropValue gotValue = mAidlVehicleStub.get(value); in testGetAidlAsyncCallback() local
DHidlVehicleStubUnitTest.java509 HalPropValue gotValue = mHidlVehicleStub.get(TEST_PROP_VALUE); in testGetSync() local