Searched refs:InsertCommittedData (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/ |
H A D | single_ver_natural_store_commit_notify_data.h | 63 int InsertCommittedData(const Entry &entry, DataType dataType, bool needMerge = false);
|
H A D | single_ver_natural_store_commit_notify_data.cpp | 62 int SingleVerNaturalStoreCommitNotifyData::InsertCommittedData(const Entry &entry, DataType dataTyp… in InsertCommittedData() function in DistributedDB::SingleVerNaturalStoreCommitNotifyData
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/ |
H A D | rd_single_ver_storage_executor.cpp | 723 errCode = data.committedData->InsertCommittedData(std::move(entry), dataType, true); in PutIntoCommittedData() 730 errCode = data.committedData->InsertCommittedData(std::move(entry), DataType::DELETE, true); in PutIntoCommittedData()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_single_ver_storage_executor.cpp | 306 …committedData->InsertCommittedData(std::move(entry), isExisted ? DataType::UPDATE : DataType::INSE… in PutKvData() 1127 errCode = committedData->InsertCommittedData(std::move(entry), dataType, true); in PutIntoCommittedData() 1131 errCode = committedData->InsertCommittedData(std::move(entry), DataType::DELETE, true); in PutIntoCommittedData() 1652 committedData->InsertCommittedData(std::move(entry), DataType::DELETE, true); in DeleteLocalDataInner()
|
H A D | sqlite_single_ver_storage_engine.cpp | 1092 committedData->InsertCommittedData(std::move(entry), DataType::DELETE, false); in CommitNotifyForMigrateCache()
|
H A D | sqlite_single_ver_natural_store.cpp | 1054 notifyData->InsertCommittedData(std::move(entries[index]), DataType::DELETE, false); in NotifyRemovedData()
|