Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/executor/base/
H A Dgrd_db_api_inner.cpp40 (void)DocumentStoreManager::CloseDocumentStore(store, GRD_DB_CLOSE_IGNORE_ERROR); in GRD_DBOpenInner()
55 int ret = DocumentStoreManager::CloseDocumentStore(db->store_, flags); in GRD_DBCloseInner()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/include/
H A Ddocument_store_manager.h30 static int CloseDocumentStore(DocumentStore *store, uint32_t flags);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/
H A Ddocument_store_manager.cpp110 int DocumentStoreManager::CloseDocumentStore(DocumentStore *store, uint32_t flags) in CloseDocumentStore() function in DocumentDB::DocumentStoreManager