Searched refs:PostDecodeProgress (Results 1 - 7 of 7) sorted by relevance
/base/update/updater/services/package/pkg_manager/ |
H A D | pkg_stream.cpp | 59 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 D | pkg_stream.h | 81 void PostDecodeProgress(int type, size_t writeDataLen, const void *context) const; 190 PostDecodeProgress(POST_TYPE_DECODE_PKG, size, nullptr);
|
H A D | pkg_manager_impl.h | 89 void PostDecodeProgress(int type, size_t writeDataLen, const void *context) override;
|
H A D | pkg_managerImpl.cpp | 747 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 D | script_unittest.h | 108 void PostDecodeProgress(int type, size_t writeDataLen, const void *context) override {}
|
/base/update/updater/services/include/package/ |
H A D | pkg_manager.h | 360 virtual void PostDecodeProgress(int type, size_t writeDataLen, const void *context) = 0;
|
/base/update/updater/services/package/pkg_package/ |
H A D | pkg_upgradefile.cpp | 552 pkgManager_->PostDecodeProgress(POST_TYPE_VERIFY_PKG, remainBytes, nullptr);
in Verify()
|
Completed in 7 milliseconds