Searched refs:dtc (Results 1 – 3 of 3) sorted by relevance
96 void Obd2SensorStore::fillPropValue(const std::string& dtc, VehiclePropValue* propValue) const { in fillPropValue() argument101 propValue->value.stringValue = dtc; in fillPropValue()
57 void fillPropValue(const std::string& dtc, VehiclePropValue* propValue) const;
509 for (auto&& dtc : sampleDtcs) { in initObd2FreezeFrame()511 sensorStore->fillPropValue(dtc, freezeFrame.get()); in initObd2FreezeFrame()