Searched refs:subscribedValue (Results 1 – 2 of 2) sorted by relevance
208 auto subscribedValue = mObjectPool->obtain(VehiclePropertyType::INT32); in invokeSubscribe() local209 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()
287 auto subscribedValue = objectPool->obtain(VehiclePropertyType::INT32); in TEST_F() local288 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()