Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_data_sync.cpp561 WaterMark packetLocalMark = packet->GetLocalWaterMark(); in RemoveDeviceDataHandle() local
564 isNeedClearRemoteData = ((packetLocalMark == 0) && (peerMark != 0)); in RemoveDeviceDataHandle()
1524 WaterMark packetLocalMark = packet->GetLocalWaterMark(); in WaterMarkErrHandle() local
1532 if (syncType != SyncType::QUERY_SYNC_TYPE && packetLocalMark > peerMark) { in WaterMarkErrHandle()
1533 …taSync][DataRequestRecv] packetLocalMark=%" PRIu64 ",current=%" PRIu64, packetLocalMark, peerMark); in WaterMarkErrHandle()
1538 …if (syncType == SyncType::QUERY_SYNC_TYPE && (packetLocalMark > peerMark || packetDeletedMark > de… in WaterMarkErrHandle()
1540 … "packetLocalMark=%" PRIu64 ",peerMark=%" PRIu64, packetDeletedMark, deletedMark, packetLocalMark, in WaterMarkErrHandle()