Home
last modified time | relevance | path

Searched refs:CMD_P2P_DISABLE (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dp2p_enabling_state.cpp55 case P2P_STATE_MACHINE_CMD::CMD_P2P_DISABLE: { in ExecuteStateMsg()
H A Dinvitation_request_state.cpp77 case P2P_STATE_MACHINE_CMD::CMD_P2P_DISABLE: { in ExecuteStateMsg()
H A Dp2p_disabled_state.cpp78 … p2pStateMachine.SendMessage(static_cast<int>(P2P_STATE_MACHINE_CMD::CMD_P2P_DISABLE)); in ExecuteStateMsg()
H A Dp2p_group_join_state.cpp72 case P2P_STATE_MACHINE_CMD::CMD_P2P_DISABLE: { in ExecuteStateMsg()
H A Dp2p_define.h92 CMD_P2P_DISABLE, enumerator
H A Dp2p_enabled_state.cpp62 p2pStateMachine.SendMessage(static_cast<int>(P2P_STATE_MACHINE_CMD::CMD_P2P_DISABLE)); in GoInState()
73 …mProcessFunMap.insert(std::make_pair(P2P_STATE_MACHINE_CMD::CMD_P2P_DISABLE, &P2pEnabledState::Pro… in Init()
H A Dp2p_group_operating_state.cpp67 …std::make_pair(P2P_STATE_MACHINE_CMD::CMD_P2P_DISABLE, &P2pGroupOperatingState::ProcessCmdDisable)… in Init()
H A Dgroup_formed_state.cpp80 … std::make_pair(P2P_STATE_MACHINE_CMD::CMD_P2P_DISABLE, &GroupFormedState::ProcessCmdDisable)); in Init()
H A Dwifi_p2p_service.cpp58 p2pStateMachine.SendMessage(static_cast<int>(P2P_STATE_MACHINE_CMD::CMD_P2P_DISABLE)); in DisableP2p()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/test/
H A Dp2p_enabling_state_test.cpp73 msg->SetMessageName(static_cast<int>(P2P_STATE_MACHINE_CMD::CMD_P2P_DISABLE));
H A Dp2p_disabling_state_test.cpp73 msg->SetMessageName(static_cast<int>(P2P_STATE_MACHINE_CMD::CMD_P2P_DISABLE));
H A Dp2p_disabled_state_test.cpp95 msg->SetMessageName(static_cast<int>(P2P_STATE_MACHINE_CMD::CMD_P2P_DISABLE));
H A Dinvitation_request_state_test.cpp105 msg->SetMessageName(static_cast<int>(P2P_STATE_MACHINE_CMD::CMD_P2P_DISABLE));
H A Dp2p_group_join_state_test.cpp123 msg->SetMessageName(static_cast<int>(P2P_STATE_MACHINE_CMD::CMD_P2P_DISABLE));
H A Dp2p_group_operating_state_test.cpp146 msg->SetMessageName(static_cast<int>(P2P_STATE_MACHINE_CMD::CMD_P2P_DISABLE));
H A Dgroup_formed_state_test.cpp167 msg->SetMessageName(static_cast<int>(P2P_STATE_MACHINE_CMD::CMD_P2P_DISABLE));
H A Dp2p_enabled_state_test.cpp117 msg->SetMessageName(static_cast<int>(P2P_STATE_MACHINE_CMD::CMD_P2P_DISABLE));