Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/ringtone_library/services/ringtone_restore/src/
H A Ddualfw_conf_parser.cpp53 xmlChar* xmlVersion = xmlGetProp(rootNode, BAD_CAST"version"); in Parse() local
55 version_ = std::stoi((const char *)xmlVersion); in Parse()
63 if (xmlVersion != nullptr) { in Parse()
64 version_ = std::stoi((const char *)xmlVersion); in Parse()
66 xmlFree(xmlVersion); in Parse()
H A Ddualfwk_conf_parser.cpp53 xmlChar* xmlVersion = xmlGetProp(rootNode, BAD_CAST"version"); in Parse() local
55 version_ = std::stoi((const char *)xmlVersion); in Parse()
63 if (xmlVersion != nullptr) { in Parse()
64 version_ = std::stoi((const char *)xmlVersion); in Parse()
66 xmlFree(xmlVersion); in Parse()
/ohos5.0/drivers/peripheral/thermal/interfaces/hdi_service/src/
H A Dthermal_hdf_config.cpp62 xmlChar* xmlVersion = xmlGetProp(rootNode, BAD_CAST"version"); in ParseThermalHdiXMLConfig() local
63 if (xmlVersion != nullptr) { in ParseThermalHdiXMLConfig()
64 this->thermal_.version = std::string(reinterpret_cast<char*>(xmlVersion)); in ParseThermalHdiXMLConfig()
65 xmlFree(xmlVersion); in ParseThermalHdiXMLConfig()