Home
last modified time | relevance | path

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

/base/update/updateservice/services/engine/src/
H A Dupdate_service_impl_firmware.cpp184 std::string dataXml = FileUtils::ReadDataFromFile(changelogFilePath); in GetNewVersionDescription() local
185 size_t startIndex = dataXml.find_first_of("|"); in GetNewVersionDescription()
187 FIRMWARE_LOGE("dataXml not found |"); in GetNewVersionDescription()
191 std::string dataXmlFinal = dataXml.substr(startIndex + 1, dataXml.size()); in GetNewVersionDescription()
195 static_cast<DescriptionType>(atoi(dataXml.substr(0, dataXml.find_first_of("|")).c_str())); in GetNewVersionDescription()
233 std::string dataXml = FileUtils::ReadDataFromFile(changelogFilePath); in GetCurrentVersionDescription() local
234 size_t startIndex = dataXml.find_first_of("|"); in GetCurrentVersionDescription()
236 FIRMWARE_LOGE("dataXml no in GetCurrentVersionDescription()
316 GetChangelogContent(std::string &dataXml, const std::string &language) GetChangelogContent() argument
[all...]
/base/update/updateservice/services/engine/include/
H A Dupdate_service_impl_firmware.h83 void GetChangelogContent(std::string &dataXml, const std::string &language);

Completed in 1 milliseconds