Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dsingle_ver_natural_store_commit_notify_data.h63 int InsertCommittedData(const Entry &entry, DataType dataType, bool needMerge = false);
H A Dsingle_ver_natural_store_commit_notify_data.cpp62 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 Drd_single_ver_storage_executor.cpp723 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 Dsqlite_single_ver_storage_executor.cpp306 …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 Dsqlite_single_ver_storage_engine.cpp1092 committedData->InsertCommittedData(std::move(entry), DataType::DELETE, false); in CommitNotifyForMigrateCache()
H A Dsqlite_single_ver_natural_store.cpp1054 notifyData->InsertCommittedData(std::move(entries[index]), DataType::DELETE, false); in NotifyRemovedData()