Searched refs:testPool (Results 1 – 1 of 1) sorted by relevance
49 FreeAddressPool(&testPool); in TearDown()75 testPool.netmask = 0; in ResetPollConfig()76 testPool.gateway = 0; in ResetPollConfig()77 testPool.serverId = 0; in ResetPollConfig()78 testPool.leaseTime = 0; in ResetPollConfig()81 DhcpAddressPool testPool; member in OHOS::DHCP::DhcpAddressPoolTest153 EXPECT_TRUE(testPool.distribue(&testPool, testMac1) == 0);158 EXPECT_EQ(assertAddr, testPool.distribue(&testPool, testMac1));160 EXPECT_EQ(assertAddr, testPool.distribue(&testPool, testMac2));162 EXPECT_EQ(assertAddr, testPool.distribue(&testPool, testMac3));[all …]