Home
last modified time | relevance | path

Searched refs:STORE_ID_3 (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_data_generate_unit_test.h34 const std::string STORE_ID_3 = "distributed_db_test3"; variable
H A Ddistributeddb_auto_launch_test.cpp40 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 Ddistributeddb_cloud_kv_test.cpp661 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 Ddistributeddb_cloud_kv_syncer_test.cpp661 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 Ddistributeddb_nb_test_tools.h111 const static DBParameters g_dbParameter3(DistributedDBDataGenerator::STORE_ID_3,
127 const static DBParameters g_dbParameter3_2_1(DistributedDBDataGenerator::STORE_ID_3,
H A Ddistributed_test_tools.h76 const static KvDBParameters g_kvdbParameter3(DistributedDBDataGenerator::STORE_ID_3,
H A Ddistributeddb_data_generator.h333 const std::string STORE_ID_3 = "STORE_ID_3"; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_nb_create_test.cpp439 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 Ddistributeddb_nb_backup_test.cpp730 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 Ddistributeddb_kv_create_test.cpp1321 EXPECT_EQ(manager[INDEX_SECOND]->DeleteKvStore(STORE_ID_3), OK);
1763 EXPECT_TRUE(manager3->DeleteKvStore(STORE_ID_3) == OK); in RunDbRekeyThree()
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_cursor_testcase.cpp2061 EXPECT_EQ(managers[operCnt]->DeleteKvStore(STORE_ID_3), OK); in ResultSetDb027()
H A Ddistributeddb_nb_observer_test.cpp1974 vector<string> storeIds = { STORE_ID_2, STORE_ID_3 };
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/communicator/
H A Ddistributeddb_communicator_test.cpp1323 dbInfo.storeId = STORE_ID_3;