Home
last modified time | relevance | path

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

/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()
/hardware/interfaces/automotive/vehicle/2.0/default/tests/fuzzer/
DVehicleManager_fuzzer.cpp454 VehiclePropValue requestedValue{}; in invokeGet() local
455 requestedValue.prop = property; in invokeGet()
456 requestedValue.areaId = areaId; in invokeGet()
461 mManager->get(requestedValue, in invokeGet()