Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/tests/
H A DDefaultVhalImpl_test.cpp168 auto gotValue = mHal->get(value, &status); in TEST_F() local
180 auto gotValue = mHal->get(value, &status); in TEST_F() local
192 auto gotValue = mHal->get(value, &status); in TEST_F() local
204 auto gotValue = mHal->get(value, &status); in TEST_F() local
215 auto gotValue = mHal->get(value, &status); in TEST_F() local
229 auto gotValue = mHal->get(value, &status); in TEST_F() local
244 auto gotValue = mHal->get(value, &status); in TEST_F() local
259 auto gotValue = mHal->get(value, &status); in TEST_F() local
273 auto gotValue = mHal->get(value, &status); in TEST_F() local
295 auto gotValue = mHal->get(value, &status); in TEST_F() local
[all …]
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/3/utils/common/test/
H A DVehicleObjectPoolTest.cpp264 auto gotValue = mValuePool->obtain(prop); in TEST_F() local
278 auto gotValue = mValuePool->obtain(prop); in TEST_F() local
292 auto gotValue = mValuePool->obtain(prop); in TEST_F() local
306 auto gotValue = mValuePool->obtain(prop); in TEST_F() local
320 auto gotValue = mValuePool->obtain(prop); in TEST_F() local
339 auto gotValue = mValuePool->obtain(prop); in TEST_F() local
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/current/utils/common/test/
H A DVehicleObjectPoolTest.cpp264 auto gotValue = mValuePool->obtain(prop); in TEST_F() local
278 auto gotValue = mValuePool->obtain(prop); in TEST_F() local
292 auto gotValue = mValuePool->obtain(prop); in TEST_F() local
306 auto gotValue = mValuePool->obtain(prop); in TEST_F() local
320 auto gotValue = mValuePool->obtain(prop); in TEST_F() local
339 auto gotValue = mValuePool->obtain(prop); in TEST_F() local
/aosp_15_r20/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
/aosp_15_r20/device/generic/car/emulator/vhal_aidl/VehicleEmulator/test/
DVehicleEmulatorTest.cpp245 VehiclePropValue gotValue = respMsg.value(0); in TEST_F() local
325 VehiclePropValue gotValue = respMsg.value(0); in TEST_F() local
434 VehiclePropValue gotValue = pipeCommMsg.value(0); in TEST_F() local
/aosp_15_r20/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
H A DArrayMapTests.java130 Object gotValue = array.get(entry.getKey()); in compareMaps() local
139 Object gotValue = array.valueAt(i); in compareMaps() local
/aosp_15_r20/cts/tests/tests/util/src/android/util/cts/
H A DArrayMapTest.java175 Object gotValue = array.get(entry.getKey()); in compareMaps() local
183 Object gotValue = array.valueAt(i); in compareMaps() local
/aosp_15_r20/packages/services/Car/cpp/vhal/client/test/
DAidlVhalClientTest.cpp396 auto gotValue = std::move(result.value()); in TEST_F() local
431 auto gotValue = std::move(result.value()); in TEST_F() local
463 auto gotValue = std::move(result.value()); in TEST_F() local
612 auto gotValue = std::move(result.value()); in TEST_F() local
DHidlVhalClientTest.cpp196 auto gotValue = std::move(result.value()); in TEST_F() local
226 auto gotValue = std::move(result.value()); in TEST_F() local
/aosp_15_r20/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DAidlVehicleStubUnitTest.java314 HalPropValue gotValue = mAidlVehicleStub.get(value); in testGetAidlSmallData() local
353 HalPropValue gotValue = mAidlVehicleStub.get(value); in testGetAidlLargeData() local
409 HalPropValue gotValue = mAidlVehicleStub.get(value); in testGetAidlAsyncCallback() local
DHidlVehicleStubUnitTest.java509 HalPropValue gotValue = mHidlVehicleStub.get(TEST_PROP_VALUE); in testGetSync() local
/aosp_15_r20/hardware/interfaces/broadcastradio/aidl/vts/src/
H A DVtsHalBroadcastradioAidlTargetTest.cpp1072 bool gotValue = false; in TEST_P() local
1105 bool gotValue; in TEST_P() local
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/midilib/
H A DJavaMidiTestModule.java269 int gotValue = bytes[offset + index] & 0x000000FF; in matchStream() local
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/current/fake_impl/hardware/src/
H A DFakeVehicleHardware.cpp791 auto& gotValue = result.value(); in getUserHalProp() local
966 auto& gotValue = readResult.value(); in getEchoReverseBytes() local
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/3/fake_impl/hardware/src/
H A DFakeVehicleHardware.cpp791 auto& gotValue = result.value(); in getUserHalProp() local
966 auto& gotValue = readResult.value(); in getEchoReverseBytes() local
/aosp_15_r20/hardware/interfaces/broadcastradio/aidl/default/test/
H A DDefaultBroadcastRadioHalTest.cpp467 bool gotValue = false; in TEST_F() local
/aosp_15_r20/hardware/interfaces/broadcastradio/2.0/vts/functional/
H A DVtsHalBroadcastradioV2_0TargetTest.cpp780 bool gotValue = false; in TEST_P() local
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/3/vhal/test/
H A DDefaultVehicleHalTest.cpp1860 VehiclePropValue gotValue = maybeResults.value().payloads[0]; in TEST_F() local
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/current/vhal/test/
H A DDefaultVehicleHalTest.cpp1860 VehiclePropValue gotValue = maybeResults.value().payloads[0]; in TEST_F() local
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/3/fake_impl/hardware/test/
H A DFakeVehicleHardwareTest.cpp2372 auto& gotValue = result.value(); in TEST_F() local
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/current/fake_impl/hardware/test/
H A DFakeVehicleHardwareTest.cpp2372 auto& gotValue = result.value(); in TEST_F() local