Home
last modified time | relevance | path

Searched refs:requestedValue (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/vts/functional/
DVtsHalAutomotiveVehicleV2_0TargetTest.cpp95 VehiclePropValue requestedValue{}; in invokeGet() local
96 requestedValue.prop = property; in invokeGet()
97 requestedValue.areaId = areaId; in invokeGet()
99 invokeGet(requestedValue); in invokeGet()
/hardware/interfaces/automotive/vehicle/2.0/default/tests/fuzzer/
DVehicleManager_fuzzer.cpp350 VehiclePropValue requestedValue{}; in invokeGet() local
351 requestedValue.prop = property; in invokeGet()
352 requestedValue.areaId = areaId; in invokeGet()
357 mManager->get(requestedValue, in invokeGet()
/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DVehicleHalManager_test.cpp158 VehiclePropValue requestedValue {}; in invokeGet() local
159 requestedValue.prop = property; in invokeGet()
160 requestedValue.areaId = areaId; in invokeGet()
162 invokeGet(requestedValue); in invokeGet()