Home
last modified time | relevance | path

Searched refs:isDiagnosticProperty (Results 1 – 12 of 12) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DFakeObd2Frame.h38 bool isDiagnosticProperty(const VehiclePropConfig& propConfig);
DJsonFakeValueGenerator.h61 bool isDiagnosticProperty(int32_t prop);
DJsonFakeValueGenerator.cpp187 if (isDiagnosticProperty(event.prop)) { in parseFakeValueJson()
222 bool JsonFakeValueGenerator::isDiagnosticProperty(int32_t prop) { in isDiagnosticProperty() function in android::hardware::automotive::vehicle::V2_0::impl::JsonFakeValueGenerator
DFakeObd2Frame.cpp172 bool isDiagnosticProperty(const VehiclePropConfig& propConfig) { in isDiagnosticProperty() function
DDefaultVehicleHal.cpp425 if (isDiagnosticProperty(cfg)) { in onCreate()
DDefaultVehicleHalServer.cpp83 if (isDiagnosticProperty(cfg)) { in DefaultVehicleHalServer()
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/obd2frame/include/
DFakeObd2Frame.h47 static bool isDiagnosticProperty(
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/obd2frame/test/
DFakeObd2FrameTest.cpp90 EXPECT_TRUE(FakeObd2Frame::isDiagnosticProperty(VehiclePropConfig{ in TEST_F()
97 ASSERT_FALSE(FakeObd2Frame::isDiagnosticProperty(VehiclePropConfig{ in TEST_F()
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/GeneratorHub/src/
DJsonFakeValueGenerator.cpp46 bool isDiagnosticProperty(int32_t prop) { in isDiagnosticProperty() function
161 if (isDiagnosticProperty(event.prop)) { in parseFakeValueJson()
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/obd2frame/src/
DFakeObd2Frame.cpp188 bool FakeObd2Frame::isDiagnosticProperty(const VehiclePropConfig& propConfig) { in isDiagnosticProperty() function in android::hardware::automotive::vehicle::fake::obd2frame::FakeObd2Frame
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/src/
DFakeVehicleHardware.cpp406 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()