Searched refs:RecordId (Results 1 – 2 of 2) sorted by relevance
28 bool VehiclePropertyStore::RecordId::operator==(const VehiclePropertyStore::RecordId& other) const { in operator ==()32 bool VehiclePropertyStore::RecordId::operator<(const VehiclePropertyStore::RecordId& other) const { in operator <()49 RecordId recId = getRecordIdLocked(propValue); in writeValue()73 RecordId recId = getRecordIdLocked(propValue); in removeValue()110 RecordId recId = getRecordIdLocked(request); in readValueOrNull()117 RecordId recId = {prop, isGlobalProp(prop) ? 0 : area, token }; in readValueOrNull()149 VehiclePropertyStore::RecordId VehiclePropertyStore::getRecordIdLocked( in getRecordIdLocked()151 RecordId recId = { in getRecordIdLocked()167 const VehiclePropertyStore::RecordId& recId) const { in getValueOrNullLocked()174 auto beginIt = mPropertyValues.lower_bound( RecordId { propId, INT32_MIN, 0 }); in findRangeLocked()[all …]
54 struct RecordId { struct59 bool operator==(const RecordId& other) const; argument60 bool operator<(const RecordId& other) const;63 using PropertyMap = std::map<RecordId, VehiclePropValue>;87 RecordId getRecordIdLocked(const VehiclePropValue& valuePrototype) const;88 const VehiclePropValue* getValueOrNullLocked(const RecordId& recId) const;