Searched refs:ChooseFrequency (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/processor/ |
H A D | p2p_v1_processor_test.cpp | 425 HWTEST_F(P2pV1ProcessorTest, ChooseFrequency, TestSize.Level1) 449 auto value = P2pV1Processor::ChooseFrequency(-1, gcChannels); 453 value = P2pV1Processor::ChooseFrequency(2417, gcChannels); 459 value = P2pV1Processor::ChooseFrequency(-1, gcChannels); 464 value = P2pV1Processor::ChooseFrequency(-1, gcChannels); 468 value = P2pV1Processor::ChooseFrequency(2417, gcChannels); 472 value = P2pV1Processor::ChooseFrequency(-1, gcChannels); 479 value = P2pV1Processor::ChooseFrequency(-1, gcChannels);
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/processor/ |
H A D | p2p_v1_processor.h | 132 static int ChooseFrequency(int gcFreq, const std::vector<int> &gcChannels);
|
H A D | p2p_v1_processor.cpp | 1559 …auto finalFrequency = ChooseFrequency(stationFrequency, WifiDirectUtils::StringToChannelList(chann… in CreateGroup() 1698 int P2pV1Processor::ChooseFrequency(int gcFreq, const std::vector<int> &gcChannels) in ChooseFrequency() function in OHOS::SoftBus::P2pV1Processor
|