Home
last modified time | relevance | path

Searched refs:IsExistAddressForInterface (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/
H A Dnetwork_interface_test.cpp133 EXPECT_FALSE(NetworkInterface::IsExistAddressForInterface("test", address1));
134 EXPECT_FALSE(NetworkInterface::IsExistAddressForInterface("lo", address1));
136 NetworkInterface::IsExistAddressForInterface("lo", address2);
138 NetworkInterface::IsExistAddressForInterface("lo", address3);
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_ap/Mock/
H A Dmock_network_interface.cpp52 bool IsExistAddressForInterface(const std::string &interfaceName, const BaseAddress &address) in IsExistAddressForInterface() function
54 return MockNetworkInterface::GetInstance().IsExistAddressForInterface(interfaceName, address); in IsExistAddressForInterface()
H A Dmock_network_interface.h39 …MOCK_METHOD2(IsExistAddressForInterface, bool(const std::string &interfaceName, const BaseAddress …
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/
H A Dnetwork_interface.cpp116 bool NetworkInterface::IsExistAddressForInterface(const std::string &interfaceName, const BaseAddre… in IsExistAddressForInterface() function in OHOS::Wifi::NetworkInterface
148 if (IsExistAddressForInterface(interfaceName, ipAddress)) { in AddIpAddress()
171 if (!IsExistAddressForInterface(interfaceName, ipAddress)) { in DelIpAddress()
H A Dnetwork_interface.h85 bool IsExistAddressForInterface(const std::string &interfaceName, const BaseAddress &address);
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/
H A Dlibwifi_toolkit.map37 "*IsExistAddressForInterface*";