Home
last modified time | relevance | path

Searched refs:GetWhetherToAllowNetworkSwitchover (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_scan/Mock/
H A Dmock_wifi_settings.h32 virtual bool GetWhetherToAllowNetworkSwitchover(int instId = 0) = 0;
48 MOCK_METHOD1(GetWhetherToAllowNetworkSwitchover, bool(int));
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_auto_connect_service_test.cpp402 …EXPECT_CALL(WifiSettings::GetInstance(), GetWhetherToAllowNetworkSwitchover(_)).WillOnce(Return(tr… in AutoSelectDeviceSuccess1()
437 EXPECT_CALL(WifiSettings::GetInstance(), GetWhetherToAllowNetworkSwitchover(_)) in AutoSelectDeviceSuccess3()
455 …EXPECT_CALL(WifiSettings::GetInstance(), GetWhetherToAllowNetworkSwitchover(_)).WillOnce(Return(fa… in AutoSelectDeviceFail1()
469 …EXPECT_CALL(WifiSettings::GetInstance(), GetWhetherToAllowNetworkSwitchover(_)).WillOnce(Return(tr… in AutoSelectDeviceFail2()
487 …EXPECT_CALL(WifiSettings::GetInstance(), GetWhetherToAllowNetworkSwitchover(_)).WillOnce(Return(tr… in AutoSelectDeviceFail3()
522 EXPECT_CALL(WifiSettings::GetInstance(), GetWhetherToAllowNetworkSwitchover(_)) in AutoSelectDeviceFail5()
539 EXPECT_CALL(WifiSettings::GetInstance(), GetWhetherToAllowNetworkSwitchover(_)) in AutoSelectDeviceFail6()
821 …EXPECT_CALL(WifiSettings::GetInstance(), GetWhetherToAllowNetworkSwitchover(_)).WillOnce(Return(tr… in AllowAutoSelectDeviceSuccess1()
845 …EXPECT_CALL(WifiSettings::GetInstance(), GetWhetherToAllowNetworkSwitchover(_)).WillOnce(Return(tr… in AllowAutoSelectDeviceSuccess3()
857 …EXPECT_CALL(WifiSettings::GetInstance(), GetWhetherToAllowNetworkSwitchover(_)).WillOnce(Return(tr… in AllowAutoSelectDeviceSuccess4()
[all …]
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/Mock/
H A Dmock_wifi_settings.h42 virtual bool GetWhetherToAllowNetworkSwitchover(int instId = 0) = 0;
119 MOCK_METHOD1(GetWhetherToAllowNetworkSwitchover, bool(int));
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_auto_connect_service.cpp474 if (!WifiSettings::GetInstance().GetWhetherToAllowNetworkSwitchover(m_instId)) { in AllowAutoSelectDevice()
508 if (!WifiSettings::GetInstance().GetWhetherToAllowNetworkSwitchover(m_instId)) { in AllowAutoSelectDevice()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/
H A Dwifi_settings_test.cpp204 WifiSettings::GetInstance().GetWhetherToAllowNetworkSwitchover(NETWORK_ID);
205 bool result = WifiSettings::GetInstance().GetWhetherToAllowNetworkSwitchover();
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/Mock/
H A Dmock_wifi_settings.h66 virtual bool GetWhetherToAllowNetworkSwitchover(int instId = 0) = 0;
236 MOCK_METHOD1(GetWhetherToAllowNetworkSwitchover, bool(int));
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/config/
H A Dwifi_settings.h247 bool GetWhetherToAllowNetworkSwitchover(int instId = 0);
H A Dwifi_settings.cpp1138 bool WifiSettings::GetWhetherToAllowNetworkSwitchover(int instId) in GetWhetherToAllowNetworkSwitchover() function in OHOS::Wifi::WifiSettings
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta_new/
H A Dsta_auto_connect_service_test.cpp256 …EXPECT_CALL(WifiSettings::GetInstance(), GetWhetherToAllowNetworkSwitchover(_)).WillOnce(Return(tr…
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_service.cpp1426 autoNetworkSelection = WifiSettings::GetInstance().GetWhetherToAllowNetworkSwitchover(m_instId); in AllowSystemTimerScan()