Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dikvdb_commit_storage.h47 virtual int RemoveCommit(const CommitID &commitId) = 0;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H A Dmulti_ver_natural_store_commit_storage.h49 int RemoveCommit(const CommitID &commitId) override;
H A Dmulti_ver_natural_store_commit_storage.cpp338 int MultiVerNaturalStoreCommitStorage::RemoveCommit(const CommitID &commitId) in RemoveCommit() function in DistributedDB::MultiVerNaturalStoreCommitStorage
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_commit_storage_test.cpp164 int result = g_commitStorage->RemoveCommit(commitID); in DeleteCommit()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_data_operation_syncdb_test.cpp1359 result = commitStorage->RemoveCommit(commitStorage->GetHeader(errCode));