Searched refs:unsubscribedValue (Results 1 – 2 of 2) sorted by relevance
201 auto unsubscribedValue = mObjectPool->obtain(VehiclePropertyType::INT32); in invokeSubscribe() local202 unsubscribedValue->prop = toInt(kVehicleProp[abs(vehicleProp2) % kVehiclePropArrayLength]); in invokeSubscribe()204 mHal->sendPropEvent(std::move(unsubscribedValue)); in invokeSubscribe()
276 auto unsubscribedValue = objectPool->obtain(VehiclePropertyType::INT32); in TEST_F() local277 unsubscribedValue->prop = toInt(VehicleProperty::HVAC_FAN_SPEED); in TEST_F()279 hal->sendPropEvent(std::move(unsubscribedValue)); in TEST_F()