Searched refs:dtc (Results 1 – 4 of 4) 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;
444 for (auto&& dtc : sampleDtcs) { in initObd2FreezeFrame()446 sensorStore->fillPropValue(dtc, freezeFrame.get()); in initObd2FreezeFrame()
280 for (auto&& dtc : sampleDtcs) { in invokeObd2SensorStore()282 sensorStore->fillPropValue(dtc, freezeFrame.get()); in invokeObd2SensorStore()