Home
last modified time | relevance | path

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 Dp2p_interface.cpp24 : p2pAuthorizingNegotiationRequestState(p2pStateMachine, groupManager, deviceMgr), in P2pInterface()
42 …p2pStateMachine(p2pMonitor, groupManager, deviceMgr, svrMgr, p2pAuthorizingNegotiationRequestState, in P2pInterface()
H A Dp2p_interface.h355 AuthorizingNegotiationRequestState p2pAuthorizingNegotiationRequestState; variable
H A Dprovision_discovery_state.cpp131 p2pStateMachine.SwitchState(&p2pStateMachine.p2pAuthorizingNegotiationRequestState); in ProcessProvDiscEnterPinEvt()
H A Dp2p_idle_state.cpp256 p2pStateMachine.SwitchState(&p2pStateMachine.p2pAuthorizingNegotiationRequestState); in ProcessNegotReqEvt()
278 p2pStateMachine.SwitchState(&p2pStateMachine.p2pAuthorizingNegotiationRequestState); in ProcessProvDiscShowPinEvt()
H A Dp2p_state_machine.h423 AuthorizingNegotiationRequestState &p2pAuthorizingNegotiationRequestState; variable
H A Dp2p_state_machine.cpp71 p2pAuthorizingNegotiationRequestState(authorizingNegotiationRequestState), in P2pStateMachine()
134 StatePlus(&p2pAuthorizingNegotiationRequestState, &p2pGroupFormationState); in Initialize()