Searched refs:dbRealPath (Results 1 – 1 of 1) sorted by relevance
80 std::string dbRealPath = canonicalPath + "/" + dbName; in GetDocumentStore() local81 auto it = dbConnCount_.find(dbRealPath); in GetDocumentStore()85 errCode = KvStoreManager::GetKvStore(dbRealPath, dbConfig, isFirstOpen, executor); in GetDocumentStore()98 store->OnClose([dbRealPath]() { in GetDocumentStore()99 dbConnCount_[dbRealPath]--; in GetDocumentStore()103 dbConnCount_[dbRealPath] = 1; in GetDocumentStore()105 dbConnCount_[dbRealPath]++; in GetDocumentStore()