Home
last modified time | relevance | path

Searched refs:FakeObd2Frame (Results 1 – 14 of 14) sorted by relevance

/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/obd2frame/src/
DFakeObd2Frame.cpp49 std::unique_ptr<Obd2SensorStore> FakeObd2Frame::fillDefaultObd2Frame(size_t numVendorIntegerSensors, in fillDefaultObd2Frame()
106 void FakeObd2Frame::initObd2LiveFrame(const VehiclePropConfig& propConfig) { in initObd2LiveFrame()
115 void FakeObd2Frame::initObd2FreezeFrame(const VehiclePropConfig& propConfig) { in initObd2FreezeFrame()
128 VhalResult<VehiclePropValuePool::RecyclableType> FakeObd2Frame::getObd2FreezeFrame( in getObd2FreezeFrame()
154 VhalResult<VehiclePropValuePool::RecyclableType> FakeObd2Frame::getObd2DtcInfo() const { in getObd2DtcInfo()
171 VhalResult<void> FakeObd2Frame::clearObd2FreezeFrames(const VehiclePropValue& propValue) { in clearObd2FreezeFrames()
188 bool FakeObd2Frame::isDiagnosticProperty(const VehiclePropConfig& propConfig) { in isDiagnosticProperty()
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/obd2frame/test/
DFakeObd2FrameTest.cpp45 mObd2Frame = std::make_unique<FakeObd2Frame>(mPropertyStore); in SetUp()
74 FakeObd2Frame* getFakeObd2Frame() { return mObd2Frame.get(); } in getFakeObd2Frame()
79 std::unique_ptr<FakeObd2Frame> mObd2Frame;
90 EXPECT_TRUE(FakeObd2Frame::isDiagnosticProperty(VehiclePropConfig{ in TEST_F()
97 ASSERT_FALSE(FakeObd2Frame::isDiagnosticProperty(VehiclePropConfig{ in TEST_F()
DAndroid.bp28 "FakeObd2Frame",
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/obd2frame/include/
DFakeObd2Frame.h32 class FakeObd2Frame final {
34 explicit FakeObd2Frame(std::shared_ptr<VehiclePropertyStore> propStore) in FakeObd2Frame() function
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/
DREADME.md22 Defines a library `FakeObd2Frame` that generates fake OBD2 frame for OBD2
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/obd2frame/
DAndroid.bp22 name: "FakeObd2Frame",
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/GeneratorHub/
DAndroid.bp30 "FakeObd2Frame",
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/GeneratorHub/test/
DAndroid.bp30 "FakeObd2Frame",
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/
DAndroid.bp54 "FakeObd2Frame",
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/test/
DAndroid.bp39 "FakeObd2Frame",
DFakeVehicleHardwareTest.cpp488 if (obd2frame::FakeObd2Frame::isDiagnosticProperty(config.config)) { in TEST_F()
/hardware/interfaces/automotive/vehicle/2.0/default/
DAndroid.bp99 "impl/vhal_v2_0/FakeObd2Frame.cpp",
150 "impl/vhal_v2_0/FakeObd2Frame.cpp",
/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()