Home
last modified time | relevance | path

Searched refs:RemoveReservedBinding (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/dhcp/services/dhcp_server/include/
H A Ddhcp_address_pool.h63 int RemoveReservedBinding(uint8_t macAddr[DHCP_HWADDR_LENGTH]);
/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H A Ddhcp_address_pool_test.cpp251 EXPECT_EQ(RET_FAILED, RemoveReservedBinding(testMac1)); in HWTEST_F()
255 EXPECT_EQ(RET_SUCCESS, RemoveReservedBinding(testMac2)); in HWTEST_F()
256 EXPECT_EQ(RET_FAILED, RemoveReservedBinding(testMac2)); in HWTEST_F()
257 EXPECT_EQ(RET_FAILED, RemoveReservedBinding(testMac3)); in HWTEST_F()
258 EXPECT_EQ(RET_FAILED, RemoveReservedBinding(testMac4)); in HWTEST_F()
/foundation/communication/dhcp/test/fuzztest/dhcpaddresspool_fuzzer/
H A Ddhcpaddresspool_fuzzer.cpp61 RemoveReservedBinding(&macAddr[0]); in DhcpAddressPoolFuzzTest()
/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_address_pool.cpp367 int RemoveReservedBinding(uint8_t macAddr[DHCP_HWADDR_LENGTH]) in RemoveReservedBinding() function

Completed in 4 milliseconds