Home
last modified time | relevance | path

Searched refs:p2pGroupOperatingState (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dgroup_formed_state.cpp172 p2pStateMachine.SwitchState(&p2pStateMachine.p2pGroupOperatingState); in ProcessGroupRemovedEvt()
207 p2pStateMachine.SwitchState(&p2pStateMachine.p2pGroupOperatingState); in ProcessCmdRemoveGroup()
214 p2pStateMachine.SwitchState(&p2pStateMachine.p2pGroupOperatingState); in ProcessCmdDeleteGroup()
220 p2pStateMachine.SwitchState(&p2pStateMachine.p2pGroupOperatingState); in ProcessCmdDisable()
268 p2pStateMachine.SwitchState(&p2pStateMachine.p2pGroupOperatingState); in ProcessDisconnectEvt()
H A Dp2p_idle_state.cpp285 p2pStateMachine.SwitchState(&p2pStateMachine.p2pGroupOperatingState); in ProcessCmdCreateGroup()
294 p2pStateMachine.SwitchState(&p2pStateMachine.p2pGroupOperatingState); in ProcessCmdRemoveGroup()
304 p2pStateMachine.SwitchState(&p2pStateMachine.p2pGroupOperatingState); in ProcessCmdDeleteGroup()
433 p2pStateMachine.SwitchState(&p2pStateMachine.p2pGroupOperatingState); in ProcessCmdHid2dCreateGroup()
H A Dp2p_interface.cpp36 p2pGroupOperatingState(p2pStateMachine, groupManager, deviceMgr), in P2pInterface()
45 … p2pGroupFormationState, p2pGroupJoinState, p2pGroupOperatingState, p2pIdleState, p2pInvitingState, in P2pInterface()
H A Dp2p_interface.h367 P2pGroupOperatingState p2pGroupOperatingState; variable
H A Dp2p_state_machine.cpp83 p2pGroupOperatingState(groupOperatingState), in P2pStateMachine()
127 StatePlus(&p2pGroupOperatingState, &p2pEnabledState); in Initialize()
137 StatePlus(&p2pGroupRemoveState, &p2pGroupOperatingState); in Initialize()
1288 p2pGroupOperatingState.SetEnhanceService(enhanceService); in SetEnhanceService()
H A Dp2p_state_machine.h435 P2pGroupOperatingState &p2pGroupOperatingState; variable
H A Dp2p_enabled_state.cpp263 p2pStateMachine.SwitchState(&p2pStateMachine.p2pGroupOperatingState); in ProcessCmdDeleteGroup()