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 D | p2p_enabling_state.cpp | 24 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 D | p2p_enabling_state.h | 25 class P2pEnablingState : public State { 26 FRIEND_GTEST(P2pEnablingState); 34 P2pEnablingState(P2pStateMachine &, WifiP2pGroupManager &, WifiP2pDeviceManager &); 41 ~P2pEnablingState() = default;
|
H A D | p2p_state_machine.h | 82 friend class P2pEnablingState; variable 99 …P2pEnablingState &, P2pGroupFormationState &, P2pGroupJoinState &, P2pGroupOperatingState &, P2pId… 432 P2pEnablingState &p2pEnablingState;
|
H A D | wifi_p2p_device_manager.h | 34 friend class P2pEnablingState; variable
|
H A D | p2p_interface.h | 364 P2pEnablingState p2pEnablingState;
|
H A D | p2p_state_machine.cpp | 61 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 D | mock_p2p_enabling_state.h | 21 class MockP2pEnablingState : public P2pEnablingState { 25 : P2pEnablingState(p2pStateMachine, groupManager, deviceManager) in MockP2pEnablingState()
|
H A D | mock_p2p_state_machine.h | 29 …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 D | p2p_enabling_state_test.cpp | 40 … new P2pEnablingState(pMockP2pPendant->GetP2pStateMachine(), groupManager, deviceManager)); in SetUp() 50 std::unique_ptr<P2pEnablingState> pP2pEnablingState;
|