Home
last modified time | relevance | path

Searched refs:CreateCommitStorageDB (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dikvdb_factory.h53 virtual IKvDB *CreateCommitStorageDB(int &errCode) = 0;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Ddefault_factory.h33 IKvDB *CreateCommitStorageDB(int &errCode) override;
H A Ddefault_factory.cpp89 IKvDB *DefaultFactory::CreateCommitStorageDB(int &errCode) in CreateCommitStorageDB() function in DistributedDB::DefaultFactory
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H A Dmulti_ver_natural_store_commit_storage.cpp109 commitStorageDatabase_ = factory->CreateCommitStorageDB(errCode); in Open()