Searched refs:GetMinRssi2Dot4Ghz (Results 1 – 8 of 8) sorted by relevance
30 virtual int GetMinRssi2Dot4Ghz(int instId = 0) = 0;46 MOCK_METHOD1(GetMinRssi2Dot4Ghz, int(int));
64 virtual int GetMinRssi2Dot4Ghz(int instId = 0) = 0;141 MOCK_METHOD1(GetMinRssi2Dot4Ghz, int(int));
251 WifiSettings::GetInstance().GetMinRssi2Dot4Ghz(NETWORK_ID);252 int result = WifiSettings::GetInstance().GetMinRssi2Dot4Ghz();
125 virtual int GetMinRssi2Dot4Ghz(int instId = 0) = 0;294 MOCK_METHOD1(GetMinRssi2Dot4Ghz, int(int));
271 int GetMinRssi2Dot4Ghz(int instId = 0);
1268 int WifiSettings::GetMinRssi2Dot4Ghz(int instId) in GetMinRssi2Dot4Ghz() function in OHOS::Wifi::WifiSettings
194 EXPECT_CALL(WifiSettings::GetInstance(), GetMinRssi2Dot4Ghz(_)).Times(AtLeast(0)); in HandleInnerEventReportSuccess3()524 EXPECT_CALL(WifiSettings::GetInstance(), GetMinRssi2Dot4Ghz(_)); in BeginPnoScanSuccess1()665 EXPECT_CALL(WifiSettings::GetInstance(), GetMinRssi2Dot4Ghz(_)).Times(AtLeast(0)); in SystemScanProcessSuccess2()765 EXPECT_CALL(WifiSettings::GetInstance(), GetMinRssi2Dot4Ghz(_)).Times(AtLeast(0)); in RestartPnoScanTimeOutSuccess()772 EXPECT_CALL(WifiSettings::GetInstance(), GetMinRssi2Dot4Ghz(_)).Times(AtLeast(0)); in RestartPnoScanTimeOutFail()
947 pnoScanConfig.minRssi2Dot4Ghz = WifiSettings::GetInstance().GetMinRssi2Dot4Ghz(m_instId); in BeginPnoScan()