Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/tests/fuzzer/
DVehicleManager_fuzzer.cpp96 constexpr size_t kVehiclePropArrayLength = std::size(kVehicleProp); variable
180 mManager->getPropConfigs({toInt(kVehicleProp[abs(vehicleProp1) % kVehiclePropArrayLength])}, in invokePropConfigs()
193 const auto prop1 = toInt(kVehicleProp[abs(vehicleProp1) % kVehiclePropArrayLength]); in invokeSubscribe()
202 unsubscribedValue->prop = toInt(kVehicleProp[abs(vehicleProp2) % kVehiclePropArrayLength]); in invokeSubscribe()
209 subscribedValue->prop = toInt(kVehicleProp[abs(vehicleProp2) % kVehiclePropArrayLength]); in invokeSubscribe()
222 .propId = toInt(kVehicleProp[abs(vehicleProp3) % kVehiclePropArrayLength]), in invokeSubscribe()
229 toInt(kVehicleProp[abs(vehicleProp3) % kVehiclePropArrayLength]), in invokeSubscribe()
235 mFuzzedDataProvider->ConsumeIntegralInRange<uint32_t>(0, kVehiclePropArrayLength - 1); in invokeSetAndGetValues()
237 mFuzzedDataProvider->ConsumeIntegralInRange<uint32_t>(0, kVehiclePropArrayLength - 1); in invokeSetAndGetValues()
239 mFuzzedDataProvider->ConsumeIntegralInRange<uint32_t>(0, kVehiclePropArrayLength - 1); in invokeSetAndGetValues()