Home
last modified time | relevance | path

Searched refs:p2pGroupFormedState (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dinvitation_request_state.cpp40 p2pStateMachine.SwitchState(&p2pStateMachine.p2pGroupFormedState); in GoInState()
63 p2pStateMachine.SwitchState(&p2pStateMachine.p2pGroupFormedState); in ExecuteStateMsg()
74 p2pStateMachine.SwitchState(&p2pStateMachine.p2pGroupFormedState); in ExecuteStateMsg()
79 p2pStateMachine.SwitchState(&p2pStateMachine.p2pGroupFormedState); in ExecuteStateMsg()
H A Dp2p_group_join_state.cpp64 p2pStateMachine.SwitchState(&p2pStateMachine.p2pGroupFormedState); in ExecuteStateMsg()
69 p2pStateMachine.SwitchState(&p2pStateMachine.p2pGroupFormedState); in ExecuteStateMsg()
74 p2pStateMachine.SwitchState(&p2pStateMachine.p2pGroupFormedState); in ExecuteStateMsg()
78 p2pStateMachine.SwitchState(&p2pStateMachine.p2pGroupFormedState); in ExecuteStateMsg()
H A Dp2p_interface.cpp25 p2pGroupFormedState(p2pStateMachine, groupManager, deviceMgr), in P2pInterface()
43p2pGroupFormedState, p2pGroupNegotiationState, p2pInvitationReceivedState, p2pInvitationRequestSta… in P2pInterface()
H A Dp2p_group_operating_state.cpp184 p2pStateMachine.SwitchState(&p2pStateMachine.p2pGroupFormedState); in ProcessGroupStartedEvt()
312 p2pStateMachine.SwitchState(&p2pStateMachine.p2pGroupFormedState); in ProcessCmdDeleteGroup()
H A Dp2p_interface.h356 GroupFormedState p2pGroupFormedState; variable
H A Dp2p_state_machine.h424 GroupFormedState &p2pGroupFormedState; variable
H A Dgroup_negotiation_state.cpp120 p2pStateMachine.SwitchState(&p2pStateMachine.p2pGroupFormedState); in ProcessGroupStartedEvt()
H A Dp2p_idle_state.cpp365 p2pStateMachine.SwitchState(&p2pStateMachine.p2pGroupFormedState); in ProcessGroupStartedEvt()
H A Dp2p_state_machine.cpp72 p2pGroupFormedState(groupFormedState), in P2pStateMachine()
136 StatePlus(&p2pGroupFormedState, &p2pGroupFormationState); in Initialize()