Home
last modified time | relevance | path

Searched refs:p2pEnabledState (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dp2p_interface.cpp32 p2pEnabledState(p2pStateMachine, groupManager, deviceMgr), in P2pInterface()
44 p2pDefaultState, p2pDisabledState, p2pDisablingState, p2pEnabledState, p2pEnablingState, in P2pInterface()
H A Dp2p_state_machine.cpp79 p2pEnabledState(enabledState), in P2pStateMachine()
124 StatePlus(&p2pEnabledState, &p2pDefaultState); in Initialize()
125 StatePlus(&p2pIdleState, &p2pEnabledState); in Initialize()
126 StatePlus(&p2pGroupJoinState, &p2pEnabledState); in Initialize()
127 StatePlus(&p2pGroupOperatingState, &p2pEnabledState); in Initialize()
128 StatePlus(&p2pInvitingState, &p2pEnabledState); in Initialize()
132 StatePlus(&p2pGroupFormationState, &p2pEnabledState); in Initialize()
H A Dp2p_interface.h363 P2pEnabledState p2pEnabledState; variable
H A Dp2p_state_machine.h431 P2pEnabledState &p2pEnabledState; variable