Home
last modified time | relevance | path

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

/ohos5.0/base/update/sys_installer/services/module_update/util/src/
H A Dmodule_file.cpp284 bool CompareBundleList(const std::list<BundleInfo> &smallList, const std::list<BundleInfo> &bigList) in CompareBundleList() function
438 …if (!CompareBundleList(oldFile.GetVersionInfo().bundleInfoList, newFile.GetVersionInfo().bundleInf… in CompareVersion()