Home
last modified time | relevance | path

Searched refs:P2pIdleState (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dp2p_idle_state.cpp27 int P2pIdleState::retryConnectCnt{0};
28 bool P2pIdleState::hasConnect{false};
29 P2pIdleState::P2pIdleState( in P2pIdleState() function in OHOS::Wifi::P2pIdleState
33 void P2pIdleState::GoInState() in GoInState()
46 void P2pIdleState::GoOutState() in GoOutState()
56 void P2pIdleState::Init() in Init()
80 &P2pIdleState::ProcessCmdHid2dCreateGroup)); in Init()
110 bool P2pIdleState::ProcessRemoveDevice(InternalMessagePtr msg) const in ProcessRemoveDevice()
120 bool P2pIdleState::RetryConnect(InternalMessagePtr msg) const in RetryConnect()
159 bool P2pIdleState::ProcessCmdConnect(InternalMessagePtr msg) const in ProcessCmdConnect()
[all …]
H A Dp2p_idle_state.h31 class P2pIdleState : public State {
32 FRIEND_GTEST(P2pIdleState);
40P2pIdleState(P2pStateMachine &stateMachine, WifiP2pGroupManager &groupMgr, WifiP2pDeviceManager &d…
47 ~P2pIdleState() = default;
182 using ProcessFun = bool (P2pIdleState::*)(InternalMessagePtr msg) const;
H A Dp2p_state_machine.h86 friend class P2pIdleState; variable
99 …ngState &, P2pGroupFormationState &, P2pGroupJoinState &, P2pGroupOperatingState &, P2pIdleState &,
436 P2pIdleState &p2pIdleState;
H A Dwifi_p2p_device_manager.h38 friend class P2pIdleState; variable
H A Dp2p_interface.h368 P2pIdleState p2pIdleState;
H A Dp2p_state_machine.cpp63 …P2pGroupOperatingState &groupOperatingState, P2pIdleState &idleState, P2pInvitingState &invitingSt… in P2pStateMachine()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/test/Mock/
H A Dmock_p2p_idle_state.h21 class MockP2pIdleState : public P2pIdleState {
25 : P2pIdleState(p2pStateMachine, groupManager, deviceManager) in MockP2pIdleState()
H A Dmock_p2p_state_machine.h30 …oupJoinState &groupJoinState, P2pGroupOperatingState &groupOperatingState, P2pIdleState &idleState, in MockP2pStateMachine()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/test/
H A Dp2p_idle_state_test.cpp45 …pP2pIdleState.reset(new P2pIdleState(pMockP2pPendant->GetP2pStateMachine(), groupManager, deviceMa… in SetUp()
111 std::unique_ptr<P2pIdleState> pP2pIdleState;