Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/services/include/applypatch/
H A Dtransfer_manager.h30 struct WriterThreadInfo { struct
49 std::unique_ptr<WriterThreadInfo> writerThreadInfo; argument
/ohos5.0/base/update/updater/test/unittest/applypatch_test/
H A Dcommands_unittest.cpp58 transferParams->writerThreadInfo = std::make_unique<WriterThreadInfo>();
76 transferParams->writerThreadInfo = std::make_unique<WriterThreadInfo>();
H A Dcommandsfunction_unittest.cpp65 transferParams->writerThreadInfo = std::make_unique<WriterThreadInfo>();
H A Dblockset_unittest.cpp124 transferParams->writerThreadInfo = std::make_unique<WriterThreadInfo>();
/ohos5.0/base/update/updater/services/diffpatch/patch_shared/
H A Dpatch_shared.cpp191 WriterThreadInfo *info = static_cast<WriterThreadInfo *>(p); in ExtractNewDataFunc()
229 static inline void CondBroadcast(WriterThreadInfo *info) in CondBroadcast()
242 WriterThreadInfo *info = tm->GetTransferParams()->writerThreadInfo.get(); in UnpackNewDataFunc()
/ohos5.0/base/update/updater/services/updater_binary/
H A Dupdate_image_block.cpp47 WriterThreadInfo *info = static_cast<WriterThreadInfo *>(p); in ExtractNewData()
85 static inline void CondBroadcast(WriterThreadInfo *info) in CondBroadcast()
98 WriterThreadInfo *info = tm->GetTransferParams()->writerThreadInfo.get(); in UnpackNewData()
/ohos5.0/base/update/updater/services/applypatch/
H A Dtransfer_manager.cpp33 transferParams_->writerThreadInfo = std::make_unique<WriterThreadInfo>(); in TransferManager()