Searched refs:isAllDataHasSent_ (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/ |
H A D | single_ver_data_sync.cpp | 111 if (windowSize_ <= 0 || isAllDataHasSent_) { in InnerSyncStart() 112 …ataSync] InnerDataSync winSize=%d,isAllSent=%d,label=%s,device=%s", windowSize_, isAllDataHasSent_, in InnerSyncStart() 129 isAllDataHasSent_ = true; in InnerSyncStart() 151 isAllDataHasSent_ = false; in InnerClearSyncStatus() 194 if (!isAllDataHasSent_) { in TryContinueSync() 438 isAllDataHasSent_ = false; in ResetSyncStatus() 652 isAllDataHasSent_ = true; in UpdateSendInfo() 657 reSendInfo.packetId, windowSize_, isAllDataHasSent_, label_.c_str(), STR_MASK(deviceId_)); in UpdateSendInfo()
|
H A D | single_ver_data_sync.h | 275 bool isAllDataHasSent_ = false; variable
|