Searched refs:readAllValues (Results 1 – 5 of 5) sorted by relevance
76 std::vector<VehiclePropValue> readAllValues() const;
86 std::vector<VehiclePropValue> VehiclePropertyStore::readAllValues() const { in readAllValues() function in android::hardware::automotive::vehicle::V2_0::VehiclePropertyStore
87 auto values = mServerSidePropStore.readAllValues(); in sendAllValuesToClient()
391 return mPropStore->readAllValues(); in getAllProperties()
405 store->readAllValues(); in invokeVehiclePropStore()