Home
last modified time | relevance | path

Searched refs:CMD_CANCEL_CONNECT (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dp2p_group_formation_state.cpp53 case P2P_STATE_MACHINE_CMD::CMD_CANCEL_CONNECT: { in ExecuteStateMsg()
H A Dp2p_inviting_state.cpp53 case P2P_STATE_MACHINE_CMD::CMD_CANCEL_CONNECT: { in ExecuteStateMsg()
H A Dp2p_define.h109 CMD_CANCEL_CONNECT, /* cancel connect */ enumerator
H A Dprovision_discovery_state.cpp66 … P2P_STATE_MACHINE_CMD::CMD_CANCEL_CONNECT, &ProvisionDiscoveryState::ProcessCmdCancelConnect)); in Init()
H A Dgroup_formed_state.cpp82 …std::make_pair(P2P_STATE_MACHINE_CMD::CMD_CANCEL_CONNECT, &GroupFormedState::ProcessCmdCancelConne… in Init()
H A Dwifi_p2p_service.cpp191 p2pStateMachine.SendMessage(static_cast<int>(P2P_STATE_MACHINE_CMD::CMD_CANCEL_CONNECT)); in P2pCancelConnect()
H A Dp2p_enabled_state.cpp113 …std::make_pair(P2P_STATE_MACHINE_CMD::CMD_CANCEL_CONNECT, &P2pEnabledState::ProcessCmdCancelConnec… in Init()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/test/
H A Dp2p_inviting_state_test.cpp78 msg->SetMessageName(static_cast<int>(P2P_STATE_MACHINE_CMD::CMD_CANCEL_CONNECT));
H A Dp2p_group_formation_state_test.cpp79 msg->SetMessageName(static_cast<int>(P2P_STATE_MACHINE_CMD::CMD_CANCEL_CONNECT));
H A Dprovision_discovery_state_test.cpp199 msg->SetMessageName(static_cast<int>(P2P_STATE_MACHINE_CMD::CMD_CANCEL_CONNECT));
H A Dgroup_formed_state_test.cpp320 msg->SetMessageName(static_cast<int>(P2P_STATE_MACHINE_CMD::CMD_CANCEL_CONNECT));
H A Dp2p_enabled_state_test.cpp472 msg->SetMessageName(static_cast<int>(P2P_STATE_MACHINE_CMD::CMD_CANCEL_CONNECT));