Home
last modified time | relevance | path

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

/packages/services/Car/cpp/evs/sampleDriver/hidl/
DConfigManager.cpp387 const XMLElement* xmlElem = aSysElem->FirstChildElement("num_cameras"); in readSystemInfo() local
388 if (xmlElem != nullptr) { in readSystemInfo()
389 mSystemInfo.numCameras = std::stoi(xmlElem->FindAttribute("value")->Value()); in readSystemInfo()
/packages/services/Car/cpp/evs/sampleDriver/aidl/src/
DConfigManager.cpp389 const XMLElement* xmlElem = aSysElem->FirstChildElement("num_cameras"); in readSystemInfo() local
390 if (xmlElem != nullptr) { in readSystemInfo()
391 mSystemInfo.numCameras = std::stoi(xmlElem->FindAttribute("value")->Value()); in readSystemInfo()