Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/tests/fuzzer/
DVehicleManager_fuzzer.cpp201 auto unsubscribedValue = mObjectPool->obtain(VehiclePropertyType::INT32); in invokeSubscribe() local
202 unsubscribedValue->prop = toInt(kVehicleProp[abs(vehicleProp2) % kVehiclePropArrayLength]); in invokeSubscribe()
204 mHal->sendPropEvent(std::move(unsubscribedValue)); in invokeSubscribe()
/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DVehicleHalManager_test.cpp276 auto unsubscribedValue = objectPool->obtain(VehiclePropertyType::INT32); in TEST_F() local
277 unsubscribedValue->prop = toInt(VehicleProperty::HVAC_FAN_SPEED); in TEST_F()
279 hal->sendPropEvent(std::move(unsubscribedValue)); in TEST_F()