Searched refs:updatedPropValue (Results 1 – 1 of 1) sorted by relevance
456 VehiclePropValuePtr updatedPropValue = getValuePool()->obtain(value); in onFakeValueGenerated() local457 if (updatedPropValue) { in onFakeValueGenerated()458 updatedPropValue->timestamp = elapsedRealtimeNano(); in onFakeValueGenerated()459 updatedPropValue->status = VehiclePropertyStatus::AVAILABLE; in onFakeValueGenerated()460 mPropStore->writeValue(*updatedPropValue, shouldUpdateStatus); in onFakeValueGenerated()463 doHalEvent(std::move(updatedPropValue)); in onFakeValueGenerated()