Home
last modified time | relevance | path

Searched defs:commitStorage (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H A Dmulti_ver_storage_engine.cpp40IKvDBCommitStorage *commitStorage, MultiVerKvDataStorage *kvDataStorage, const StorageEngineAttr &… in InitDatabases()
H A Dmulti_ver_storage_executor.cpp31 IKvDBCommitStorage *commitStorage, MultiVerKvDataStorage *kvDataStorage, bool writable) in MultiVerStorageExecutor()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Ddefault_factory.cpp106 IKvDBCommitStorage *commitStorage = new (std::nothrow) MultiVerNaturalStoreCommitStorage(); in CreateMultiVerCommitStorage() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_data_operation_syncdb_test.cpp1348 IKvDBCommitStorage *commitStorage = factory->CreateMultiVerCommitStorage(result); variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_transaction_data_test.cpp127 …MultiVerNaturalStoreCommitStorage *commitStorage = new (std::nothrow) MultiVerNaturalStoreCommitSt… in GetCommitTimestamp() local