Home
last modified time | relevance | path

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

/foundation/communication/dhcp/services/dhcp_server/include/
H A Ddhcp_server_service_impl.h77 ErrCode DeleteLeaseFile(const std::string& ifname);
/foundation/communication/dhcp/test/fuzztest/dhcpserverimpl_fuzzer/
H A Ddhcpserverimpl_fuzzer.cpp123 pDhcpServerServiceImpl->DeleteLeaseFile(ifname); in DeleteLeaseFileTest()
/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H A Ddhcp_server_service_impl_test.cpp190 EXPECT_EQ(DHCP_E_FAILED, pServerServiceImpl->DeleteLeaseFile(ifname)); in HWTEST_F()
/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_server_service_impl.cpp862 ErrCode DhcpServerServiceImpl::DeleteLeaseFile(const std::string& ifname) in DeleteLeaseFile() function in OHOS::DHCP::DhcpServerServiceImpl
866 DHCP_LOGE("DeleteLeaseFile failed, dhcp leasefile:%{public}s no exist!", strFile.c_str()); in DeleteLeaseFile()
870 DHCP_LOGE("DeleteLeaseFile RemoveFile failed, leasefile:%{public}s", strFile.c_str()); in DeleteLeaseFile()
873 DHCP_LOGI("DeleteLeaseFile RemoveFile ok"); in DeleteLeaseFile()

Completed in 3 milliseconds