Searched refs:recId (Results 1 – 2 of 2) sorted by relevance
48 RecordId recId = getRecordIdLocked(propValue); in writeValue() local49 VehiclePropValue* valueToUpdate = const_cast<VehiclePropValue*>(getValueOrNullLocked(recId)); in writeValue()51 mPropertyValues.insert({ recId, propValue }); in writeValue()61 RecordId recId = getRecordIdLocked(propValue); in removeValue() local62 auto it = mPropertyValues.find(recId); in removeValue()98 RecordId recId = getRecordIdLocked(request); in readValueOrNull() local99 const VehiclePropValue* internalValue = getValueOrNullLocked(recId); in readValueOrNull()105 RecordId recId = {prop, isGlobalProp(prop) ? 0 : area, token }; in readValueOrNull() local107 const VehiclePropValue* internalValue = getValueOrNullLocked(recId); in readValueOrNull()139 RecordId recId = { in getRecordIdLocked() local[all …]
87 const VehiclePropValue* getValueOrNullLocked(const RecordId& recId) const;