Searched refs:PkgEntry (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/base/update/updater/services/include/package/ |
H A D | pkg_manager.h | 32 class PkgEntry; variable 35 using PkgEntryPtr = PkgEntry *; 148 class PkgEntry { 150 PkgEntry(PkgFilePtr pkgFile, uint32_t nodeId) : nodeId_(nodeId), pkgFile_(pkgFile) {} in PkgEntry() function 152 virtual ~PkgEntry() {} in ~PkgEntry()
|
/ohos5.0/base/update/updater/services/package/pkg_package/ |
H A D | pkg_lz4file.h | 23 class Lz4FileEntry : public PkgEntry { 25 Lz4FileEntry(PkgFilePtr pkgFile, uint32_t nodeId) : PkgEntry(pkgFile, nodeId) in Lz4FileEntry()
|
H A D | pkg_zipfile.h | 127 class ZipFileEntry : public PkgEntry { 129 ZipFileEntry(PkgFilePtr pkgFile, uint32_t nodeId) : PkgEntry(pkgFile, nodeId) {} in ZipFileEntry()
|
H A D | pkg_upgradefile.h | 70 class UpgradeFileEntry : public PkgEntry { 72 UpgradeFileEntry(PkgFilePtr pkgFile, uint32_t nodeId) : PkgEntry(pkgFile, nodeId) {} in UpgradeFileEntry()
|
H A D | pkg_pkgfile.cpp | 136 int32_t PkgEntry::Init(PkgManager::FileInfoPtr localFileInfo, const PkgManager::FileInfoPtr fileInf… in Init()
|
H A D | pkg_lz4file.cpp | 24 int32_t ret = PkgEntry::Init(&fileInfo_.fileInfo, fileInfo, inStream); in Init()
|
H A D | pkg_zipfile.cpp | 768 int32_t ret = PkgEntry::Init(&fileInfo_.fileInfo, fileInfo, inStream); in Init()
|
H A D | pkg_upgradefile.cpp | 60 int32_t ret = PkgEntry::Init(&fileInfo_.fileInfo, fileInfo, inStream); in Init()
|