Home
last modified time | relevance | path

Searched refs:dataXmlFinal (Results 1 - 1 of 1) sorted by relevance

/base/update/updateservice/services/engine/src/
H A Dupdate_service_impl_firmware.cpp191 std::string dataXmlFinal = dataXml.substr(startIndex + 1, dataXml.size()); in GetNewVersionDescription() local
192 GetChangelogContent(dataXmlFinal, descriptionOptions.language); in GetNewVersionDescription()
193 componentDescription.descriptionInfo.content = dataXmlFinal; in GetNewVersionDescription()
240 std::string dataXmlFinal = dataXml.substr(startIndex + 1, dataXml.size()); in GetCurrentVersionDescription() local
241 GetChangelogContent(dataXmlFinal, descriptionOptions.language); in GetCurrentVersionDescription()
242 descriptionContent.descriptionInfo.content = dataXmlFinal; in GetCurrentVersionDescription()

Completed in 2 milliseconds