Home
last modified time | relevance | path

Searched refs:DeleteMacInLease (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/dhcp/test/fuzztest/dhcpaddresspool_fuzzer/
H A Ddhcpaddresspool_fuzzer.cpp73 DeleteMacInLease(&pool, &binding); in DhcpAddressPoolFuzzTest()
74 DeleteMacInLease(nullptr, &binding); in DhcpAddressPoolFuzzTest()
75 DeleteMacInLease(&pool, nullptr); in DhcpAddressPoolFuzzTest()
/foundation/communication/dhcp/services/dhcp_server/include/
H A Ddhcp_address_pool.h75 int DeleteMacInLease(DhcpAddressPool *pool, AddressBinding *lease);
/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H A Ddhcp_address_pool_test.cpp469 EXPECT_EQ(RET_ERROR, DeleteMacInLease(nullptr, &lease)); in HWTEST_F()
470 EXPECT_EQ(RET_ERROR, DeleteMacInLease(&pool, nullptr)); in HWTEST_F()
471 EXPECT_EQ(RET_SUCCESS, DeleteMacInLease(&pool, &lease)); in HWTEST_F()
/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_address_pool.cpp565 int DeleteMacInLease(DhcpAddressPool *pool, AddressBinding *lease) in DeleteMacInLease() function
568 DHCP_LOGE("DeleteMacInLease pointer is null."); in DeleteMacInLease()
H A Ddhcp_s_server.cpp1026 DeleteMacInLease(&srvIns->addressPool, binding); in OnReceivedDiscover()

Completed in 7 milliseconds