Home
last modified time | relevance | path

Searched refs:GetCenter20M (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/data/
H A Dnegotiate_message_test.cpp161 EXPECT_EQ(msg.GetLinkInfo().GetCenter20M(), 0);
166 EXPECT_EQ(msg.GetLinkInfo().GetCenter20M(), 5180);
203 EXPECT_EQ(linkInfo1.GetCenter20M(), linkInfo2.GetCenter20M());
208 EXPECT_EQ(linkInfo1.GetCenter20M(), linkInfo2.GetCenter20M());
H A Dlink_info_test.cpp65 EXPECT_EQ(info.GetCenter20M(), 0);
67 EXPECT_EQ(info.GetCenter20M(), 5180);
185 EXPECT_EQ(info2.GetCenter20M(), 5180);
H A Dinterface_info_test.cpp70 EXPECT_EQ(info2.GetCenter20M(), 10);
114 EXPECT_EQ(info.GetCenter20M(), 0);
116 EXPECT_EQ(info.GetCenter20M(), 10);
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/
H A Dinterface_info.h106 int GetCenter20M() const;
H A Dlink_info.h87 int GetCenter20M() const;
H A Dlink_info.cpp177 int LinkInfo::GetCenter20M() const in GetCenter20M() function in OHOS::SoftBus::LinkInfo
H A Dinterface_info.cpp285 int InterfaceInfo::GetCenter20M() const in GetCenter20M() function in OHOS::SoftBus::InterfaceInfo
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/processor/
H A Dp2p_v1_processor.cpp1999 sinkLink.channelId = WifiDirectUtils::FrequencyToChannel(interface.GetCenter20M()); in GenerateSinkLink()