Home
last modified time | relevance | path

Searched defs:isMemoryDb (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dkvdb_manager.cpp209 bool isMemoryDb = kvDBProp.GetBoolProp(KvDBProperties::MEMORY_MODE, false); in TryLockDB() local
259 bool isMemoryDb = kvDBProp.GetBoolProp(KvDBProperties::MEMORY_MODE, false); in UnlockDB() local
289 bool isMemoryDb = properties.GetBoolProp(KvDBProperties::MEMORY_MODE, false); in CheckOpenDBOptionWithCached() local
437 bool isMemoryDb = property.GetBoolProp(KvDBProperties::MEMORY_MODE, false); in GetDataBase() local
980 bool isMemoryDb = properties.GetBoolProp(KvDBProperties::MEMORY_MODE, false); in CheckKvDBProperties() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/
H A Dkv_store_nb_delegate.h41 bool isMemoryDb = false; member
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/
H A Ddistributeddb_nb_test_tools.h40 bool isMemoryDb = false; // true represents using a memory database member
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/operation/
H A Dsingle_ver_database_oper.cpp494 bool isMemoryDb = properties.GetBoolProp(KvDBProperties::MEMORY_MODE, false); in InitDataBaseOption() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dkv_store_delegate_manager.cpp68 DBStatus CheckAndGetSchema(bool isMemoryDb, const std::string &schema, SchemaObject &schemaObj) in CheckAndGetSchema()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/
H A Ddistributeddb_nb_test_tools.cpp473 DistributedDB::KvStoreNbDelegate *&nbDelegate, const std::string base, bool isMemoryDb) in EndCaseDeleteDB()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_natural_store.cpp373 bool isMemoryDb = kvDBProp.GetBoolProp(KvDBProperties::MEMORY_MODE, false); in CheckDatabaseRecovery() local
1603 bool isMemoryDb = kvDBProp.GetBoolProp(KvDBProperties::MEMORY_MODE, false); in InitDataBaseOption() local