Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/multiver/
H A Dvalue_slice_sync.cpp243 if ((packet->GetErrCode() == -E_LAST_SYNC_FRAME) && valueSliceHashNode.empty()) { in RequestRecvCallback()
244 return -E_LAST_SYNC_FRAME; in RequestRecvCallback()
261 if (packet->GetErrCode() == -E_LAST_SYNC_FRAME) { in RequestRecvCallback()
262 return -E_LAST_SYNC_FRAME; in RequestRecvCallback()
311 packet->SetErrCode(-E_LAST_SYNC_FRAME); in SendFinishedRequest()
H A Dmulti_ver_data_sync.cpp224 if (packet->GetErrCode() == -E_LAST_SYNC_FRAME) { in RequestRecvCallback()
225 return -E_LAST_SYNC_FRAME; in RequestRecvCallback()
328 packet->SetErrCode(-E_LAST_SYNC_FRAME); in SendFinishedRequest()
H A Dmulti_ver_sync_state_machine.cpp174 if (errCode == -E_LAST_SYNC_FRAME) { in ReceiveMessageCallback()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Ddb_errno.h89 constexpr int E_LAST_SYNC_FRAME = (E_BASE + 68); // this frame is the last frame for this sync variable