Searched refs:GetUserLastSelectedNetworkId (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/ |
H A D | sta_saved_device_appraisal_test.cpp | 143 …EXPECT_CALL(WifiConfigCenter::GetInstance(), GetUserLastSelectedNetworkId(_)).Times(AtLeast(1)).Wi… in SaveNetworkEvaluatorSuccess1() 169 …EXPECT_CALL(WifiConfigCenter::GetInstance(), GetUserLastSelectedNetworkId(_)).Times(AtLeast(1)).Wi… in SaveNetworkEvaluatorSuccess2() 192 …EXPECT_CALL(WifiConfigCenter::GetInstance(), GetUserLastSelectedNetworkId(_)).Times(AtLeast(1)).Wi… in SaveNetworkEvaluatorSuccess3() 212 …EXPECT_CALL(WifiConfigCenter::GetInstance(), GetUserLastSelectedNetworkId(_)).Times(AtLeast(0)).Wi… in SaveNetworkEvaluatorFail1() 230 …EXPECT_CALL(WifiConfigCenter::GetInstance(), GetUserLastSelectedNetworkId(_)).Times(AtLeast(1)).Wi… in AppraiseDeviceQualitySuccess1() 248 …EXPECT_CALL(WifiConfigCenter::GetInstance(), GetUserLastSelectedNetworkId(_)).Times(AtLeast(1)).Wi… in AppraiseDeviceQualitySuccess2() 266 …EXPECT_CALL(WifiConfigCenter::GetInstance(), GetUserLastSelectedNetworkId(_)).Times(AtLeast(1)).Wi… in AppraiseDeviceQualitySuccess3() 285 …EXPECT_CALL(WifiConfigCenter::GetInstance(), GetUserLastSelectedNetworkId(_)).Times(AtLeast(1)).Wi… in AppraiseDeviceQualitySuccess4() 293 …EXPECT_CALL(WifiConfigCenter::GetInstance(), GetUserLastSelectedNetworkId(_)).Times(AtLeast(1)).Wi… in AppraiseDeviceQualitySuccess4() 299 …EXPECT_CALL(WifiConfigCenter::GetInstance(), GetUserLastSelectedNetworkId(_)).Times(AtLeast(1)).Wi… in AppraiseDeviceQualitySuccess4() [all …]
|
H A D | network_selection_test.cpp | 42 …EXPECT_CALL(WifiConfigCenter::GetInstance(), GetUserLastSelectedNetworkId(_)).WillRepeatedly(Retur… 67 …EXPECT_CALL(WifiConfigCenter::GetInstance(), GetUserLastSelectedNetworkId(_)).WillRepeatedly(Retur… 92 …EXPECT_CALL(WifiConfigCenter::GetInstance(), GetUserLastSelectedNetworkId(_)).WillRepeatedly(Retur… 117 …EXPECT_CALL(WifiConfigCenter::GetInstance(), GetUserLastSelectedNetworkId(_)).WillRepeatedly(Retur… 143 …EXPECT_CALL(WifiConfigCenter::GetInstance(), GetUserLastSelectedNetworkId(_)).WillRepeatedly(Retur… 178 …EXPECT_CALL(WifiConfigCenter::GetInstance(), GetUserLastSelectedNetworkId(_)).WillRepeatedly(Retur… 213 …EXPECT_CALL(WifiConfigCenter::GetInstance(), GetUserLastSelectedNetworkId(_)).WillRepeatedly(Retur… 254 …EXPECT_CALL(WifiConfigCenter::GetInstance(), GetUserLastSelectedNetworkId(_)).WillRepeatedly(Retur… 293 …EXPECT_CALL(WifiConfigCenter::GetInstance(), GetUserLastSelectedNetworkId(_)).WillRepeatedly(Retur… 328 …EXPECT_CALL(WifiConfigCenter::GetInstance(), GetUserLastSelectedNetworkId(_)).WillRepeatedly(Retur… [all …]
|
H A D | sta_auto_connect_service_test.cpp | 473 …EXPECT_CALL(WifiConfigCenter::GetInstance(), GetUserLastSelectedNetworkId(_)).Times(AtLeast(0)).Wi… in AutoSelectDeviceFail2() 885 …EXPECT_CALL(WifiConfigCenter::GetInstance(), GetUserLastSelectedNetworkId(_)).Times(AtLeast(1)).Wi… in AllowAutoSelectDeviceFail2() 934 …EXPECT_CALL(WifiConfigCenter::GetInstance(), GetUserLastSelectedNetworkId(_)).Times(AtLeast(1)).Wi… in CurrentDeviceGoodEnoughSuccess() 966 EXPECT_CALL(WifiConfigCenter::GetInstance(), GetUserLastSelectedNetworkId(_)) in CurrentDeviceGoodEnoughFail2() 987 EXPECT_CALL(WifiConfigCenter::GetInstance(), GetUserLastSelectedNetworkId(_)) in CurrentDeviceGoodEnoughFail3() 1007 EXPECT_CALL(WifiConfigCenter::GetInstance(), GetUserLastSelectedNetworkId(_)) in CurrentDeviceGoodEnoughFail4() 1029 EXPECT_CALL(WifiConfigCenter::GetInstance(), GetUserLastSelectedNetworkId(_)) in CurrentDeviceGoodEnoughFail5()
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/Mock/ |
H A D | mock_wifi_config_center.h | 57 virtual int GetUserLastSelectedNetworkId(int instId = 0) = 0; 167 MOCK_METHOD1(GetUserLastSelectedNetworkId, int(int));
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/ |
H A D | sta_saved_device_appraisal.cpp | 144 …int userLastSelectedNetworkId = WifiConfigCenter::GetInstance().GetUserLastSelectedNetworkId(m_ins… in AppraiseDeviceQuality()
|
H A D | sta_auto_connect_service.cpp | 533 …int userLastSelectedNetworkId = WifiConfigCenter::GetInstance().GetUserLastSelectedNetworkId(m_ins… in CurrentDeviceGoodEnough()
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/network_select/ |
H A D | wifi_scorer_impl.cpp | 107 auto userLastSelectedNetworkId = WifiConfigCenter::GetInstance().GetUserLastSelectedNetworkId(); in IsRecentUserSelected()
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/Mock/ |
H A D | mock_wifi_settings.h | 61 virtual int GetUserLastSelectedNetworkId(int instId = 0) = 0; 231 MOCK_METHOD1(GetUserLastSelectedNetworkId, int(int));
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta_new/ |
H A D | sta_auto_connect_service_test.cpp | 270 EXPECT_CALL(WifiConfigCenter::GetInstance(), GetUserLastSelectedNetworkId(_))
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/config/ |
H A D | wifi_config_center.h | 124 int GetUserLastSelectedNetworkId(int instId = 0);
|
H A D | wifi_config_center.cpp | 378 int WifiConfigCenter::GetUserLastSelectedNetworkId(int instId) in GetUserLastSelectedNetworkId() function in OHOS::Wifi::WifiConfigCenter
|