Home
last modified time | relevance | path

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 Dp2p_disabled_state.cpp74 p2pStateMachine.SwitchState(&p2pStateMachine.p2pEnablingState); in ExecuteStateMsg()
77 p2pStateMachine.SwitchState(&p2pStateMachine.p2pEnablingState); in ExecuteStateMsg()
H A Dp2p_interface.cpp33 p2pEnablingState(p2pStateMachine, groupManager, deviceMgr), in P2pInterface()
44 p2pDefaultState, p2pDisabledState, p2pDisablingState, p2pEnabledState, p2pEnablingState, in P2pInterface()
H A Dp2p_interface.h364 P2pEnablingState p2pEnablingState; variable
H A Dp2p_state_machine.h432 P2pEnablingState &p2pEnablingState; variable
H A Dp2p_state_machine.cpp80 p2pEnablingState(enablingState), in P2pStateMachine()
123 StatePlus(&p2pEnablingState, &p2pDefaultState); in Initialize()