Searched refs:GetSupportHwPnoFlag (Results 1 – 7 of 7) sorted by relevance
29 virtual bool GetSupportHwPnoFlag(int instId = 0) = 0;45 MOCK_METHOD1(GetSupportHwPnoFlag, bool(int));
241 bool state = WifiSettings::GetInstance().GetSupportHwPnoFlag(NETWORK_ID);243 bool result = WifiSettings::GetInstance().GetSupportHwPnoFlag();
269 bool GetSupportHwPnoFlag(int instId = 0);
1258 bool WifiSettings::GetSupportHwPnoFlag(int instId) in GetSupportHwPnoFlag() function in OHOS::Wifi::WifiSettings
76 EXPECT_CALL(WifiSettings::GetInstance(), GetSupportHwPnoFlag(_)).Times(AtLeast(1)); in InitScanServiceSuccess1()90 EXPECT_CALL(WifiSettings::GetInstance(), GetSupportHwPnoFlag(_)).Times(AtLeast(1)); in InitScanServiceSuccess2()
51 EXPECT_CALL(WifiSettings::GetInstance(), GetSupportHwPnoFlag(_)).Times(AtLeast(0)); in SetUp()
125 supportHwPnoFlag = WifiSettings::GetInstance().GetSupportHwPnoFlag(m_instId); in InitScanStateMachine()