Home
last modified time | relevance | path

Searched refs:DeleteInterfaceAddress (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/
H A Dwifi_direct_ip_manager_test.cpp222 ret = ipManager.DeleteInterfaceAddress(interface, ipString, prefixLength);
227 ret = ipManager.DeleteInterfaceAddress(interface, ipString, prefixLength);
233 ret = ipManager.DeleteInterfaceAddress(interface, ipString, prefixLength);
240 ret = ipManager.DeleteInterfaceAddress(interface, ipString, prefixLength);
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/
H A Dwifi_direct_ip_manager.cpp156 if (DeleteInterfaceAddress(interface, localIpStr, local.GetPrefixLength()) != SOFTBUS_OK) { in ReleaseIpv4()
171 if (DeleteInterfaceAddress("chba0", ipStr, ipv4.GetPrefixLength()) != SOFTBUS_OK) { in ClearAllIpv4()
197 int32_t WifiDirectIpManager::DeleteInterfaceAddress( in DeleteInterfaceAddress() function in OHOS::SoftBus::WifiDirectIpManager
H A Dwifi_direct_ip_manager.h77 static int32_t DeleteInterfaceAddress(