Home
last modified time | relevance | path

Searched refs:tempPool (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.cpp431 DhcpAddressPool tempPool; variable
432 ASSERT_TRUE(memset_s(&tempPool, sizeof(DhcpAddressPool), 0, sizeof(DhcpAddressPool)) == EOK);
433 tempPool.fixedOptions.size = 100;
435 EXPECT_EQ(RET_SUCCESS, InitAddressPool(&tempPool, "test_if2", NULL));
437 FreeAddressPool(&tempPool);