Home
last modified time | relevance | path

Searched refs:GetDocumentStore (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/include/
H A Ddocument_store_manager.h27 static int GetDocumentStore(const std::string &path, const std::string &config, uint32_t flags,
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/executor/base/
H A Dgrd_db_api_inner.cpp33 int ret = DocumentStoreManager::GetDocumentStore(path, config, flags, store); in GRD_DBOpenInner()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/
H A Ddocument_store_manager.cpp52 int DocumentStoreManager::GetDocumentStore(const std::string &path, const std::string &config, uint… in GetDocumentStore() function in DocumentDB::DocumentStoreManager