Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehiclePropertyStore.h62 using PropertyMap = std::map<RecordId, VehiclePropValue>; variable
63 using PropertyMapRange = std::pair<PropertyMap::const_iterator, PropertyMap::const_iterator>;
95 PropertyMap mPropertyValues; // Sorted map of RecordId : VehiclePropValue.