Home
last modified time | relevance | path

Searched refs:STORE_ID_5 (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_data_generate_unit_test.h36 const std::string STORE_ID_5 = "distributed_db_test5"; variable
H A Ddistributeddb_auto_launch_test.cpp42 const std::string STORE_ID_5 = "storeId5"; variable
161 GetProperty(g_propF, g_identifierF, STORE_ID_5, g_dualIdentifierF); in SetUp()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/
H A Ddistributeddb_nb_test_tools.h115 const static DBParameters g_dbParameter5(DistributedDBDataGenerator::STORE_ID_5,
H A Ddistributed_test_tools.h80 const static KvDBParameters g_kvdbParameter5(DistributedDBDataGenerator::STORE_ID_5,
H A Ddistributeddb_data_generator.h335 const std::string STORE_ID_5 = "STORE_ID_5"; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_kv_backup_test.cpp1015 std::string storeId[] = {STORE_ID_2, STORE_ID_3, STORE_ID_4, STORE_ID_5, STORE_ID_6}; in KvSubImportThread()
H A Ddistributeddb_nb_backup_test.cpp1065 std::string storeId[] = {STORE_ID_2, STORE_ID_3, STORE_ID_4, STORE_ID_5, STORE_ID_6}; in NbSubImportThread()
H A Ddistributeddb_kv_create_test.cpp1804 EXPECT_TRUE(manager5->DeleteKvStore(STORE_ID_5) == OK); in RunDbRekeyFive()
H A Ddistributeddb_nb_create_test.cpp1758 EXPECT_EQ(manager5->DeleteKvStore(STORE_ID_5), OK); in RunDbRekeyFive()