Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVehiclePropertyStore.cpp28 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 …]
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehiclePropertyStore.h53 struct RecordId { struct
58 bool operator==(const RecordId& other) const; argument
59 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;