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 D | rd_single_ver_storage_executor.cpp | 426 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 D | rd_single_ver_storage_executor.h | 204 …void PutIntoCommittedData(const Key &key, const Value &value, NotifyConflictAndObserverData &data);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_single_ver_storage_executor.h | 219 …void PutIntoCommittedData(const DataItem &itemPut, const DataItem &itemGet, const DataOperStatus &…
|
H A D | sqlite_single_ver_storage_executor_cache.cpp | 776 PutIntoCommittedData(dataItem, notify.getData, notify.dataStatus, notify.committedData); in PutIntoConflictAndCommitForMigrateCache()
|
H A D | sqlite_single_ver_storage_executor.cpp | 1114 void SQLiteSingleVerStorageExecutor::PutIntoCommittedData(const DataItem &itemPut, const DataItem &… in PutIntoCommittedData() function in DistributedDB::SQLiteSingleVerStorageExecutor 1379 PutIntoCommittedData(dataItem, notify.getData, notify.dataStatus, committedData); in SaveSyncDataItem()
|