Searched refs:recId (Results 1 – 2 of 2) sorted by relevance
49 RecordId recId = getRecordIdLocked(propValue); in writeValue() local50 VehiclePropValue* valueToUpdate = const_cast<VehiclePropValue*>(getValueOrNullLocked(recId)); in writeValue()52 mPropertyValues.insert({ recId, propValue }); in writeValue()65 RecordId recId = getRecordIdLocked(propValue); in removeValue() local66 auto it = mPropertyValues.find(recId); in removeValue()102 RecordId recId = getRecordIdLocked(request); in readValueOrNull() local103 const VehiclePropValue* internalValue = getValueOrNullLocked(recId); in readValueOrNull()109 RecordId recId = {prop, isGlobalProp(prop) ? 0 : area, token }; in readValueOrNull() local111 const VehiclePropValue* internalValue = getValueOrNullLocked(recId); in readValueOrNull()143 RecordId recId = { in getRecordIdLocked() local[all …]
87 const VehiclePropValue* getValueOrNullLocked(const RecordId& recId) const;