Home
last modified time | relevance | path

Searched refs:CMD_REMOVE_GROUP (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dp2p_group_remove_state.cpp41 case P2P_STATE_MACHINE_CMD::CMD_REMOVE_GROUP: { in ExecuteStateMsg()
H A Dgroup_negotiation_state.cpp60 …std::make_pair(P2P_STATE_MACHINE_CMD::CMD_REMOVE_GROUP, &GroupNegotiationState::ProcessCmdRemoveGr… in Init()
129 p2pStateMachine.SendMessage(static_cast<int>(P2P_STATE_MACHINE_CMD::CMD_REMOVE_GROUP)); in DoDhcpInGroupStart()
H A Dp2p_define.h103 CMD_REMOVE_GROUP, enumerator
H A Dp2p_group_operating_state.cpp69 …std::make_pair(P2P_STATE_MACHINE_CMD::CMD_REMOVE_GROUP, &P2pGroupOperatingState::ProcessCmdRemoveG… in Init()
174 p2pStateMachine.SendMessage(static_cast<int>(P2P_STATE_MACHINE_CMD::CMD_REMOVE_GROUP)); in ProcessGroupStartedEvt()
H A Dp2p_idle_state.cpp72 … std::make_pair(P2P_STATE_MACHINE_CMD::CMD_REMOVE_GROUP, &P2pIdleState::ProcessCmdRemoveGroup)); in Init()
355 p2pStateMachine.SendMessage(static_cast<int>(P2P_STATE_MACHINE_CMD::CMD_REMOVE_GROUP)); in ProcessGroupStartedEvt()
H A Dgroup_formed_state.cpp56 …std::make_pair(P2P_STATE_MACHINE_CMD::CMD_REMOVE_GROUP, &GroupFormedState::ProcessCmdRemoveGroup)); in Init()
H A Dwifi_p2p_service.cpp152 p2pStateMachine.SendMessage(static_cast<int>(P2P_STATE_MACHINE_CMD::CMD_REMOVE_GROUP)); in RemoveGroup()
H A Dp2p_enabled_state.cpp676 p2pStateMachine.SendMessage(static_cast<int>(P2P_STATE_MACHINE_CMD::CMD_REMOVE_GROUP)); in ProcessCmdDecreaseSharedLink()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/test/
H A Dp2p_group_operating_state_test.cpp180 msg->SetMessageName(static_cast<int>(P2P_STATE_MACHINE_CMD::CMD_REMOVE_GROUP));
H A Dgroup_formed_state_test.cpp302 msg->SetMessageName(static_cast<int>(P2P_STATE_MACHINE_CMD::CMD_REMOVE_GROUP));
H A Dp2p_idle_state_test.cpp387 msg->SetMessageName(static_cast<int>(P2P_STATE_MACHINE_CMD::CMD_REMOVE_GROUP));