Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H A Ddhcp_address_pool_test.cpp49 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::DhcpAddressPoolTest
153 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 …]