Searched refs:p2pDisabledState (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/ |
H A D | p2p_disabling_state.cpp | 47 p2pStateMachine.SwitchState(&p2pStateMachine.p2pDisabledState); in ExecuteStateMsg() 57 p2pStateMachine.SwitchState(&p2pStateMachine.p2pDisabledState); in ExecuteStateMsg()
|
H A D | p2p_enabling_state.cpp | 48 p2pStateMachine.SwitchState(&p2pStateMachine.p2pDisabledState); in ExecuteStateMsg() 57 p2pStateMachine.SwitchState(&p2pStateMachine.p2pDisabledState); in ExecuteStateMsg()
|
H A D | p2p_interface.cpp | 30 p2pDisabledState(p2pStateMachine, groupManager, deviceMgr, svrMgr), in P2pInterface() 44 p2pDefaultState, p2pDisabledState, p2pDisablingState, p2pEnabledState, p2pEnablingState, in P2pInterface()
|
H A D | p2p_interface.h | 361 P2pDisabledState p2pDisabledState; variable
|
H A D | p2p_state_machine.h | 429 P2pDisabledState &p2pDisabledState; variable
|
H A D | p2p_state_machine.cpp | 77 p2pDisabledState(disabledState), in P2pStateMachine() 121 StatePlus(&p2pDisabledState, &p2pDefaultState); in Initialize() 139 SetFirstState(&p2pDisabledState); in Initialize()
|