Home
last modified time | relevance | path

Searched refs:obd2frame (Results 1 – 11 of 11) sorted by relevance

/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/obd2frame/include/
DFakeObd2Frame.h30 namespace obd2frame {
DObd2SensorStore.h34 namespace obd2frame {
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/
DREADME.md20 ## obd2frame section in Fake reference AIDL VHAL implementation libraries
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/obd2frame/test/
DObd2SensorStoreTest.cpp29 namespace obd2frame { namespace
DFakeObd2FrameTest.cpp32 namespace obd2frame { namespace
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/GeneratorHub/src/
DJsonFakeValueGenerator.cpp79 obd2frame::Obd2SensorStore::getLastIndex<DiagnosticIntegerSensorIndex>()); in generateDiagnosticBytes()
81 obd2frame::Obd2SensorStore::getLastIndex<DiagnosticFloatSensorIndex>()); in generateDiagnosticBytes()
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/obd2frame/src/
DObd2SensorStore.cpp28 namespace obd2frame { namespace
DFakeObd2Frame.cpp33 namespace obd2frame { namespace
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/include/
DFakeVehicleHardware.h157 const std::unique_ptr<obd2frame::FakeObd2Frame> mFakeObd2Frame;
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/src/
DFakeVehicleHardware.cpp355 mFakeObd2Frame(new obd2frame::FakeObd2Frame(mServerSidePropStore)), in FakeVehicleHardware()
406 if (obd2frame::FakeObd2Frame::isDiagnosticProperty(cfg)) { in init()
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/test/
DFakeVehicleHardwareTest.cpp488 if (obd2frame::FakeObd2Frame::isDiagnosticProperty(config.config)) { in TEST_F()