Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/
H A Ddocument_store_manager.cpp80 std::string dbRealPath = canonicalPath + "/" + dbName; in GetDocumentStore() local
81 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()