Home
last modified time | relevance | path

Searched defs:remoteMac (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/
H A Dlink_manager.cpp95 bool LinkManager::ProcessIfPresent(const std::string &remoteMac, const Handler &handler) in ProcessIfPresent()
111 bool LinkManager::ProcessIfAbsent(const std::string &remoteMac, const Handler &handler) in ProcessIfAbsent()
173 void LinkManager::RemoveLink(const std::string &remoteMac) in RemoveLink()
241 std::shared_ptr<InnerLink> LinkManager::GetReuseLink(const std::string &remoteMac) in GetReuseLink()
289 …d LinkManager::RefreshRelationShip(const std::string &remoteDeviceId, const std::string &remoteMac) in RefreshRelationShip()
H A Dinner_link.cpp31 InnerLink::InnerLink(const std::string &remoteMac) in InnerLink()
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/
H A Dwifi_direct_manager_test.cpp139 std::string remoteMac("28:11:05:5e:ee:d3"); variable
289 char remoteMac[macLen]; variable
315 std::string remoteMac("10:dc:b6:90:84:82"); variable
366 std::string remoteMac("10:dc:b6:90:84:82"); variable
423 std::string remoteMac("11:11:11:11:11:11"); variable
449 std::string remoteMac("11:11:11:11:11:11"); variable
H A Dwifi_direct_ip_manager_test.cpp114 std::string remoteMac("08:fb:ea:19:78:38"); variable
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/
H A Dwifi_direct_manager_virtual.c59 static bool IsDeviceOnline(const char *remoteMac) in IsDeviceOnline()
95 static void NotifyOnline(const char *remoteMac, const char *remoteIp, const char *remoteUuid, bool … in NotifyOnline()
103 static void NotifyOffline(const char *remoteMac, const char *remoteIp, const char *remoteUuid, cons… in NotifyOffline()
124 static void RefreshRelationShip(const char *remoteUuid, const char *remoteMac) in RefreshRelationShip()
H A Dwifi_direct_manager.cpp203 static void RefreshRelationShip(const char *remoteUuid, const char *remoteMac) in RefreshRelationShip()
279 static bool IsDeviceOnline(const char *remoteMac) in IsDeviceOnline()
391 …calAndRemoteMacByLocalIp(const char *localIp, char *localMac, size_t localMacSize, char *remoteMac, in GetLocalAndRemoteMacByLocalIp()
420 static void NotifyOnline(const char *remoteMac, const char *remoteIp, const char *remoteUuid, bool … in NotifyOnline()
433 static void NotifyOffline(const char *remoteMac, const char *remoteIp, const char *remoteUuid, cons… in NotifyOffline()
H A Dwifi_direct_ip_manager.cpp124 …td::string &interface, const Ipv4Info &local, const Ipv4Info &remote, const std::string &remoteMac) in ConfigIpv4()
145 …td::string &interface, const Ipv4Info &local, const Ipv4Info &remote, const std::string &remoteMac) in ReleaseIpv4()
H A Dwifi_direct_types.h108 char remoteMac[MAC_ADDR_STR_LEN]; member
170 char remoteMac[MAC_ADDR_STR_LEN]; member
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/data/
H A Dlink_manager_test.cpp90 std::string remoteMac("11:22:33:44:55:66"); variable
158 std::string remoteMac("127.0.0.93"); variable
180 std::string remoteMac("127.0.0.93"); variable
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/processor/
H A Dp2p_v1_processor.cpp292 std::string remoteMac; in ProcessDisconnectCommand() local
817 auto remoteMac = msg.GetLegacyP2pGcMac(); in ProcessConnectRequestAsGo() local
911 auto remoteMac = msg.GetLegacyP2pMac(); in ProcessConnectRequestAsGc() local
1143 auto remoteMac = msg.GetLegacyP2pMac(); in ProcessReuseRequest() local
1183 auto remoteMac = msg.GetLegacyP2pMac(); in ProcessReuseResponse() local
1420 auto remoteMac = msg.GetLegacyP2pMac(); in ProcessConnectResponseAsGo() local
1511 std::string remoteMac = msg.GetLegacyP2pMac(); in ProcessConnectResponseWithGcInfoAsNone() local
1523 auto remoteMac = msg.GetLegacyP2pMac(); in ProcessConnectResponseAtWaitAuthHandShake() local
1579 std::string remoteMac = msg.GetLegacyP2pMac(); in CreateGroup() local
1631 std::string remoteMac = msg.GetLegacyP2pMac(); in UpdateWhenConnectSuccess() local
[all …]
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/entity/
H A Dp2p_entity.cpp90 void P2pEntity::DisconnectLink(const std::string &remoteMac) in DisconnectLink()
160 static void SendClientJoinEvent(const std::string &remoteMac, int32_t result) in SendClientJoinEvent()
174 void P2pEntity::NotifyNewClientJoining(const std::string &remoteMac) in NotifyNewClientJoining()
199 void P2pEntity::CancelNewClientJoining(const std::string &remoteMac) in CancelNewClientJoining()
219 void P2pEntity::RemoveNewClientJoining(const std::string &remoteMac) in RemoveNewClientJoining()
H A Dp2p_connect_state.cpp105 std::string P2pConnectState::CalculateGcIp(const std::string &remoteMac) in CalculateGcIp()
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/processor/
H A Dp2p_v1_processor_test.cpp222 … EXPECT_CALL(mock, NotifyNewClientJoining(_)).WillRepeatedly([](const std::string &remoteMac) {}); in InjectEntityMock()
223 … EXPECT_CALL(mock, CancelNewClientJoining(_)).WillRepeatedly([](const std::string &remoteMac) {}); in InjectEntityMock()
559 …T_CALL(entityMock, NotifyNewClientJoining(_)).WillRepeatedly([this](const std::string &remoteMac) { in __anonaf3f7aee2002()
607 …T_CALL(entityMock, NotifyNewClientJoining(_)).WillRepeatedly([this](const std::string &remoteMac) { in __anonaf3f7aee2202()
882 …T_CALL(entityMock, NotifyNewClientJoining(_)).WillRepeatedly([this](const std::string &remoteMac) { in __anonaf3f7aee2902()
945 auto remoteMac = context_.Get(TestContextKey::REMOTE_MAC, std::string("")); variable
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/entity/
H A Dp2p_entity_test.cpp396 std::string remoteMac = "11:22:33:44:55:66"; variable
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/channel/
H A Dauth_negotiate_channel.cpp253 std::string remoteMac; in OnAuthDisconnected() local
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/heartbeat/
H A Dhb_fsm_test.cpp55 static bool IsDeviceOnline(const char *remoteMac) in IsDeviceOnline()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/include/
H A Dlnn_lane_interface.h197 char remoteMac[MAX_MAC_LEN]; member
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane_link/
H A Dlnn_lane_link_test.cpp103 const char *localIp, char *localMac, size_t localMacSize, char *remoteMac, size_t remoteMacSize) in GetLocalAndRemoteMacByLocalIp()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/src/
H A Dlnn_lane_test.cpp377 char *remoteMac, size_t remoteMacSize) in GetLocalAndRemoteMacByLocalIp()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_link_p2p.c92 char remoteMac[MAX_MAC_LEN]; member