Searched refs:IpAddressChange (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_ap/Mock/ |
H A D | mock_network_interface.cpp | 83 bool IpAddressChange(const std::string &interface, const BaseAddress &IpAddress, bool Action, bool … in IpAddressChange() function 85 return MockNetworkInterface::GetInstance().IpAddressChange(interface, IpAddress, Action, Dad); in IpAddressChange()
|
H A D | mock_network_interface.h | 47 …IpAddressChange, bool(const std::string &interface, const BaseAddress &IpAddress, bool Action, boo…
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/ |
H A D | network_interface.cpp | 155 if (!IpAddressChange(interfaceName, ipAddress, true)) { in AddIpAddress() 177 if (!IpAddressChange(interfaceName, ipAddress, false)) { in DelIpAddress() 319 bool NetworkInterface::IpAddressChange( in IpAddressChange() function in OHOS::Wifi::NetworkInterface
|
H A D | network_interface.h | 156 bool IpAddressChange(const std::string &interface, const BaseAddress &ipAddress, bool action, bool …
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/ |
H A D | libwifi_toolkit.map | 29 "*IpAddressChange*";
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/ |
H A D | network_interface_test.cpp | 191 EXPECT_FALSE(NetworkInterface::IpAddressChange("test", ipAddress, true, true));
|