Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_controller/
H A Dwifi_controller_state_machine.cpp785 ConcreteManagerRole presentRole; in HandleWifiToggleChangeInEnabledState() local
795 presentRole = pWifiControllerMachine->GetWifiRole(); in HandleWifiToggleChangeInEnabledState()
796 if (presentRole == ConcreteManagerRole::ROLE_UNKNOW) { in HandleWifiToggleChangeInEnabledState()
800 if (presentRole != ConcreteManagerRole::ROLE_CLIENT_STA) { in HandleWifiToggleChangeInEnabledState()
803 pWifiControllerMachine->SwitchRole(presentRole); in HandleWifiToggleChangeInEnabledState()
816 presentRole = pWifiControllerMachine->GetWifiRole(); in HandleWifiToggleChangeInEnabledState()
817 if (presentRole == ConcreteManagerRole::ROLE_UNKNOW) { in HandleWifiToggleChangeInEnabledState()
993 ConcreteManagerRole presentRole = GetWifiRole(); in HandleConcreteStop() local
994 MakeConcreteManager(presentRole, 0); in HandleConcreteStop()
1001 ConcreteManagerRole presentRole = GetWifiRole(); in HandleConcreteStop() local
[all …]