Home
last modified time | relevance | path

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

/base/update/updater/services/package/pkg_manager/
Dpkg_stream.cpp59 void PkgStreamImpl::PostDecodeProgress(int type, size_t writeDataLen, const void *context) const in PostDecodeProgress() function in Hpackage::PkgStreamImpl
62 pkgManager_->PostDecodeProgress(type, writeDataLen, context); in PostDecodeProgress()
131 PostDecodeProgress(POST_TYPE_DECODE_PKG, size, nullptr); in Write()
258 PostDecodeProgress(POST_TYPE_DECODE_PKG, size, nullptr); in Write()
Dpkg_stream.h81 void PostDecodeProgress(int type, size_t writeDataLen, const void *context) const;
190 PostDecodeProgress(POST_TYPE_DECODE_PKG, size, nullptr); in Write()
Dpkg_manager_impl.h89 void PostDecodeProgress(int type, size_t writeDataLen, const void *context) override;
Dpkg_managerImpl.cpp744 PostDecodeProgress(POST_TYPE_VERIFY_PKG, readLen, nullptr); in DoCreatePkgStream()
955 void PkgManagerImpl::PostDecodeProgress(int type, size_t writeDataLen, const void *context) in DoCreatePkgStream() function in Hpackage::PkgManagerImpl
/base/update/updater/test/unittest/script/
Dscript_unittest.h104 void PostDecodeProgress(int type, size_t writeDataLen, const void *context) override {} in PostDecodeProgress() function
/base/update/updater/services/include/package/
Dpkg_manager.h356 virtual void PostDecodeProgress(int type, size_t writeDataLen, const void *context) = 0;
/base/update/updater/services/package/pkg_package/
Dpkg_upgradefile.cpp551 pkgManager_->PostDecodeProgress(POST_TYPE_VERIFY_PKG, remainBytes, nullptr); in Verify()