Searched refs:CloseDocumentStore (Results 1 – 3 of 3) sorted by relevance
40 (void)DocumentStoreManager::CloseDocumentStore(store, GRD_DB_CLOSE_IGNORE_ERROR); in GRD_DBOpenInner()55 int ret = DocumentStoreManager::CloseDocumentStore(db->store_, flags); in GRD_DBCloseInner()
30 static int CloseDocumentStore(DocumentStore *store, uint32_t flags);
110 int DocumentStoreManager::CloseDocumentStore(DocumentStore *store, uint32_t flags) in CloseDocumentStore() function in DocumentDB::DocumentStoreManager