Home
last modified time | relevance | path

Searched defs:getValueResult (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/automotive/vehicle/vts/src/
DVtsHalAutomotiveVehicle_TargetTest.cpp258 auto getValueResult = mVhalClient->getValueSync(*propToGet); in TEST_P() local
304 auto getValueResult = mVhalClient->getValueSync(*mVhalClient->createHalPropValue(propId)); in TEST_P() local
320 auto getValueResult = mVhalClient->getValueSync(*mVhalClient->createHalPropValue(propId)); in TEST_P() local
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/test/
DFakeVehicleHardwareTest.cpp1618 auto getValueResult = getValue(VehiclePropValue{.prop = OBD2_FREEZE_FRAME_INFO}); in TEST_F() local
1645 auto getValueResult = in TEST_F() local
1664 auto getValueResult = getValue(VehiclePropValue{ in TEST_F() local
1770 auto getValueResult = getValue(VehiclePropValue{.prop = dependentProp}); in TEST_F() local
2197 auto getValueResult = getValue(VehiclePropValue{.prop = OBD2_FREEZE_FRAME_INFO}); in TEST_F() local
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/src/
DFakeVehicleHardware.cpp913 GetValueResult getValueResult; in handleGetValueRequest() local