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 D | kvdb_manager.cpp | 209 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 D | kv_store_nb_delegate.h | 41 bool isMemoryDb = false; member
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/ |
H A D | distributeddb_nb_test_tools.h | 40 bool isMemoryDb = false; // true represents using a memory database member
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/operation/ |
H A D | single_ver_database_oper.cpp | 494 bool isMemoryDb = properties.GetBoolProp(KvDBProperties::MEMORY_MODE, false); in InitDataBaseOption() local
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/ |
H A D | kv_store_delegate_manager.cpp | 68 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 D | distributeddb_nb_test_tools.cpp | 473 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 D | sqlite_single_ver_natural_store.cpp | 373 bool isMemoryDb = kvDBProp.GetBoolProp(KvDBProperties::MEMORY_MODE, false); in CheckDatabaseRecovery() local 1603 bool isMemoryDb = kvDBProp.GetBoolProp(KvDBProperties::MEMORY_MODE, false); in InitDataBaseOption() local
|