Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dp2p_group_operating_state.cpp119 p2pStateMachine.SwitchState(&p2pStateMachine.p2pIdleState); in ProcessCmdCreateGroup()
191 p2pStateMachine.SwitchState(&p2pStateMachine.p2pIdleState); in ProcessCreateGroupTimeOut()
227 p2pStateMachine.SwitchState(&p2pStateMachine.p2pIdleState); in ProcessGroupRemovedEvt()
272 p2pStateMachine.SwitchState(&p2pStateMachine.p2pIdleState); in ProcessCmdRemoveGroup()
289 p2pStateMachine.SwitchState(&p2pStateMachine.p2pIdleState); in ProcessCmdRemoveGroup()
315 p2pStateMachine.SwitchState(&p2pStateMachine.p2pIdleState); in ProcessCmdDeleteGroup()
360 p2pStateMachine.SwitchState(&p2pStateMachine.p2pIdleState); in ProcessCmdHid2dCreateGroup()
H A Dgroup_negotiation_state.cpp178 p2pStateMachine.SwitchState(&p2pStateMachine.p2pIdleState); in ProcessNegotFailEvt()
205 p2pStateMachine.SwitchState(&p2pStateMachine.p2pIdleState); in ProcessInvitationResultEvt()
216 p2pStateMachine.SwitchState(&p2pStateMachine.p2pIdleState); in ProcessGroupRemovedEvt()
242 p2pStateMachine.SwitchState(&p2pStateMachine.p2pIdleState); in ProcessCmdRemoveGroup()
H A Dprovision_discovery_state.cpp40 p2pStateMachine.SwitchState(&p2pStateMachine.p2pIdleState); in GoInState()
167 p2pStateMachine.SwitchState(&p2pStateMachine.p2pIdleState); in ProcessProvDiscFailEvt()
176 p2pStateMachine.SwitchState(&p2pStateMachine.p2pIdleState); in ProcessCmdCancelConnect()
H A Dp2p_interface.cpp37 p2pIdleState(p2pStateMachine, groupManager, deviceMgr), in P2pInterface()
45 … p2pGroupFormationState, p2pGroupJoinState, p2pGroupOperatingState, p2pIdleState, p2pInvitingState, in P2pInterface()
H A Dp2p_group_formation_state.cpp56 p2pStateMachine.SwitchState(&p2pStateMachine.p2pIdleState); in ExecuteStateMsg()
H A Dp2p_inviting_state.cpp56 p2pStateMachine.SwitchState(&p2pStateMachine.p2pIdleState); in ExecuteStateMsg()
H A Dp2p_enabling_state.cpp45 p2pStateMachine.SwitchState(&p2pStateMachine.p2pIdleState); in ExecuteStateMsg()
H A Dinvitation_received_state.cpp75 p2pStateMachine.SwitchState(&p2pStateMachine.p2pIdleState); in ExecuteStateMsg()
H A Dauthorizing_negotiation_request_state.cpp75 p2pStateMachine.SwitchState(&p2pStateMachine.p2pIdleState); in ExecuteStateMsg()
H A Dp2p_interface.h368 P2pIdleState p2pIdleState; variable
H A Dp2p_state_machine.h436 P2pIdleState &p2pIdleState; variable
H A Dp2p_state_machine.cpp84 p2pIdleState(idleState), in P2pStateMachine()
125 StatePlus(&p2pIdleState, &p2pEnabledState); in Initialize()
H A Dp2p_enabled_state.cpp557 p2pStateMachine.SwitchState(&p2pStateMachine.p2pIdleState); in ProcessExceptionTimeOut()