Searched refs:CreateKVStore (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/test/ |
H A D | backup_manager_test.cpp | 39 …std::shared_ptr<SingleKvStore> CreateKVStore(std::string storeIdTest, std::string appIdTest, std::… 64 kvStore_ = CreateKVStore("SingleKVStore", "BackupManagerTest", baseDir, SINGLE_VERSION, false); in SetUp() 66 … kvStore_ = CreateKVStore("SingleKVStore", "BackupManagerTest", baseDir, SINGLE_VERSION, false); in SetUp() 85 std::shared_ptr<SingleKvStore> BackupManagerTest::CreateKVStore(std::string storeIdTest, std::strin… in CreateKVStore() function in OHOS::Test::BackupManagerTest 259 kvStoreEncrypt = CreateKVStore(storeId.storeId, appId.appId, baseDir, SINGLE_VERSION, true); 300 kvStoreEncrypt = CreateKVStore(storeId.storeId, appId.appId, baseDir, SINGLE_VERSION, true); 345 kvStoreEncrypt = CreateKVStore(storeId.storeId, appId.appId, baseDir, SINGLE_VERSION, true); 400 kvStoreEncrypt = CreateKVStore(storeId.storeId, appId.appId, baseDir, SINGLE_VERSION, true); 444 …auto kvStoreEncrypt = CreateKVStore(storeId.storeId, "BackupManagerTest", baseDir, SINGLE_VERSION,… 446 …kvStoreEncrypt = CreateKVStore(storeId.storeId, "BackupManagerTest", baseDir, SINGLE_VERSION, true…
|
H A D | single_store_impl_test.cpp | 67 …std::shared_ptr<SingleKvStore> CreateKVStore(std::string storeIdTest, KvStoreType type, bool encry… 90 kvStore_ = CreateKVStore("SingleKVStore", SINGLE_VERSION, false, true); in SetUp() 92 kvStore_ = CreateKVStore("SingleKVStore", SINGLE_VERSION, false, true); in SetUp() 109 std::shared_ptr<SingleKvStore> SingleStoreImplTest::CreateKVStore(std::string storeIdTest, KvStoreT… in CreateKVStore() function in OHOS::Test::SingleStoreImplTest 172 kvStore = CreateKVStore(storeId.storeId, DEVICE_COLLABORATION, false, true); 488 kvStore = CreateKVStore(storeId.storeId, DEVICE_COLLABORATION, false, true); 532 kvStore = CreateKVStore(storeId.storeId, DEVICE_COLLABORATION, false, true); 1007 kvStore = CreateKVStore(storeId.storeId, DEVICE_COLLABORATION, false, true); 1093 auto store = CreateKVStore("DeviceKVStore", DEVICE_COLLABORATION, false, true); 1202 kvStoreNoBackup = CreateKVStore(storeId, SINGLE_VERSION, true, false); [all …]
|