/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/ |
H A D | distributeddb_data_generate_unit_test.h | 34 const std::string STORE_ID_3 = "distributed_db_test3"; variable
|
H A D | distributeddb_auto_launch_test.cpp | 40 const std::string STORE_ID_3 = "storeId3"; variable 159 GetProperty(g_propD, g_identifierD, STORE_ID_3, g_dualIdentifierD); in SetUp()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/ |
H A D | distributeddb_cloud_kv_test.cpp | 661 EXPECT_EQ(GetKvStore(kvDelegatePtrS3_, STORE_ID_3, option), OK); 665 CloseKvStore(kvDelegatePtrS3_, STORE_ID_3); 680 GetKvStore(memoryDB1, STORE_ID_3, option1); 707 EXPECT_EQ(GetKvStore(kvDelegatePtrS3_, STORE_ID_3, option, true), INVALID_SCHEMA); 708 CloseKvStore(kvDelegatePtrS3_, STORE_ID_3); 731 GetKvStore(kvDelegatePtrS3_, STORE_ID_3, option); 751 CloseKvStore(kvDelegatePtrS3_, STORE_ID_3); 848 GetKvStore(memoryDB1, STORE_ID_3, option1); 1106 EXPECT_EQ(GetKvStore(kvDelegatePtrS3_, STORE_ID_3, option), OK); 1130 CloseKvStore(kvDelegatePtrS3_, STORE_ID_3); [all …]
|
H A D | distributeddb_cloud_kv_syncer_test.cpp | 661 ASSERT_EQ(GetKvStore(kvDelegatePtrS3, STORE_ID_3, option), OK); 692 CloseKvStore(kvDelegatePtrS3, STORE_ID_3);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/ |
H A D | distributeddb_nb_test_tools.h | 111 const static DBParameters g_dbParameter3(DistributedDBDataGenerator::STORE_ID_3, 127 const static DBParameters g_dbParameter3_2_1(DistributedDBDataGenerator::STORE_ID_3,
|
H A D | distributed_test_tools.h | 76 const static KvDBParameters g_kvdbParameter3(DistributedDBDataGenerator::STORE_ID_3,
|
H A D | distributeddb_data_generator.h | 333 const std::string STORE_ID_3 = "STORE_ID_3"; variable
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/ |
H A D | distributeddb_nb_create_test.cpp | 439 manager[INDEX_SECOND]->GetKvStore(STORE_ID_3, option, Nbfunction[INDEX_SECOND]); 1240 EXPECT_EQ(manager[INDEX_SECOND]->DeleteKvStore(STORE_ID_3), OK); 1723 EXPECT_EQ(manager3->DeleteKvStore(STORE_ID_3), OK); in RunDbRekeyThree()
|
H A D | distributeddb_nb_backup_test.cpp | 730 EXPECT_EQ(localManager->DeleteKvStore(STORE_ID_3), OK); 1065 std::string storeId[] = {STORE_ID_2, STORE_ID_3, STORE_ID_4, STORE_ID_5, STORE_ID_6}; in NbSubImportThread()
|
H A D | distributeddb_kv_create_test.cpp | 1321 EXPECT_EQ(manager[INDEX_SECOND]->DeleteKvStore(STORE_ID_3), OK); 1763 EXPECT_TRUE(manager3->DeleteKvStore(STORE_ID_3) == OK); in RunDbRekeyThree()
|
H A D | distributeddb_kv_backup_test.cpp | 1015 std::string storeId[] = {STORE_ID_2, STORE_ID_3, STORE_ID_4, STORE_ID_5, STORE_ID_6}; in KvSubImportThread()
|
H A D | distributeddb_nb_cursor_testcase.cpp | 2061 EXPECT_EQ(managers[operCnt]->DeleteKvStore(STORE_ID_3), OK); in ResultSetDb027()
|
H A D | distributeddb_nb_observer_test.cpp | 1974 vector<string> storeIds = { STORE_ID_2, STORE_ID_3 };
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/communicator/ |
H A D | distributeddb_communicator_test.cpp | 1323 dbInfo.storeId = STORE_ID_3;
|