Searched defs:valuePool (Results 1 – 7 of 7) sorted by relevance
37 std::shared_ptr<VehiclePropValuePool> valuePool = std::make_shared<VehiclePropValuePool>(); in TEST() local68 std::shared_ptr<VehiclePropValuePool> valuePool = std::make_shared<VehiclePropValuePool>(); in TEST() local
43 std::shared_ptr<VehiclePropValuePool> valuePool = std::make_shared<VehiclePropValuePool>(); in SetUp() local
44 explicit FakeUserHal(std::shared_ptr<VehiclePropValuePool> valuePool) : mValuePool(valuePool) {} in FakeUserHal()
76 explicit VehiclePropertyStore(std::shared_ptr<VehiclePropValuePool> valuePool) in VehiclePropertyStore()
56 std::unique_ptr<VehiclePropValuePool> valuePool; member in android::hardware::automotive::vehicle::V2_0::__anonf6348d300111::VehicleObjectPoolTest
73 Obd2SensorStore::Obd2SensorStore(std::shared_ptr<VehiclePropValuePool> valuePool, in Obd2SensorStore()
110 void DefaultVehicleHalServer::setValuePool(VehiclePropValuePool* valuePool) { in setValuePool()