Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_storage_executor.cpp426 PutIntoCommittedData(entries[i].key, entries[i].value, notifys[i]); in BatchSaveEntries()
473 PutIntoCommittedData(entry.key, entry.value, notify); in SaveSyncDataItem()
710 void RdSingleVerStorageExecutor::PutIntoCommittedData(const Key &key, const Value &value, in PutIntoCommittedData() function in DistributedDB::RdSingleVerStorageExecutor
H A Drd_single_ver_storage_executor.h204 …void PutIntoCommittedData(const Key &key, const Value &value, NotifyConflictAndObserverData &data);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_storage_executor.h219 …void PutIntoCommittedData(const DataItem &itemPut, const DataItem &itemGet, const DataOperStatus &…
H A Dsqlite_single_ver_storage_executor_cache.cpp776 PutIntoCommittedData(dataItem, notify.getData, notify.dataStatus, notify.committedData); in PutIntoConflictAndCommitForMigrateCache()
H A Dsqlite_single_ver_storage_executor.cpp1114 void SQLiteSingleVerStorageExecutor::PutIntoCommittedData(const DataItem &itemPut, const DataItem &… in PutIntoCommittedData() function in DistributedDB::SQLiteSingleVerStorageExecutor
1379 PutIntoCommittedData(dataItem, notify.getData, notify.dataStatus, committedData); in SaveSyncDataItem()