Home
last modified time | relevance | path

Searched refs:DelIpAddress (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/
H A Dnetwork_interface_test.cpp164 EXPECT_FALSE(NetworkInterface::DelIpAddress("test", address1));
166 EXPECT_TRUE(NetworkInterface::DelIpAddress("test", address2));
167 NetworkInterface::DelIpAddress("lo", address2);
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_ap/Mock/
H A Dmock_network_interface.cpp62 bool DelIpAddress(const std::string &interfaceName, const BaseAddress &IpAddress) in DelIpAddress() function
64 return MockNetworkInterface::GetInstance().DelIpAddress(interfaceName, IpAddress); in DelIpAddress()
H A Dmock_network_interface.h41 … MOCK_METHOD2(DelIpAddress, bool(const std::string &interfaceName, const BaseAddress &IpAddress));
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/
H A Dnetwork_interface.cpp164 bool NetworkInterface::DelIpAddress(const std::string &interfaceName, const BaseAddress &ipAddress) in DelIpAddress() function in OHOS::Wifi::NetworkInterface
195 ret &= DelIpAddress(interfaceName, ip4); in ClearAllIpAddress()
198 ret &= DelIpAddress(interfaceName, ip6); in ClearAllIpAddress()
H A Dnetwork_interface.h104 bool DelIpAddress(const std::string &interfaceName, const BaseAddress &ipAddress);