Home
last modified time | relevance | path

Searched defs:dataXml (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/update/updateservice/services/engine/src/
H A Dupdate_service_impl_firmware.cpp184 std::string dataXml = FileUtils::ReadDataFromFile(changelogFilePath); in GetNewVersionDescription() local
233 std::string dataXml = FileUtils::ReadDataFromFile(changelogFilePath); in GetCurrentVersionDescription() local
316 void UpdateServiceImplFirmware::GetChangelogContent(std::string &dataXml, const std::string &langua… in GetChangelogContent()