Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/tests/fuzzer/
DVehicleManager_fuzzer.cpp172 int32_t vehicleProp2 = mFuzzedDataProvider->ConsumeIntegral<int32_t>(); in invokePropConfigs() local
174 hidl_vec<int32_t> properties = {vehicleProp1, vehicleProp2}; in invokePropConfigs()
190 int32_t vehicleProp2 = mFuzzedDataProvider->ConsumeIntegral<int32_t>(); in invokeSubscribe() local
202 unsubscribedValue->prop = toInt(kVehicleProp[abs(vehicleProp2) % kVehiclePropArrayLength]); in invokeSubscribe()
209 subscribedValue->prop = toInt(kVehicleProp[abs(vehicleProp2) % kVehiclePropArrayLength]); in invokeSubscribe()
236 uint32_t vehicleProp2 = in invokeSetAndGetValues() local
242 invokeGet(toInt(kVehicleProp[vehicleProp2]), 0); in invokeSetAndGetValues()
249 expectedValue->prop = toInt(kVehicleProp[vehicleProp2]); in invokeSetAndGetValues()
253 invokeGet(toInt(kVehicleProp[vehicleProp2]), 0); in invokeSetAndGetValues()