Home
last modified time | relevance | path

Searched refs:GetRemoteIpv4 (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/
H A Dinner_link.cpp65 …if (!GetLocalIpv4().empty() && !GetRemoteIpv4().empty() && !GetRemoteBaseMac().empty() && !hasAnot… in ~InnerLink()
69 … GetLocalInterface(), Ipv4Info(GetLocalIpv4()), Ipv4Info(GetRemoteIpv4()), GetRemoteBaseMac()); in ~InnerLink()
168 std::string InnerLink::GetRemoteIpv4() const in GetRemoteIpv4() function in OHOS::SoftBus::InnerLink
350 remoteIp = GetRemoteIpv4(); in GenerateLink()
418 object["REMOTE_IPV4"] = WifiDirectAnonymizeIp(GetRemoteIpv4()); in Dump()
H A Dlink_manager.cpp168 …GetWifiDirectManager()->notifyOffline(link->GetRemoteBaseMac().c_str(), link->GetRemoteIpv4().c_st… in RemoveLink()
193 …GetWifiDirectManager()->notifyOffline(link->GetRemoteBaseMac().c_str(), link->GetRemoteIpv4().c_st… in RemoveLink()
219 …WifiDirectManager()->notifyOffline(link->GetRemoteBaseMac().c_str(), link->GetRemoteIpv4().c_str(), in RemoveLinks()
235 info.remoteIpv4 = value->GetRemoteIpv4(); in GetAllLinksBasicInfo()
H A Dinner_link.h112 std::string GetRemoteIpv4() const;
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/data/
H A Dinner_link_test.cpp90 EXPECT_EQ(info.GetRemoteIpv4(), "");
92 EXPECT_EQ(info.GetRemoteIpv4(), "10.0.0.1");
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/entity/
H A Dp2p_connect_state.cpp110 goIpAddr = link.GetRemoteIpv4(); in CalculateGcIp()
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/
H A Dwifi_direct_manager.cpp323 if (innerLink.GetRemoteIpv4() == remoteIp) { in GetLocalIpByRemoteIpOnce()
371 if (innerLink.GetRemoteIpv4() == remoteIp || innerLink.GetRemoteIpv6() == remoteIp) { in GetRemoteUuidByIp()
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/processor/
H A Dp2p_v1_processor.cpp881 response.SetLegacyP2pGcIp(link.GetRemoteIpv4()); in SendConnectResponseAsGo()
1341 request.SetLegacyP2pGcIp(link.GetRemoteIpv4()); in SendConnectRequestAsGo()
1775 auto ipv4Info = link.GetRemoteIpv4(); in ReuseLink()
2007 … (strcpy_s(sinkLink.remoteIp, sizeof(sinkLink.remoteIp), link.GetRemoteIpv4().c_str()) == EOK) && in GenerateSinkLink()