Home
last modified time | relevance | path

Searched refs:dtc (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DObd2SensorStore.cpp96 void Obd2SensorStore::fillPropValue(const std::string& dtc, VehiclePropValue* propValue) const { in fillPropValue() argument
101 propValue->value.stringValue = dtc; in fillPropValue()
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DObd2SensorStore.h57 void fillPropValue(const std::string& dtc, VehiclePropValue* propValue) const;
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DEmulatedVehicleHal.cpp509 for (auto&& dtc : sampleDtcs) { in initObd2FreezeFrame()
511 sensorStore->fillPropValue(dtc, freezeFrame.get()); in initObd2FreezeFrame()