Searched refs:RefreshRelationShip (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/data/ |
H A D | link_manager_test.cpp | 176 HWTEST_F(LinkManagerTest, RefreshRelationShip, TestSize.Level1) 181 linkManager.RefreshRelationShip(remoteDeviceId, remoteMac); 187 linkManager.RefreshRelationShip(remoteDeviceId, remoteMac);
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/ |
H A D | wifi_direct_manager_virtual.c | 124 static void RefreshRelationShip(const char *remoteUuid, const char *remoteMac) in RefreshRelationShip() function 201 .refreshRelationShip = RefreshRelationShip,
|
H A D | wifi_direct_manager.cpp | 203 static void RefreshRelationShip(const char *remoteUuid, const char *remoteMac) in RefreshRelationShip() function 208 OHOS::SoftBus::LinkManager::GetInstance().RefreshRelationShip(remoteUuid, remoteMac); in RefreshRelationShip() 565 .refreshRelationShip = RefreshRelationShip,
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/ |
H A D | link_manager.h | 58 void RefreshRelationShip(const std::string &remoteDeviceId, const std::string &remoteMac);
|
H A D | link_manager.cpp | 289 void LinkManager::RefreshRelationShip(const std::string &remoteDeviceId, const std::string &remoteM… in RefreshRelationShip() function in OHOS::SoftBus::LinkManager
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/ |
H A D | wifi_direct_manager_test.cpp | 431 RefreshRelationShip(remoteUuid.c_str(), remoteMac.c_str()); 464 RefreshRelationShip(remoteUuid.c_str(), remoteMac.c_str());
|