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 D | p2p_group_operating_state.cpp | 119 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 D | group_negotiation_state.cpp | 178 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 D | provision_discovery_state.cpp | 40 p2pStateMachine.SwitchState(&p2pStateMachine.p2pIdleState); in GoInState() 167 p2pStateMachine.SwitchState(&p2pStateMachine.p2pIdleState); in ProcessProvDiscFailEvt() 176 p2pStateMachine.SwitchState(&p2pStateMachine.p2pIdleState); in ProcessCmdCancelConnect()
|
H A D | p2p_interface.cpp | 37 p2pIdleState(p2pStateMachine, groupManager, deviceMgr), in P2pInterface() 45 … p2pGroupFormationState, p2pGroupJoinState, p2pGroupOperatingState, p2pIdleState, p2pInvitingState, in P2pInterface()
|
H A D | p2p_group_formation_state.cpp | 56 p2pStateMachine.SwitchState(&p2pStateMachine.p2pIdleState); in ExecuteStateMsg()
|
H A D | p2p_inviting_state.cpp | 56 p2pStateMachine.SwitchState(&p2pStateMachine.p2pIdleState); in ExecuteStateMsg()
|
H A D | p2p_enabling_state.cpp | 45 p2pStateMachine.SwitchState(&p2pStateMachine.p2pIdleState); in ExecuteStateMsg()
|
H A D | invitation_received_state.cpp | 75 p2pStateMachine.SwitchState(&p2pStateMachine.p2pIdleState); in ExecuteStateMsg()
|
H A D | authorizing_negotiation_request_state.cpp | 75 p2pStateMachine.SwitchState(&p2pStateMachine.p2pIdleState); in ExecuteStateMsg()
|
H A D | p2p_interface.h | 368 P2pIdleState p2pIdleState; variable
|
H A D | p2p_state_machine.h | 436 P2pIdleState &p2pIdleState; variable
|
H A D | p2p_state_machine.cpp | 84 p2pIdleState(idleState), in P2pStateMachine() 125 StatePlus(&p2pIdleState, &p2pEnabledState); in Initialize()
|
H A D | p2p_enabled_state.cpp | 557 p2pStateMachine.SwitchState(&p2pStateMachine.p2pIdleState); in ProcessExceptionTimeOut()
|