Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_transaction_optimization_test.cpp603 Entry syncEntry{KEY1, VALUE1}; variable
604 syncEntries.emplace_back(syncEntry);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_data_sync.h237 int InterceptData(SyncEntry &syncEntry);
H A Dsingle_ver_data_sync.cpp1768 int SingleVerDataSync::InterceptData(SyncEntry &syncEntry) in InterceptData() argument
1778 return storage_->InterceptData(syncEntry.entries, GetLocalDeviceName(), GetDeviceId(), true); in InterceptData()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_natural_store_connection.cpp1465 Entry syncEntry = {syncRecord.key, syncRecord.value}; in PublishLocalCallback() local
1466 onConflict({localRecord.key, localRecord.value}, &syncEntry, isLocalLastest); in PublishLocalCallback()