Home
last modified time | relevance | path

Searched defs:apState (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_controller/
H A Dsoftap_manager_state_machine_test.cpp100 WifiOprMidState apState = WifiConfigCenter::GetInstance().GetApMidState(0); in HandleStartInIdleStateTest() local
110 WifiOprMidState apState = WifiConfigCenter::GetInstance().GetApMidState(0); in StopSoftapTest() local
H A Dwifi_service_scheduler_test.cpp93 WifiOprMidState apState = WifiConfigCenter::GetInstance().GetApMidState(0); in AutoStartApServiceTest() local
104 WifiOprMidState apState = WifiConfigCenter::GetInstance().GetApMidState(0); in AutoStopApServiceTest() local
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_controller/
H A Dsoftap_manager_state_machine.cpp215 WifiOprMidState apState = WifiConfigCenter::GetInstance().GetApMidState(mid); in StopSoftap() local
H A Dwifi_service_scheduler.cpp752 WifiOprMidState apState = WifiConfigCenter::GetInstance().GetApMidState(instId); in AutoStartApService() local
794 WifiOprMidState apState = WifiConfigCenter::GetInstance().GetApMidState(instId); in AutoStopApService() local
H A Dwifi_controller_state_machine.cpp856 WifiOprMidState apState = WifiConfigCenter::GetInstance().GetApMidState(id); in HandleSoftapToggleChangeInEnabledState() local
/ohos5.0/foundation/communication/wifi/wifi/utils/src/
H A Dwifi_hisysevent.cpp116 void WriteWifiOpenAndCloseFailedHiSysEvent(int operateType, std::string failReason, int apState) in WriteWifiOpenAndCloseFailedHiSysEvent()