Searched refs:GetUserLastSelectedNetworkTimeVal (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 | network_selection_test.cpp | 43 …EXPECT_CALL(WifiConfigCenter::GetInstance(), GetUserLastSelectedNetworkTimeVal(_)).WillRepeatedly(… 68 …EXPECT_CALL(WifiConfigCenter::GetInstance(), GetUserLastSelectedNetworkTimeVal(_)).WillRepeatedly(… 93 …EXPECT_CALL(WifiConfigCenter::GetInstance(), GetUserLastSelectedNetworkTimeVal(_)).WillRepeatedly(… 118 …EXPECT_CALL(WifiConfigCenter::GetInstance(), GetUserLastSelectedNetworkTimeVal(_)).WillRepeatedly(… 144 …EXPECT_CALL(WifiConfigCenter::GetInstance(), GetUserLastSelectedNetworkTimeVal(_)).WillRepeatedly(… 179 …EXPECT_CALL(WifiConfigCenter::GetInstance(), GetUserLastSelectedNetworkTimeVal(_)).WillRepeatedly(… 214 …EXPECT_CALL(WifiConfigCenter::GetInstance(), GetUserLastSelectedNetworkTimeVal(_)).WillRepeatedly(… 255 …EXPECT_CALL(WifiConfigCenter::GetInstance(), GetUserLastSelectedNetworkTimeVal(_)).WillRepeatedly(… 294 …EXPECT_CALL(WifiConfigCenter::GetInstance(), GetUserLastSelectedNetworkTimeVal(_)).WillRepeatedly(… 329 …EXPECT_CALL(WifiConfigCenter::GetInstance(), GetUserLastSelectedNetworkTimeVal(_)).WillRepeatedly(… [all …]
|
H A D | sta_saved_device_appraisal_test.cpp | 170 …EXPECT_CALL(WifiConfigCenter::GetInstance(), GetUserLastSelectedNetworkTimeVal(_)).Times(AtLeast(1… in SaveNetworkEvaluatorSuccess2() 193 …EXPECT_CALL(WifiConfigCenter::GetInstance(), GetUserLastSelectedNetworkTimeVal(_)).Times(AtLeast(1… in SaveNetworkEvaluatorSuccess3() 231 …EXPECT_CALL(WifiConfigCenter::GetInstance(), GetUserLastSelectedNetworkTimeVal(_)).Times(AtLeast(1… in AppraiseDeviceQualitySuccess1() 249 …EXPECT_CALL(WifiConfigCenter::GetInstance(), GetUserLastSelectedNetworkTimeVal(_)).Times(AtLeast(1… in AppraiseDeviceQualitySuccess2() 267 …EXPECT_CALL(WifiConfigCenter::GetInstance(), GetUserLastSelectedNetworkTimeVal(_)).Times(AtLeast(1… in AppraiseDeviceQualitySuccess3() 286 …EXPECT_CALL(WifiConfigCenter::GetInstance(), GetUserLastSelectedNetworkTimeVal(_)).Times(AtLeast(1… in AppraiseDeviceQualitySuccess4() 290 …EXPECT_CALL(WifiConfigCenter::GetInstance(), GetUserLastSelectedNetworkTimeVal(_)).Times(AtLeast(1… in AppraiseDeviceQualitySuccess4() 295 …EXPECT_CALL(WifiConfigCenter::GetInstance(), GetUserLastSelectedNetworkTimeVal(_)).Times(AtLeast(1… in AppraiseDeviceQualitySuccess4() 301 …EXPECT_CALL(WifiConfigCenter::GetInstance(), GetUserLastSelectedNetworkTimeVal(_)).Times(AtLeast(1… in AppraiseDeviceQualitySuccess4() 307 …EXPECT_CALL(WifiConfigCenter::GetInstance(), GetUserLastSelectedNetworkTimeVal(_)).Times(AtLeast(1… in AppraiseDeviceQualitySuccess4()
|
H A D | sta_auto_connect_service_test.cpp | 474 …EXPECT_CALL(WifiConfigCenter::GetInstance(), GetUserLastSelectedNetworkTimeVal(_)).Times(AtLeast(0… in AutoSelectDeviceFail2() 886 …EXPECT_CALL(WifiConfigCenter::GetInstance(), GetUserLastSelectedNetworkTimeVal(_)).Times(AtLeast(0… in AllowAutoSelectDeviceFail2() 935 …EXPECT_CALL(WifiConfigCenter::GetInstance(), GetUserLastSelectedNetworkTimeVal(_)).Times(AtLeast(1… in CurrentDeviceGoodEnoughSuccess()
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/Mock/ |
H A D | mock_wifi_config_center.h | 58 virtual time_t GetUserLastSelectedNetworkTimeVal(int instId = 0) = 0; 168 MOCK_METHOD1(GetUserLastSelectedNetworkTimeVal, time_t(int));
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/ |
H A D | sta_saved_device_appraisal.cpp | 146 …userLastSelectedNetworkTimeVal = WifiConfigCenter::GetInstance().GetUserLastSelectedNetworkTimeVal( in AppraiseDeviceQuality()
|
H A D | sta_auto_connect_service.cpp | 535 …userLastSelectedNetworkTimeVal = WifiConfigCenter::GetInstance().GetUserLastSelectedNetworkTimeVal( in CurrentDeviceGoodEnough()
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/network_select/ |
H A D | wifi_scorer_impl.cpp | 110 …erLastSelectedNetworkTimeVal = WifiConfigCenter::GetInstance().GetUserLastSelectedNetworkTimeVal(); in IsRecentUserSelected()
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/Mock/ |
H A D | mock_wifi_settings.h | 62 virtual time_t GetUserLastSelectedNetworkTimeVal(int instId = 0) = 0; 232 MOCK_METHOD1(GetUserLastSelectedNetworkTimeVal, time_t(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 | 272 EXPECT_CALL(WifiConfigCenter::GetInstance(), GetUserLastSelectedNetworkTimeVal(_))
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/config/ |
H A D | wifi_config_center.h | 126 time_t GetUserLastSelectedNetworkTimeVal(int instId = 0);
|
H A D | wifi_config_center.cpp | 388 time_t WifiConfigCenter::GetUserLastSelectedNetworkTimeVal(int instId) in GetUserLastSelectedNetworkTimeVal() function in OHOS::Wifi::WifiConfigCenter
|