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 D | negotiate_message_test.cpp | 161 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 D | link_info_test.cpp | 65 EXPECT_EQ(info.GetCenter20M(), 0); 67 EXPECT_EQ(info.GetCenter20M(), 5180); 185 EXPECT_EQ(info2.GetCenter20M(), 5180);
|
H A D | interface_info_test.cpp | 70 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 D | interface_info.h | 106 int GetCenter20M() const;
|
H A D | link_info.h | 87 int GetCenter20M() const;
|
H A D | link_info.cpp | 177 int LinkInfo::GetCenter20M() const in GetCenter20M() function in OHOS::SoftBus::LinkInfo
|
H A D | interface_info.cpp | 285 int InterfaceInfo::GetCenter20M() const in GetCenter20M() function in OHOS::SoftBus::InterfaceInfo
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/processor/ |
H A D | p2p_v1_processor.cpp | 1999 sinkLink.channelId = WifiDirectUtils::FrequencyToChannel(interface.GetCenter20M()); in GenerateSinkLink()
|