Home
last modified time | relevance | path

Searched refs:GetWifiSelfcureReset (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/Mock/
H A Dmock_wifi_config_center.h31 virtual bool GetWifiSelfcureReset() const = 0;
141 MOCK_CONST_METHOD0(GetWifiSelfcureReset, bool());
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/Mock/
H A Dmock_wifi_settings.h106 virtual bool GetWifiSelfcureReset() const = 0;
276 MOCK_CONST_METHOD0(GetWifiSelfcureReset, bool());
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sub_manage/
H A Dwifi_sta_manager.cpp194 if (WifiConfigCenter::GetInstance().GetWifiSelfcureReset()) { in IgnoreConnStateChange()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/config/
H A Dwifi_config_center.h52 bool GetWifiSelfcureReset() const;
H A Dwifi_config_center.cpp93 bool WifiConfigCenter::GetWifiSelfcureReset() const in GetWifiSelfcureReset() function in OHOS::Wifi::WifiConfigCenter
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dself_cure_state_machine_test.cpp107 EXPECT_CALL(WifiConfigCenter::GetInstance(), GetWifiSelfcureReset()).Times(AtLeast(0)); in ConnectedMonitorStateGoInStateSuccess()
1660 EXPECT_CALL(WifiConfigCenter::GetInstance(), GetWifiSelfcureReset()).Times(AtLeast(0)); in DisconnectedExeMsgSuccess0()
1671 …EXPECT_CALL(WifiConfigCenter::GetInstance(), GetWifiSelfcureReset()).Times(AtLeast(0)).WillOnce(Re… in HandleResetConnectNetworkTest()
1674 …EXPECT_CALL(WifiConfigCenter::GetInstance(), GetWifiSelfcureReset()).Times(AtLeast(0)).WillOnce(Re… in HandleResetConnectNetworkTest()
1701 EXPECT_CALL(WifiConfigCenter::GetInstance(), GetWifiSelfcureReset()).Times(AtLeast(0)); in HandleResetConnectNetworkTest2()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_controller/
H A Dwifi_service_scheduler.cpp704 if (!WifiConfigCenter::GetInstance().GetWifiSelfcureReset()) { in DispatchWifiCloseRes()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_self_cure/
H A Dself_cure_state_machine.cpp767 if (!WifiConfigCenter::GetInstance().GetWifiSelfcureReset() || in HandleResetConnectNetwork()