Searched refs:GetRemoteBaseMac (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/ |
H A D | link_manager.cpp | 100 return link.second->GetRemoteBaseMac() == remoteMac; in ProcessIfPresent() 116 return link.second->GetRemoteBaseMac() == remoteMac; in ProcessIfAbsent() 168 …GetWifiDirectManager()->notifyOffline(link->GetRemoteBaseMac().c_str(), link->GetRemoteIpv4().c_st… in RemoveLink() 180 if (!remoteMac.empty() && remoteMac == value->GetRemoteBaseMac()) { in RemoveLink() 193 …GetWifiDirectManager()->notifyOffline(link->GetRemoteBaseMac().c_str(), link->GetRemoteIpv4().c_st… in RemoveLink() 219 …GetWifiDirectManager()->notifyOffline(link->GetRemoteBaseMac().c_str(), link->GetRemoteIpv4().c_st… in RemoveLinks() 236 info.remoteBaseMac = value->GetRemoteBaseMac(); in GetAllLinksBasicInfo() 246 …if (link->GetRemoteBaseMac() == remoteMac && link->GetState() == InnerLink::LinkState::CONNECTED) { in GetReuseLink()
|
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() 148 std::string InnerLink::GetRemoteBaseMac() const in GetRemoteBaseMac() function in OHOS::SoftBus::InnerLink 416 object["REMOTE_BASE_MAC"] = WifiDirectAnonymizeMac(GetRemoteBaseMac()); in Dump()
|
H A D | link_info.h | 132 std::string GetRemoteBaseMac() const;
|
H A D | inner_link.h | 106 std::string GetRemoteBaseMac() const;
|
H A D | link_info.cpp | 327 std::string LinkInfo::GetRemoteBaseMac() const in GetRemoteBaseMac() function in OHOS::SoftBus::LinkInfo
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/data/ |
H A D | link_info_test.cpp | 131 EXPECT_EQ(info.GetRemoteBaseMac(), ""); 133 EXPECT_EQ(info.GetRemoteBaseMac(), "01:02:03:04:05:ab"); 184 EXPECT_EQ(info2.GetRemoteBaseMac(), "06:05:04:03:02:01");
|
H A D | inner_link_test.cpp | 82 EXPECT_EQ(info.GetRemoteBaseMac(), ""); 84 EXPECT_EQ(info.GetRemoteBaseMac(), "AA:BB:CC:DD:EE:FF");
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/channel/ |
H A D | auth_negotiate_channel.cpp | 225 remoteDeviceId = msg.GetLinkInfo().GetRemoteBaseMac(); in OnAuthDataReceived() 261 remoteMac = innerLink.GetRemoteBaseMac(); in OnAuthDisconnected()
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/entity/ |
H A D | p2p_entity.cpp | 520 return item.address == link.GetRemoteBaseMac(); in UpdateInnerLink()
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/processor/ |
H A D | p2p_v1_processor.cpp | 279 remoteMac = link.GetRemoteBaseMac(); in RemoveLinkFromManager() 1803 goMac = link.GetRemoteBaseMac(); in GetGoMac() 2008 …(strcpy_s(sinkLink.remoteMac, sizeof(sinkLink.remoteMac), link.GetRemoteBaseMac().c_str()) == EOK); in GenerateSinkLink()
|