Home
last modified time | relevance | path

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

/base/update/updater/services/package/pkg_manager/
H A 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()
H A Dpkg_stream.h81 void PostDecodeProgress(int type, size_t writeDataLen, const void *context) const;
190 PostDecodeProgress(POST_TYPE_DECODE_PKG, size, nullptr);
H A Dpkg_manager_impl.h89 void PostDecodeProgress(int type, size_t writeDataLen, const void *context) override;
H A Dpkg_managerImpl.cpp747 PostDecodeProgress(POST_TYPE_VERIFY_PKG, readLen, nullptr); in DoCreatePkgStream()
961 void PkgManagerImpl::PostDecodeProgress(int type, size_t writeDataLen, const void *context) in DoCreatePkgStream() function in Hpackage::PkgManagerImpl
/base/update/updater/test/unittest/script/
H A Dscript_unittest.h108 void PostDecodeProgress(int type, size_t writeDataLen, const void *context) override {}
/base/update/updater/services/include/package/
H A Dpkg_manager.h360 virtual void PostDecodeProgress(int type, size_t writeDataLen, const void *context) = 0;
/base/update/updater/services/package/pkg_package/
H A Dpkg_upgradefile.cpp552 pkgManager_->PostDecodeProgress(POST_TYPE_VERIFY_PKG, remainBytes, nullptr); in Verify()

Completed in 7 milliseconds