Home
last modified time | relevance | path

Searched refs:inputPin (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dinvitation_received_state.cpp48 std::string inputPin; in ExecuteStateMsg() local
49 if (!msg->GetMessageObj(inputPin)) { in ExecuteStateMsg()
54 wpsPin.SetPin(inputPin); in ExecuteStateMsg()
H A Dauthorizing_negotiation_request_state.cpp52 std::string inputPin; in ExecuteStateMsg() local
53 if (!msg->GetMessageObj(inputPin)) { in ExecuteStateMsg()
58 wpsPin.SetPin(inputPin); in ExecuteStateMsg()
H A Dp2p_group_join_state.cpp50 std::string inputPin; in ExecuteStateMsg() local
51 if (!msg->GetMessageObj(inputPin)) { in ExecuteStateMsg()
56 wpsPin.SetPin(inputPin); in ExecuteStateMsg()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/test/
H A Dinvitation_recelved_state_test.cpp83 std::string inputPin; variable
84 msg->SetMessageObj(inputPin);
H A Dauthorizing_negotiation_request_state_test.cpp86 std::string inputPin; variable
87 msg->SetMessageObj(inputPin);
H A Dp2p_group_join_state_test.cpp104 std::string inputPin; variable
105 msg->SetMessageObj(inputPin);