Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_relational_ver_p2p_sync_test.cpp863 auto *syncInterfaceD = new (std::nothrow) VirtualSingleVerSyncDBInterface(); in SetUp() local
866 ASSERT_TRUE(syncInterfaceD != nullptr); in SetUp()
869 ASSERT_EQ(g_deviceD->Initialize(g_communicatorAggregator, syncInterfaceD), E_OK); in SetUp()