Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_store_instance.cpp29 static std::map<std::string, IRelationalStore *> dbs_; variable
72 auto iter = dbs_.find(identifier); in GetFromCache()
73 if (iter == dbs_.end()) { in GetFromCache()
93 dbs_.erase(identifier); in RemoveKvDBFromCache()
100 if (dbs_.count(identifier) == 0) { in SaveRelationalDBToCache()
101 dbs_.insert(std::pair<std::string, IRelationalStore *>(identifier, store)); in SaveRelationalDBToCache()
252 for (const auto &entry : dbs_) { in Dump()