Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H A Ddhcp_server_service_impl_test.cpp128 EXPECT_EQ(DHCP_OPT_ERROR, pServerServiceImpl->DelSpecifiedInterface(ifname));
130 EXPECT_EQ(DHCP_E_SUCCESS, pServerServiceImpl->DelSpecifiedInterface(ifname));
131 EXPECT_EQ(DHCP_E_SUCCESS, pServerServiceImpl->DelSpecifiedInterface(ifname));
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/include/
H A Ddhcp_server_service_impl.h89 int DelSpecifiedInterface(const std::string& ifname);
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_server_service_impl.cpp341 if (DelSpecifiedInterface(ifname) != DHCP_OPT_SUCCESS) { in StopDhcpServer()
789 int DhcpServerServiceImpl::DelSpecifiedInterface(const std::string& ifname) in DelSpecifiedInterface() function in OHOS::DHCP::DhcpServerServiceImpl