Searched refs:getAllProperties (Results 1 – 7 of 7) sorted by relevance
49 std::vector<VehiclePropValue> getAllProperties() const;
49 virtual std::vector<VehiclePropValue> getAllProperties() const = 0;
66 std::vector<VehiclePropValue> EmulatedVehicleHalServer::getAllProperties() const { in getAllProperties() function in android::hardware::automotive::vehicle::V2_0::impl::EmulatedVehicleHalServer
147 for (const auto& prop : mHal->getAllProperties()) { in doGetPropertyAll()
55 std::vector<VehiclePropValuePool::RecyclableType> getAllProperties() const;
171 std::vector<VehiclePropValuePool::RecyclableType> EmulatedVehicleHardware::getAllProperties() in getAllProperties() function in android::hardware::automotive::vehicle::fake::EmulatedVehicleHardware
170 for (const auto& prop : mHal->getAllProperties()) { in doGetPropertyAll()