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 D | p2p_interface.cpp | 32 p2pEnabledState(p2pStateMachine, groupManager, deviceMgr), in P2pInterface() 44 p2pDefaultState, p2pDisabledState, p2pDisablingState, p2pEnabledState, p2pEnablingState, in P2pInterface()
|
H A D | p2p_state_machine.cpp | 79 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 D | p2p_interface.h | 363 P2pEnabledState p2pEnabledState; variable
|
H A D | p2p_state_machine.h | 431 P2pEnabledState &p2pEnabledState; variable
|