Home
last modified time | relevance | path

Searched refs:GetNetworkGateWay (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.cpp155 HWTEST_F(WifiDirectIpManagerTest, GetNetworkGateWay, TestSize.Level1)
160 int32_t ret = ipManager.GetNetworkGateWay(ipString, gateWay);
165 ret = ipManager.GetNetworkGateWay(ipString, gateWay);
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/
H A Dwifi_direct_ip_manager.cpp181 int32_t ret = GetNetworkGateWay(ipString, gateWay); in AddInterfaceAddress()
201 int32_t ret = GetNetworkGateWay(ipString, gateWay); in DeleteInterfaceAddress()
230 int32_t WifiDirectIpManager::GetNetworkGateWay(const std::string &ipString, std::string &gateWay) in GetNetworkGateWay() function in OHOS::SoftBus::WifiDirectIpManager
H A Dwifi_direct_ip_manager.h73 static int32_t GetNetworkGateWay(const std::string &ipString, std::string &gateWay);