Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/services/package/pkg_package/
H A Dpkg_pkgfile.h54 int32_t ParseComponents(std::vector<std::string> &fileNames) override in ParseComponents() function
/ohos5.0/base/update/updater/services/include/package/
H A Dpkg_manager.h135 virtual int32_t ParseComponents(std::vector<std::string> &fileNames) = 0;
364 …virtual int32_t ParseComponents(const std::string &packagePath, std::vector<std::string> &fileName…
/ohos5.0/base/update/updater/test/unittest/script/
H A Dscript_unittest.h127 …int32_t ParseComponents(const std::string &packagePath, std::vector<std::string> &fileName) overri… in ParseComponents() function
/ohos5.0/base/update/updater/services/package/pkg_manager/
H A Dpkg_manager_impl.h97 …int32_t ParseComponents(const std::string &packagePath, std::vector<std::string> &fileName) overri…
H A Dpkg_managerImpl.cpp451 int32_t PkgManagerImpl::ParseComponents(const std::string &packagePath, std::vector<std::string> &f… in ParseComponents() function in Hpackage::PkgManagerImpl
457 return pkgFile->ParseComponents(fileName); in ParseComponents()