Home
last modified time | relevance | path

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

/packages/services/Car/surround_view/service-impl/
DConfigReader.cpp230 XMLDocument xmlDoc; in ReadSurroundViewConfig() local
233 xmlDoc.LoadFile(configFile.c_str()); in ReadSurroundViewConfig()
234 if (xmlDoc.ErrorID() != XML_SUCCESS) { in ReadSurroundViewConfig()
235 LOG(ERROR) << "Failed to load and/or parse a configuration file, " << xmlDoc.ErrorStr(); in ReadSurroundViewConfig()
239 const XMLElement* rootElem = xmlDoc.RootElement(); in ReadSurroundViewConfig()
DCarModelConfigReader.cpp269 XMLDocument xmlDoc; in ReadCarModelConfig() local
272 xmlDoc.LoadFile(carModelConfigFile.c_str()); in ReadCarModelConfig()
273 if (xmlDoc.ErrorID() != XML_SUCCESS) { in ReadCarModelConfig()
274 LOG(ERROR) << "Failed to load and/or parse a configuration file, " << xmlDoc.ErrorStr(); in ReadCarModelConfig()
278 const XMLElement* rootElem = xmlDoc.RootElement(); in ReadCarModelConfig()
/packages/services/Car/evs/sampleDriver/
DConfigManager.cpp492 XMLDocument xmlDoc; in readConfigDataFromXML() local
497 xmlDoc.LoadFile(mConfigFilePath); in readConfigDataFromXML()
498 if (xmlDoc.ErrorID() != XML_SUCCESS) { in readConfigDataFromXML()
499 LOG(ERROR) << "Failed to load and/or parse a configuration file, " << xmlDoc.ErrorStr(); in readConfigDataFromXML()
504 const XMLElement *rootElem = xmlDoc.RootElement(); in readConfigDataFromXML()