Searched refs:xmlFreeDoc (Results 1 - 13 of 13) sorted by relevance
/base/powermgr/power_manager/services/native/src/ |
H A D | power_save_mode.cpp | 61 std::unique_ptr<xmlDoc, decltype(&xmlFreeDoc)> docPtr( in StartXMlParse() 62 xmlReadFile(path.c_str(), nullptr, XML_PARSE_NOBLANKS), xmlFreeDoc); in StartXMlParse() local
|
/base/powermgr/thermal_manager/application/protector/src/policy/ |
H A D | thermal_kernel_config_file.cpp | 45 std::unique_ptr<xmlDoc, decltype(&xmlFreeDoc)> docPtr( in ParseThermalKernelXML() 46 xmlReadFile(path.c_str(), nullptr, XML_PARSE_NOBLANKS), xmlFreeDoc); in ParseThermalKernelXML() local
|
/base/global/i18n/frameworks/intl/src/ |
H A D | i18n_timezone.cpp | 761 xmlFreeDoc(doc); in ReadTimeZoneData() 790 xmlFreeDoc(doc); in ReadTimeZoneData() 855 xmlFreeDoc(doc); in FindCityDisplayNameFromXml() 892 xmlFreeDoc(doc); in FindCityDisplayNameFromXml() 918 xmlFreeDoc(doc); in FindCityDisplayNameMap() 948 xmlFreeDoc(doc); in FindCityDisplayNameMap()
|
H A D | taboo.cpp | 148 xmlFreeDoc(doc); in ParseTabooData() 177 xmlFreeDoc(doc); in ParseTabooData()
|
H A D | locale_config.cpp | 532 xmlFreeDoc(doc);
in GetListFromFile() 547 xmlFreeDoc(doc);
in GetListFromFile() 609 xmlFreeDoc(doc);
in LoadRegionsLanguages() 633 xmlFreeDoc(doc);
in LoadRegionsLanguages() 712 xmlFreeDoc(doc);
in ComputeLocale() 732 xmlFreeDoc(doc);
in ComputeLocale() 763 xmlFreeDoc(doc);
in ReadLangData() 792 xmlFreeDoc(doc);
in ReadLangData() 825 xmlFreeDoc(doc);
in ReadRegionData() 854 xmlFreeDoc(do in ReadRegionData() [all...] |
/base/global/i18n/frameworks/zone/src/ |
H A D | zone_util.cpp | 338 xmlFreeDoc(doc);
in GetCountryZones() 348 xmlFreeDoc(doc);
in GetCountryZones() 371 xmlFreeDoc(doc);
in GetCountryZones()
|
/base/hiviewdfx/hiview/plugins/freeze_detector/ |
H A D | rule_cluster.cpp | 110 xmlFreeDoc(doc); in ParseRuleFile() 125 xmlFreeDoc(doc); in ParseRuleFile()
|
/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/src/ |
H A D | phone_number_rule.cpp | 112 xmlFreeDoc(doc); in InitRule()
|
/base/global/i18n/frameworks/intl/entity_recognition/date_time_recognition/src/ |
H A D | date_time_rule.cpp | 124 xmlFreeDoc(doc); in InitRules() 146 xmlFreeDoc(doc); in InitRuleBackup()
|
/base/web/webview/ohos_nweb/src/ |
H A D | nweb_config_helper.cpp | 248 xmlFreeDoc(docPtr); in ParseWebConfigXml() 284 xmlFreeDoc(docPtr); in ParseWebConfigXml()
|
/base/powermgr/thermal_manager/test/unittest/src/ |
H A D | thermal_config_file_parser.cpp | 106 std::unique_ptr<xmlDoc, decltype(&xmlFreeDoc)> docPtr( in ParseXmlFile() 107 xmlReadFile(path.c_str(), nullptr, XML_PARSE_NOBLANKS), xmlFreeDoc); in ParseXmlFile() local
|
/base/powermgr/thermal_manager/services/native/src/thermal_policy/ |
H A D | thermal_srv_config_parser.cpp | 99 std::unique_ptr<xmlDoc, decltype(&xmlFreeDoc)> docPtr(docParse, xmlFreeDoc); in ParseXmlFile()
|
/base/msdp/device_status/services/interaction/drag/src/ |
H A D | drag_drawing.cpp | 1748 xmlFreeDoc(xmlDoc); in DecodeSvgToPixelMap()
|
Completed in 17 milliseconds