Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/tests/fuzzer/
DVehicleManager_fuzzer.cpp208 auto subscribedValue = mObjectPool->obtain(VehiclePropertyType::INT32); in invokeSubscribe() local
209 subscribedValue->prop = toInt(kVehicleProp[abs(vehicleProp2) % kVehiclePropArrayLength]); in invokeSubscribe()
210 subscribedValue->value.int32Values[0] = INT32_MAX; in invokeSubscribe()
213 VehiclePropValue actualValue(*subscribedValue.get()); in invokeSubscribe()
214 mHal->sendPropEvent(std::move(subscribedValue)); in invokeSubscribe()
/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DVehicleHalManager_test.cpp287 auto subscribedValue = objectPool->obtain(VehiclePropertyType::INT32); in TEST_F() local
288 subscribedValue->prop = PROP; in TEST_F()
289 subscribedValue->value.int32Values[0] = 42; in TEST_F()
292 VehiclePropValue actualValue(*subscribedValue.get()); in TEST_F()
293 hal->sendPropEvent(std::move(subscribedValue)); in TEST_F()