Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dkvdb_manager.h90 …bool IsOpenMemoryDb(const KvDBProperties &properties, const std::map<std::string, IKvDB *> &cache)…
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dkvdb_manager.cpp486 bool KvDBManager::IsOpenMemoryDb(const KvDBProperties &properties, const std::map<std::string, IKvD… in IsOpenMemoryDb() function in DistributedDB::KvDBManager
509 if (manager->IsOpenMemoryDb(properties, manager->singleVerNaturalStores_)) { in CalculateKvStoreSize()