Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/src/
DVehiclePropertyStore.cpp68 auto RecordIt = mRecordsByPropId.find(propId); in getRecordLocked() local
69 return RecordIt == mRecordsByPropId.end() ? nullptr : &RecordIt->second; in getRecordLocked()
74 auto RecordIt = mRecordsByPropId.find(propId); in getRecordLocked() local
75 return RecordIt == mRecordsByPropId.end() ? nullptr : &RecordIt->second; in getRecordLocked()