Home
last modified time | relevance | path

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

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