Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/
H A Ddistributed_database_test.cpp27 class DistributedDatabaseTest : public testing::Test { class
45 void DistributedDatabaseTest::SetUp() in SetUp()
49 .OnInsert = std::bind(&DistributedDatabaseTest::OnInsert, in SetUp()
54 .OnUpdate = std::bind(&DistributedDatabaseTest::OnUpdate, in SetUp()
59 .OnDelete = std::bind(&DistributedDatabaseTest::OnDelete, in SetUp()
76 void DistributedDatabaseTest::TearDown() in TearDown()
92 void DistributedDatabaseTest::OnConnected(const std::string &deviceId) in OnConnected()
95 void DistributedDatabaseTest::OnDisconnected(const std::string &deviceId) in OnDisconnected()
103 HWTEST_F(DistributedDatabaseTest, PutToDistributedDB_00100, Function | SmallTest | Level1)
168 HWTEST_F(DistributedDatabaseTest, ClearDataByDevice_00100, Function | SmallTest | Level1)
[all …]