Searched refs:AutoStopStaService (Results 1 – 4 of 4) sorted by relevance
322 ErrCode ret = WifiServiceScheduler::GetInstance().AutoStopStaService(mid); in SwitchScanOnlyInConnectState()460 ErrCode ret = WifiServiceScheduler::GetInstance().AutoStopStaService(mid); in SwitchScanOnlyInSemiActiveState()549 ret = WifiServiceScheduler::GetInstance().AutoStopStaService(mid); in HandleStaStart()563 ret = WifiServiceScheduler::GetInstance().AutoStopStaService(mid); in HandleStaStart()583 ret = WifiServiceScheduler::GetInstance().AutoStopStaService(mid); in HandleStaSemiActive()595 ret = WifiServiceScheduler::GetInstance().AutoStopStaService(mid); in HandleStaSemiActive()688 ErrCode ret = WifiServiceScheduler::GetInstance().AutoStopStaService(mid); in CheckAndContinueToStopWifi()
44 ErrCode AutoStopStaService(int instId);
153 ErrCode WifiServiceScheduler::AutoStopStaService(int instId) in AutoStopStaService() function in OHOS::Wifi::WifiServiceScheduler
64 EXPECT_EQ(pWifiServiceScheduler->AutoStopStaService(0), WIFI_OPT_SUCCESS); in AutoStopStaServiceTest()