Home
last modified time | relevance | path

Searched refs:P2pEnablingState (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_enabling_state.cpp24 P2pEnablingState::P2pEnablingState( in P2pEnablingState() function in OHOS::Wifi::P2pEnablingState
28 void P2pEnablingState::GoInState() in GoInState()
34 void P2pEnablingState::GoOutState() in GoOutState()
39 bool P2pEnablingState::ExecuteStateMsg(InternalMessagePtr msg) in ExecuteStateMsg()
H A Dp2p_enabling_state.h25 class P2pEnablingState : public State {
26 FRIEND_GTEST(P2pEnablingState);
34 P2pEnablingState(P2pStateMachine &, WifiP2pGroupManager &, WifiP2pDeviceManager &);
41 ~P2pEnablingState() = default;
H A Dp2p_state_machine.h82 friend class P2pEnablingState; variable
99P2pEnablingState &, P2pGroupFormationState &, P2pGroupJoinState &, P2pGroupOperatingState &, P2pId…
432 P2pEnablingState &p2pEnablingState;
H A Dwifi_p2p_device_manager.h34 friend class P2pEnablingState; variable
H A Dp2p_interface.h364 P2pEnablingState p2pEnablingState;
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_enabling_state.h21 class MockP2pEnablingState : public P2pEnablingState {
25 : P2pEnablingState(p2pStateMachine, groupManager, deviceManager) in MockP2pEnablingState()
H A Dmock_p2p_state_machine.h29 …P2pEnabledState &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_enabling_state_test.cpp40 … new P2pEnablingState(pMockP2pPendant->GetP2pStateMachine(), groupManager, deviceManager)); in SetUp()
50 std::unique_ptr<P2pEnablingState> pP2pEnablingState;