Searched refs:GetWifiSelfcureReset (Results 1 – 8 of 8) sorted by relevance
31 virtual bool GetWifiSelfcureReset() const = 0;141 MOCK_CONST_METHOD0(GetWifiSelfcureReset, bool());
106 virtual bool GetWifiSelfcureReset() const = 0;276 MOCK_CONST_METHOD0(GetWifiSelfcureReset, bool());
194 if (WifiConfigCenter::GetInstance().GetWifiSelfcureReset()) { in IgnoreConnStateChange()
52 bool GetWifiSelfcureReset() const;
93 bool WifiConfigCenter::GetWifiSelfcureReset() const in GetWifiSelfcureReset() function in OHOS::Wifi::WifiConfigCenter
107 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()
704 if (!WifiConfigCenter::GetInstance().GetWifiSelfcureReset()) { in DispatchWifiCloseRes()
767 if (!WifiConfigCenter::GetInstance().GetWifiSelfcureReset() || in HandleResetConnectNetwork()