Searched refs:GetRemoteIpv4 (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/ |
H A D | inner_link.cpp | 65 …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 D | link_manager.cpp | 168 …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 D | inner_link.h | 112 std::string GetRemoteIpv4() const;
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/data/ |
H A D | inner_link_test.cpp | 90 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 D | p2p_connect_state.cpp | 110 goIpAddr = link.GetRemoteIpv4(); in CalculateGcIp()
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/ |
H A D | wifi_direct_manager.cpp | 323 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 D | p2p_v1_processor.cpp | 881 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()
|