Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/obd2frame/test/
DFakeObd2FrameTest.cpp130 auto result = getFakeObd2Frame()->getObd2DtcInfo(); in TEST_F()
140 auto result = getFakeObd2Frame()->getObd2DtcInfo(); in TEST_F()
164 auto result = getFakeObd2Frame()->getObd2DtcInfo(); in TEST_F()
172 result = getFakeObd2Frame()->getObd2DtcInfo(); in TEST_F()
182 auto result = getFakeObd2Frame()->getObd2DtcInfo(); in TEST_F()
194 result = getFakeObd2Frame()->getObd2DtcInfo(); in TEST_F()
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/obd2frame/include/
DFakeObd2Frame.h44 VhalResult<VehiclePropValuePool::RecyclableType> getObd2DtcInfo() const;
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/obd2frame/src/
DFakeObd2Frame.cpp154 VhalResult<VehiclePropValuePool::RecyclableType> FakeObd2Frame::getObd2DtcInfo() const { in getObd2DtcInfo() function in android::hardware::automotive::vehicle::fake::obd2frame::FakeObd2Frame
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/src/
DFakeVehicleHardware.cpp850 result = mFakeObd2Frame->getObd2DtcInfo(); in maybeGetSpecialValue()