Searched refs:p2pAuthorizingNegotiationRequestState (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/ |
H A D | p2p_interface.cpp | 24 : p2pAuthorizingNegotiationRequestState(p2pStateMachine, groupManager, deviceMgr), in P2pInterface() 42 …p2pStateMachine(p2pMonitor, groupManager, deviceMgr, svrMgr, p2pAuthorizingNegotiationRequestState, in P2pInterface()
|
H A D | p2p_interface.h | 355 AuthorizingNegotiationRequestState p2pAuthorizingNegotiationRequestState; variable
|
H A D | provision_discovery_state.cpp | 131 p2pStateMachine.SwitchState(&p2pStateMachine.p2pAuthorizingNegotiationRequestState); in ProcessProvDiscEnterPinEvt()
|
H A D | p2p_idle_state.cpp | 256 p2pStateMachine.SwitchState(&p2pStateMachine.p2pAuthorizingNegotiationRequestState); in ProcessNegotReqEvt() 278 p2pStateMachine.SwitchState(&p2pStateMachine.p2pAuthorizingNegotiationRequestState); in ProcessProvDiscShowPinEvt()
|
H A D | p2p_state_machine.h | 423 AuthorizingNegotiationRequestState &p2pAuthorizingNegotiationRequestState; variable
|
H A D | p2p_state_machine.cpp | 71 p2pAuthorizingNegotiationRequestState(authorizingNegotiationRequestState), in P2pStateMachine() 134 StatePlus(&p2pAuthorizingNegotiationRequestState, &p2pGroupFormationState); in Initialize()
|