Home
last modified time | relevance | path

Searched refs:GetRemoteIpv6 (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/
H A Dinner_link.cpp253 std::string InnerLink::GetRemoteIpv6() const in GetRemoteIpv6() function in OHOS::SoftBus::InnerLink
353 remoteIp = GetRemoteIpv6(); in GenerateLink()
420 object["REMOTE_IPV6"] = WifiDirectAnonymizeIp(GetRemoteIpv6()); in Dump()
H A Dlink_info.h141 std::string GetRemoteIpv6() const;
H A Dinner_link.h139 std::string GetRemoteIpv6() const;
H A Dlink_info.cpp357 std::string LinkInfo::GetRemoteIpv6() const in GetRemoteIpv6() function in OHOS::SoftBus::LinkInfo
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/
H A Dwifi_direct_manager.cpp330 if (innerLink.GetRemoteIpv6() == remoteIp) { in GetLocalIpByRemoteIpOnce()
371 if (innerLink.GetRemoteIpv4() == remoteIp || innerLink.GetRemoteIpv6() == remoteIp) { in GetRemoteUuidByIp()