Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Ddb_constant.cpp34 const std::string DBConstant::SINGLE_VER_CACHE_STORE = "cache"; member in DistributedDB::DBConstant
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_storage_engine.cpp297 …ttachAbsPath = GetDbDir(option_.subdir, DbType::CACHE) + "/" + DBConstant::SINGLE_VER_CACHE_STORE + in AttachMainDbAndCacheDb()
329 …ttachAbsPath = GetDbDir(option_.subdir, DbType::CACHE) + "/" + DBConstant::SINGLE_VER_CACHE_STORE + in AttachMainDbAndCacheDb()
462 …kPathExistence(GetDbDir(option_.subdir, DbType::CACHE) + "/" + DBConstant::SINGLE_VER_CACHE_STORE + in ExecuteMigrate()
593 …kPathExistence(GetDbDir(option_.subdir, DbType::CACHE) + "/" + DBConstant::SINGLE_VER_CACHE_STORE + in TryToOpenMainDatabase()
617 … cacheDbPath = GetDbDir(option_.subdir, DbType::CACHE) + "/" + DBConstant::SINGLE_VER_CACHE_STORE + in GetDbHandle()
666 … option_.uri = GetDbDir(option_.subdir, DbType::CACHE) + "/" + DBConstant::SINGLE_VER_CACHE_STORE + in GetCacheDbHandle()
H A Dsqlite_single_ver_database_upgrader.cpp327 …errCode = SetPathSecOptWithCheck(cacheDbPath, secOption, DBConstant::SINGLE_VER_CACHE_STORE, isWit… in SetSecOption()
H A Dsqlite_single_ver_natural_store.cpp1749 {DBConstant::CACHEDB_DIR, DBConstant::SINGLE_VER_CACHE_STORE}}; in GetKvDBSize()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dsingle_ver_natural_store.cpp58 { DBConstant::CACHEDB_DIR, DBConstant::SINGLE_VER_CACHE_STORE } in RemoveKvDB()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_sqlite_single_ver_storage_engine_test.cpp79 …"/" + DBConstant::CACHEDB_DIR + "/" + DBConstant::SINGLE_VER_CACHE_STORE + DBConstant::DB_EXTENSIO… in SetUpTestCase()
H A Ddistributeddb_storage_rd_single_ver_natural_executor_test.cpp497 …"/" + DBConstant::CACHEDB_DIR + "/" + DBConstant::SINGLE_VER_CACHE_STORE + DBConstant::DB_EXTENSIO…
534 …"/" + DBConstant::CACHEDB_DIR + "/" + DBConstant::SINGLE_VER_CACHE_STORE + DBConstant::DB_EXTENSIO…
H A Ddistributeddb_storage_sqlite_single_ver_natural_executor_test.cpp967 …"/" + DBConstant::CACHEDB_DIR + "/" + DBConstant::SINGLE_VER_CACHE_STORE + DBConstant::DB_EXTENSIO…
1004 …"/" + DBConstant::CACHEDB_DIR + "/" + DBConstant::SINGLE_VER_CACHE_STORE + DBConstant::DB_EXTENSIO…
H A Ddistributeddb_storage_single_ver_upgrade_test.cpp298 "/" + DBConstant::SINGLE_VER_CACHE_STORE + DBConstant::DB_EXTENSION; in SetUpTestCase()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Ddb_constant.h79 static const std::string SINGLE_VER_CACHE_STORE; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_nb_delegate_test.cpp2916 …std::string cacheDB = cacheDir + "/" + DBConstant::SINGLE_VER_CACHE_STORE + DBConstant::DB_EXTENSI…