Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_xml_utils.cpp114 static xmlDoc *XmlReadFile(const std::string &fileName, const std::string &bundleName, const std::s… in XmlReadFile() function
149 …std::shared_ptr<xmlDoc>(XmlReadFile(fileName, bundleName, dataGroupId), [](xmlDoc *doc) { xmlFreeD… in ReadSettingXml()