Searched refs:updatedPropValue (Results 1 – 1 of 1) sorted by relevance
478 VehiclePropValuePtr updatedPropValue = getValuePool()->obtain(value); in onFakeValueGenerated() local479 if (updatedPropValue) { in onFakeValueGenerated()480 updatedPropValue->timestamp = elapsedRealtimeNano(); in onFakeValueGenerated()481 updatedPropValue->status = VehiclePropertyStatus::AVAILABLE; in onFakeValueGenerated()482 mPropStore->writeValue(*updatedPropValue, shouldUpdateStatus); in onFakeValueGenerated()485 doHalEvent(std::move(updatedPropValue)); in onFakeValueGenerated()