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 D | network_interface_test.cpp | 164 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 D | mock_network_interface.cpp | 62 bool DelIpAddress(const std::string &interfaceName, const BaseAddress &IpAddress) in DelIpAddress() function 64 return MockNetworkInterface::GetInstance().DelIpAddress(interfaceName, IpAddress); in DelIpAddress()
|
H A D | mock_network_interface.h | 41 … 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 D | network_interface.cpp | 164 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 D | network_interface.h | 104 bool DelIpAddress(const std::string &interfaceName, const BaseAddress &ipAddress);
|