Home
last modified time | relevance | path

Searched refs:INTERNAL_CONN_USER_ACCEPT (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/test/
H A Dauthorizing_negotiation_request_state_test.cpp88 msg->SetMessageName(static_cast<int>(P2P_STATE_MACHINE_CMD::INTERNAL_CONN_USER_ACCEPT));
99 msg->SetMessageName(static_cast<int>(P2P_STATE_MACHINE_CMD::INTERNAL_CONN_USER_ACCEPT));
H A Dinvitation_recelved_state_test.cpp85 msg->SetMessageName(static_cast<int>(P2P_STATE_MACHINE_CMD::INTERNAL_CONN_USER_ACCEPT));
H A Dp2p_group_join_state_test.cpp103 msg->SetMessageName(static_cast<int>(P2P_STATE_MACHINE_CMD::INTERNAL_CONN_USER_ACCEPT));
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dinvitation_received_state.cpp44 case P2P_STATE_MACHINE_CMD::INTERNAL_CONN_USER_ACCEPT: { in ExecuteStateMsg()
H A Dauthorizing_negotiation_request_state.cpp48 case P2P_STATE_MACHINE_CMD::INTERNAL_CONN_USER_ACCEPT: { in ExecuteStateMsg()
H A Dp2p_group_join_state.cpp46 case P2P_STATE_MACHINE_CMD::INTERNAL_CONN_USER_ACCEPT: { in ExecuteStateMsg()
H A Dp2p_define.h156 INTERNAL_CONN_USER_ACCEPT, // the user chooses to agree enumerator
H A Dp2p_state_machine.cpp761 sendMessage(static_cast<int>(P2P_STATE_MACHINE_CMD::INTERNAL_CONN_USER_ACCEPT), anyPin); in NotifyUserInvitationReceivedMessage()
768 SendMessage(static_cast<int>(P2P_STATE_MACHINE_CMD::INTERNAL_CONN_USER_ACCEPT), andMsg); in NotifyUserInvitationReceivedMessage()