Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/data/
H A Dinner_link_test.cpp159 EXPECT_EQ(info.IsProtected(), false);
161 EXPECT_EQ(info.IsProtected(), false);
163 EXPECT_EQ(info.IsProtected(), true);
166 EXPECT_EQ(info.IsProtected(), false);
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/
H A Dinner_link.h163 bool IsProtected() const;
H A Dinner_link.cpp393 bool InnerLink::IsProtected() const in IsProtected() function in OHOS::SoftBus::InnerLink