Searched refs:xmlElem (Results 1 – 2 of 2) sorted by relevance
387 const XMLElement* xmlElem = aSysElem->FirstChildElement("num_cameras"); in readSystemInfo() local388 if (xmlElem != nullptr) { in readSystemInfo()389 mSystemInfo.numCameras = std::stoi(xmlElem->FindAttribute("value")->Value()); in readSystemInfo()
389 const XMLElement* xmlElem = aSysElem->FirstChildElement("num_cameras"); in readSystemInfo() local390 if (xmlElem != nullptr) { in readSystemInfo()391 mSystemInfo.numCameras = std::stoi(xmlElem->FindAttribute("value")->Value()); in readSystemInfo()