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.cpp76 std::vector<VehiclePropValue> allValues; in readAllValues() local
77 allValues.reserve(mPropertyValues.size()); in readAllValues()
79 allValues.push_back(it.second); in readAllValues()
81 return allValues; in readAllValues()