Home
last modified time | relevance | path

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

/packages/services/Car/evs/sampleDriver/
DConfigManager.cpp178 const XMLAttribute *stepAttr = ctrlElem->FindAttribute("step"); in readCameraCapabilities() local
179 if (stepAttr != nullptr) { in readCameraCapabilities()
180 stepVal = stoi(stepAttr->Value()); in readCameraCapabilities()