Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVehiclePropertyStore.cpp50 VehiclePropValue* valueToUpdate = const_cast<VehiclePropValue*>(getValueOrNullLocked(recId)); in writeValue() local
51 if (valueToUpdate == nullptr) { in writeValue()
54 valueToUpdate->timestamp = propValue.timestamp; in writeValue()
55 valueToUpdate->value = propValue.value; in writeValue()
57 valueToUpdate->status = propValue.status; in writeValue()