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()65 RecordId recId = getRecordIdLocked(propValue); in removeValue()102 RecordId recId = getRecordIdLocked(request); in readValueOrNull()109 RecordId recId = {prop, isGlobalProp(prop) ? 0 : area, token }; in readValueOrNull()141 VehiclePropertyStore::RecordId VehiclePropertyStore::getRecordIdLocked( in getRecordIdLocked()143 RecordId recId = { in getRecordIdLocked()159 const VehiclePropertyStore::RecordId& recId) const { in getValueOrNullLocked()166 auto beginIt = mPropertyValues.lower_bound( RecordId { propId, INT32_MIN, 0 }); in findRangeLocked()[all …]
53 struct RecordId { struct58 bool operator==(const RecordId& other) const; argument59 bool operator<(const RecordId& other) const;62 using PropertyMap = std::map<RecordId, VehiclePropValue>;86 RecordId getRecordIdLocked(const VehiclePropValue& valuePrototype) const;87 const VehiclePropValue* getValueOrNullLocked(const RecordId& recId) const;