Searched refs:PkgEntry (Results 1 - 8 of 8) sorted by relevance
/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_upgradefile.h | 70 class UpgradeFileEntry : public PkgEntry {
72 UpgradeFileEntry(PkgFilePtr pkgFile, uint32_t nodeId) : PkgEntry(pkgFile, nodeId) {}
in UpgradeFileEntry()
|
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_pkgfile.cpp | 136 int32_t PkgEntry::Init(PkgManager::FileInfoPtr localFileInfo, const PkgManager::FileInfoPtr fileInfo,
in Init()
|
H A D | pkg_lz4file.cpp | 24 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()
|
H A D | pkg_zipfile.cpp | 768 int32_t ret = PkgEntry::Init(&fileInfo_.fileInfo, fileInfo, inStream);
in Init()
|
/base/update/updater/services/include/package/ |
H A D | pkg_manager.h | 32 class PkgEntry;
35 using PkgEntryPtr = PkgEntry *;
148 class PkgEntry {
class 150 PkgEntry(PkgFilePtr pkgFile, uint32_t nodeId) : nodeId_(nodeId), pkgFile_(pkgFile) {}
in PkgEntry() function in Hpackage::PkgEntry 152 virtual ~PkgEntry() {}
in ~PkgEntry()
|
Completed in 7 milliseconds