Home
last modified time | relevance | path

Searched refs:getSensorProperty (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/obd2frame/include/
DObd2SensorStore.h72 VehiclePropValuePool::RecyclableType getSensorProperty(const std::string& dtc) const;
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/obd2frame/src/
DFakeObd2Frame.cpp109 auto liveObd2Frame = sensorStore->getSensorProperty(""); in initObd2LiveFrame()
121 auto freezeFrame = sensorStore->getSensorProperty(dtc); in initObd2FreezeFrame()
DObd2SensorStore.cpp128 VehiclePropValuePool::RecyclableType Obd2SensorStore::getSensorProperty( in getSensorProperty() function in android::hardware::automotive::vehicle::fake::obd2frame::Obd2SensorStore
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/obd2frame/test/
DObd2SensorStoreTest.cpp56 auto propValue = sensorStore.getSensorProperty(dtc); in TEST()