Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dhcp/services/dhcp_server/include/
H A Ddhcp_server_service_impl.h76 ErrCode DeleteLeaseFile(const std::string& ifname);
/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H A Ddhcp_server_service_impl_test.cpp186 EXPECT_EQ(DHCP_E_FAILED, pServerServiceImpl->DeleteLeaseFile(ifname));
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_server_service_impl.cpp840 ErrCode DhcpServerServiceImpl::DeleteLeaseFile(const std::string& ifname) in DeleteLeaseFile() function in OHOS::DHCP::DhcpServerServiceImpl