Home
last modified time | relevance | path

Searched refs:AutoStopStaService (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_controller/
H A Dconcrete_manager_state_machine.cpp322 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()
H A Dwifi_service_scheduler.h44 ErrCode AutoStopStaService(int instId);
H A Dwifi_service_scheduler.cpp153 ErrCode WifiServiceScheduler::AutoStopStaService(int instId) in AutoStopStaService() function in OHOS::Wifi::WifiServiceScheduler
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_controller/
H A Dwifi_service_scheduler_test.cpp64 EXPECT_EQ(pWifiServiceScheduler->AutoStopStaService(0), WIFI_OPT_SUCCESS); in AutoStopStaServiceTest()