Searched refs:readAllValues (Results 1 – 7 of 7) sorted by relevance
86 std::vector<VehiclePropValue> readAllValues() const;
134 std::vector<VehiclePropValuePool::RecyclableType> readAllValues() const EXCLUDES(mLock);
93 auto values = mServerSidePropStore.readAllValues(); in sendAllValuesToClient()237 auto values = mServerSidePropStore.readAllValues(); in onDump()
115 std::vector<VehiclePropValue> VehiclePropertyStore::readAllValues() const { in readAllValues() function in android::hardware::automotive::vehicle::V2_0::VehiclePropertyStore
153 auto gotValues = mStore->readAllValues(); in TEST_F()337 auto gotValues = mStore->readAllValues(); in TEST_F()
285 std::vector<VehiclePropValuePool::RecyclableType> VehiclePropertyStore::readAllValues() const { in readAllValues() function in android::hardware::automotive::vehicle::VehiclePropertyStore
517 [&]() { store->readAllValues(); }, in invokeVehiclePropStore()