Home
last modified time | relevance | path

Searched refs:GetRemoteInterface (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/data/
H A Dlink_info_test.cpp107 EXPECT_EQ(info.GetRemoteInterface(), "");
109 EXPECT_EQ(info.GetRemoteInterface(), "chba0");
182 EXPECT_EQ(info2.GetRemoteInterface(), "chba0");
H A Dinner_link_test.cpp78 EXPECT_EQ(info.GetRemoteInterface(), "");
80 EXPECT_EQ(info.GetRemoteInterface(), "p2p0-1");
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/
H A Dlink_info.h78 std::string GetRemoteInterface() const;
H A Dinner_link.h103 std::string GetRemoteInterface() const;
H A Dinner_link.cpp138 std::string InnerLink::GetRemoteInterface() const in GetRemoteInterface() function in OHOS::SoftBus::InnerLink
H A Dlink_info.cpp145 std::string LinkInfo::GetRemoteInterface() const in GetRemoteInterface() function in OHOS::SoftBus::LinkInfo