Home
last modified time | relevance | path

Searched refs:P2pDisabledState (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_disabled_state.cpp25 P2pDisabledState::P2pDisabledState(P2pStateMachine &stateMachine, WifiP2pGroupManager &groupMgr, in P2pDisabledState() function in OHOS::Wifi::P2pDisabledState
34 void P2pDisabledState::GoInState() in GoInState()
54 void P2pDisabledState::GoOutState() in GoOutState()
59 bool P2pDisabledState::ExecuteStateMsg(InternalMessagePtr msg) in ExecuteStateMsg()
90 void P2pDisabledState::SetVendorFeatures() const in SetVendorFeatures()
H A Dp2p_disabled_state.h27 class P2pDisabledState : public State {
28 FRIEND_GTEST(P2pDisabledState);
36P2pDisabledState(P2pStateMachine &, WifiP2pGroupManager &, WifiP2pDeviceManager &, WifiP2pServiceM…
43 ~P2pDisabledState() = default;
H A Dp2p_state_machine.h79 friend class P2pDisabledState; variable
98 …InvitationRequestState &, P2pDefaultState &, P2pDisabledState &, P2pDisablingState &, P2pEnabledSt…
429 P2pDisabledState &p2pDisabledState;
H A Dwifi_p2p_device_manager.h31 friend class P2pDisabledState; variable
H A Dp2p_interface.h361 P2pDisabledState p2pDisabledState;
H A Dp2p_state_machine.cpp60 … P2pDefaultState &defaultState, P2pDisabledState &disabledState, P2pDisablingState &disablingState, in P2pStateMachine()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/test/Mock/
H A Dmock_p2p_disabled_state.h21 class MockP2pDisabledState : public P2pDisabledState {
25 : P2pDisabledState(p2pStateMachine, groupManager, deviceManager, serviceManager) in MockP2pDisabledState()
H A Dmock_p2p_state_machine.h28 … P2pDefaultState &defaultState, P2pDisabledState &disabledState, P2pDisablingState &disablingState, in MockP2pStateMachine()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/test/
H A Dp2p_disabled_state_test.cpp41 …new P2pDisabledState(pMockP2pPendant->GetP2pStateMachine(), groupManager, deviceManager, serviceMa… in SetUp()
52 std::unique_ptr<P2pDisabledState> pP2pDisabledState;