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 D | p2p_idle_state.cpp | 27 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 D | p2p_idle_state.h | 31 class P2pIdleState : public State { 32 FRIEND_GTEST(P2pIdleState); 40 …P2pIdleState(P2pStateMachine &stateMachine, WifiP2pGroupManager &groupMgr, WifiP2pDeviceManager &d… 47 ~P2pIdleState() = default; 182 using ProcessFun = bool (P2pIdleState::*)(InternalMessagePtr msg) const;
|
H A D | p2p_state_machine.h | 86 friend class P2pIdleState; variable 99 …ngState &, P2pGroupFormationState &, P2pGroupJoinState &, P2pGroupOperatingState &, P2pIdleState &, 436 P2pIdleState &p2pIdleState;
|
H A D | wifi_p2p_device_manager.h | 38 friend class P2pIdleState; variable
|
H A D | p2p_interface.h | 368 P2pIdleState p2pIdleState;
|
H A D | p2p_state_machine.cpp | 63 …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 D | mock_p2p_idle_state.h | 21 class MockP2pIdleState : public P2pIdleState { 25 : P2pIdleState(p2pStateMachine, groupManager, deviceManager) in MockP2pIdleState()
|
H A D | mock_p2p_state_machine.h | 30 …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 D | p2p_idle_state_test.cpp | 45 …pP2pIdleState.reset(new P2pIdleState(pMockP2pPendant->GetP2pStateMachine(), groupManager, deviceMa… in SetUp() 111 std::unique_ptr<P2pIdleState> pP2pIdleState;
|