Searched refs:p2pEnablingState (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/ |
H A D | p2p_disabled_state.cpp | 74 p2pStateMachine.SwitchState(&p2pStateMachine.p2pEnablingState); in ExecuteStateMsg() 77 p2pStateMachine.SwitchState(&p2pStateMachine.p2pEnablingState); in ExecuteStateMsg()
|
H A D | p2p_interface.cpp | 33 p2pEnablingState(p2pStateMachine, groupManager, deviceMgr), in P2pInterface() 44 p2pDefaultState, p2pDisabledState, p2pDisablingState, p2pEnabledState, p2pEnablingState, in P2pInterface()
|
H A D | p2p_interface.h | 364 P2pEnablingState p2pEnablingState; variable
|
H A D | p2p_state_machine.h | 432 P2pEnablingState &p2pEnablingState; variable
|
H A D | p2p_state_machine.cpp | 80 p2pEnablingState(enablingState), in P2pStateMachine() 123 StatePlus(&p2pEnablingState, &p2pDefaultState); in Initialize()
|