Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVehiclePropertyStore.cpp80 std::vector<VehiclePropValue> allValues; in readAllValues() local
81 allValues.reserve(mPropertyValues.size()); in readAllValues()
83 allValues.push_back(it.second); in readAllValues()
85 return allValues; in readAllValues()