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