Searched refs:xmlElem (Results 1 – 1 of 1) sorted by relevance
392 const XMLElement *xmlElem = aSysElem->FirstChildElement("num_cameras"); in readSystemInfo() local393 if (xmlElem != nullptr) { in readSystemInfo()395 stoi(xmlElem->FindAttribute("value")->Value()); in readSystemInfo()