Home
last modified time | relevance | path

Searched refs:ClearAllIpAddress (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_ap/Mock/
H A Dmock_network_interface.cpp67 bool ClearAllIpAddress(const std::string &interfaceName) in ClearAllIpAddress() function
69 return MockNetworkInterface::GetInstance().ClearAllIpAddress(interfaceName); in ClearAllIpAddress()
H A Dmock_network_interface.h42 MOCK_METHOD1(ClearAllIpAddress, bool(const std::string &interfaceName));
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/
H A Dnetwork_interface_test.cpp178 EXPECT_FALSE(NetworkInterface::ClearAllIpAddress("test"));
179 NetworkInterface::ClearAllIpAddress("lo");
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/
H A Dlibwifi_toolkit.map8 "*ClearAllIpAddress*";
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/
H A Dnetwork_interface.h113 bool ClearAllIpAddress(const std::string &interfaceName);
H A Dnetwork_interface.cpp186 bool NetworkInterface::ClearAllIpAddress(const std::string &interfaceName) in ClearAllIpAddress() function in OHOS::Wifi::NetworkInterface
H A Ddhcpd_interface.cpp159 if (!NetworkInterface::ClearAllIpAddress(ifaceName)) { in StopDhcp()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_ap/
H A Dap_started_state_test.cpp253 …EXPECT_CALL(MockNetworkInterface::GetInstance(), ClearAllIpAddress(_)).WillRepeatedly(Return(true)…