Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVehiclePropertyStore.cpp117 std::vector<VehiclePropValue> allValues; in readAllValues() local
118 allValues.reserve(mPropertyValues.size()); in readAllValues()
120 allValues.push_back(it.second); in readAllValues()
122 return allValues; in readAllValues()
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/src/
DVehiclePropertyStore.cpp288 std::vector<VehiclePropValuePool::RecyclableType> allValues; in readAllValues() local
292 allValues.push_back(std::move(mValuePool->obtain(*value))); in readAllValues()
296 return allValues; in readAllValues()