Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H A Daddress_utils_test.cpp162 uint32_t testIp3= ParseIpAddr("192.168.100.120"); variable
163 EXPECT_TRUE(testIp3 != 0);
167 EXPECT_TRUE(IpInRange(testIp3, beginIp, endIp, testNetmask));
H A Ddhcp_address_pool_test.cpp390 uint32_t testIp3 = ParseIpAddr("192.168.100.103"); variable
391 ASSERT_TRUE(testIp3!= 0);
411 lease.ipAddress = testIp3;
425 EXPECT_TRUE(GetLease(&testPool, testIp3) == NULL);