Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/multiver/
H A Dvalue_slice_sync.cpp184 int entriesIndex = context->GetEntriesIndex(); in SyncStart() local
190 while (entriesIndex < entriesSize) { in SyncStart()
209 entriesIndex++; in SyncStart()
210 if (entriesIndex < entriesSize) { in SyncStart()
211 …("ValueSliceSync::SyncStart begin entriesIndex = %d, entriesSize = %d", entriesIndex, entriesSize); in SyncStart()
212 context->SetEntriesIndex(entriesIndex); in SyncStart()
213 context->GetEntry(entriesIndex, entry); in SyncStart()