Home
last modified time | relevance | path

Searched defs:valuePool (Results 1 – 7 of 7) sorted by relevance

/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/obd2frame/test/
DObd2SensorStoreTest.cpp37 std::shared_ptr<VehiclePropValuePool> valuePool = std::make_shared<VehiclePropValuePool>(); in TEST() local
68 std::shared_ptr<VehiclePropValuePool> valuePool = std::make_shared<VehiclePropValuePool>(); in TEST() local
DFakeObd2FrameTest.cpp43 std::shared_ptr<VehiclePropValuePool> valuePool = std::make_shared<VehiclePropValuePool>(); in SetUp() local
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/userhal/include/
DFakeUserHal.h44 explicit FakeUserHal(std::shared_ptr<VehiclePropValuePool> valuePool) : mValuePool(valuePool) {} in FakeUserHal()
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/include/
DVehiclePropertyStore.h76 explicit VehiclePropertyStore(std::shared_ptr<VehiclePropValuePool> valuePool) in VehiclePropertyStore()
/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DVehicleObjectPool_test.cpp56 std::unique_ptr<VehiclePropValuePool> valuePool; member in android::hardware::automotive::vehicle::V2_0::__anonf6348d300111::VehicleObjectPoolTest
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/obd2frame/src/
DObd2SensorStore.cpp73 Obd2SensorStore::Obd2SensorStore(std::shared_ptr<VehiclePropValuePool> valuePool, in Obd2SensorStore()
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DDefaultVehicleHalServer.cpp110 void DefaultVehicleHalServer::setValuePool(VehiclePropValuePool* valuePool) { in setValuePool()