Home
last modified time | relevance | path

Searched refs:GetIsClient (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/data/
H A Dlink_info_test.cpp43 EXPECT_EQ(info.GetIsClient(), false);
45 EXPECT_EQ(info.GetIsClient(), true);
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/
H A Dlink_info.h135 bool GetIsClient() const;
H A Dlink_info.cpp337 bool LinkInfo::GetIsClient() const in GetIsClient() function in OHOS::SoftBus::LinkInfo