/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/ |
H A D | link_manager.cpp | 95 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 D | inner_link.cpp | 31 InnerLink::InnerLink(const std::string &remoteMac) in InnerLink()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/ |
H A D | wifi_direct_manager_test.cpp | 139 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 D | wifi_direct_ip_manager_test.cpp | 114 std::string remoteMac("08:fb:ea:19:78:38"); variable
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/ |
H A D | wifi_direct_manager_virtual.c | 59 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 D | wifi_direct_manager.cpp | 203 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 D | wifi_direct_ip_manager.cpp | 124 …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 D | wifi_direct_types.h | 108 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 D | link_manager_test.cpp | 90 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 D | p2p_v1_processor.cpp | 292 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 D | p2p_entity.cpp | 90 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 D | p2p_connect_state.cpp | 105 std::string P2pConnectState::CalculateGcIp(const std::string &remoteMac) in CalculateGcIp()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/processor/ |
H A D | p2p_v1_processor_test.cpp | 222 … 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 D | p2p_entity_test.cpp | 396 std::string remoteMac = "11:22:33:44:55:66"; variable
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/channel/ |
H A D | auth_negotiate_channel.cpp | 253 std::string remoteMac; in OnAuthDisconnected() local
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/heartbeat/ |
H A D | hb_fsm_test.cpp | 55 static bool IsDeviceOnline(const char *remoteMac) in IsDeviceOnline()
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/include/ |
H A D | lnn_lane_interface.h | 197 char remoteMac[MAX_MAC_LEN]; member
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane_link/ |
H A D | lnn_lane_link_test.cpp | 103 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 D | lnn_lane_test.cpp | 377 char *remoteMac, size_t remoteMacSize) in GetLocalAndRemoteMacByLocalIp()
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/ |
H A D | lnn_lane_link_p2p.c | 92 char remoteMac[MAX_MAC_LEN]; member
|