Home
last modified time | relevance | path

Searched refs:P2pEnabledState (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_enabled_state.cpp36 P2pEnabledState::P2pEnabledState(P2pStateMachine &stateMachine, WifiP2pGroupManager &groupMgr, in P2pEnabledState() function in OHOS::Wifi::P2pEnabledState
44 void P2pEnabledState::GoInState() in GoInState()
66 void P2pEnabledState::GoOutState() in GoOutState()
71 void P2pEnabledState::Init() in Init()
121 void P2pEnabledState::InitProcessMsg() in InitProcessMsg()
131 bool P2pEnabledState::ProcessCmdDisable(InternalMessagePtr msg) const in ProcessCmdDisable()
184 bool P2pEnabledState::ProcessCmdDiscPeer(InternalMessagePtr msg) const in ProcessCmdDiscPeer()
267 bool P2pEnabledState::ExecuteStateMsg(InternalMessagePtr msg) in ExecuteStateMsg()
285 bool P2pEnabledState::P2pConfigInitialization() in P2pConfigInitialization()
348 bool P2pEnabledState::P2pSettingsInitialization() in P2pSettingsInitialization()
[all …]
H A Dp2p_enabled_state.h27 class P2pEnabledState : public State {
28 FRIEND_GTEST(P2pEnabledState);
36P2pEnabledState(P2pStateMachine &stateMachine, WifiP2pGroupManager &groupMgr, WifiP2pDeviceManager…
43 ~P2pEnabledState() = default;
281 using ProcessFun = bool (P2pEnabledState::*)(InternalMessagePtr msg) const;
H A Dp2p_state_machine.h81 friend class P2pEnabledState; variable
98 …ationRequestState &, P2pDefaultState &, P2pDisabledState &, P2pDisablingState &, P2pEnabledState &,
431 P2pEnabledState &p2pEnabledState;
H A Dwifi_p2p_device_manager.h33 friend class P2pEnabledState; variable
H A Dp2p_interface.h363 P2pEnabledState p2pEnabledState;
H A Dp2p_state_machine.cpp61 P2pEnabledState &enabledState, P2pEnablingState &enablingState, in P2pStateMachine()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/test/Mock/
H A Dmock_p2p_enabled_state.h21 class MockP2pEnabledState : public P2pEnabledState {
25 : P2pEnabledState(p2pStateMachine, groupManager, deviceManager) in MockP2pEnabledState()
H A Dmock_p2p_state_machine.h29P2pEnabledState &enabledState, P2pEnablingState &enablingState, P2pGroupFormationState &groupForma… in MockP2pStateMachine()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/test/
H A Dp2p_enabled_state_test.cpp41 …pP2pEnabledState.reset(new P2pEnabledState(pMockP2pPendant->GetP2pStateMachine(), groupManager, de… in SetUp()
63 std::unique_ptr<P2pEnabledState> pP2pEnabledState;