Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_multi_ver_p2p_sync_test.cpp64 MultiVerNaturalStoreConnection *g_connectionB; variable
203 if (g_connectionB != nullptr) { in TearDown()
204 g_connectionB->Close(); in TearDown()
206 g_connectionB = nullptr; in TearDown()
488 g_connectionB = GetConnection(g_config.dataDir, STORE_ID_B, errCode);
489 ASSERT_TRUE(g_connectionB != nullptr);
530 g_connectionB = GetConnection(g_config.dataDir, STORE_ID_B, errCode);
531 ASSERT_TRUE(g_connectionB != nullptr);
575 g_connectionB = GetConnection(g_config.dataDir, STORE_ID_B, errCode);
576 ASSERT_TRUE(g_connectionB != nullptr);
[all …]