Home
last modified time | relevance | path

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 Dmock_network_interface.cpp83 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 Dmock_network_interface.h47IpAddressChange, 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 Dnetwork_interface.cpp155 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 Dnetwork_interface.h156 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 Dlibwifi_toolkit.map29 "*IpAddressChange*";
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/
H A Dnetwork_interface_test.cpp191 EXPECT_FALSE(NetworkInterface::IpAddressChange("test", ipAddress, true, true));