Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/tests/fuzzer/
DVehicleManager_fuzzer.cpp171 int32_t vehicleProp1 = mFuzzedDataProvider->ConsumeIntegral<int32_t>(); in invokePropConfigs() local
174 hidl_vec<int32_t> properties = {vehicleProp1, vehicleProp2}; in invokePropConfigs()
180 mManager->getPropConfigs({toInt(kVehicleProp[abs(vehicleProp1) % kVehiclePropArrayLength])}, in invokePropConfigs()
189 int32_t vehicleProp1 = mFuzzedDataProvider->ConsumeIntegral<int32_t>(); in invokeSubscribe() local
193 const auto prop1 = toInt(kVehicleProp[abs(vehicleProp1) % kVehiclePropArrayLength]); in invokeSubscribe()
234 uint32_t vehicleProp1 = in invokeSetAndGetValues() local
243 invokeGet(toInt(kVehicleProp[vehicleProp1]), 0); in invokeSetAndGetValues()