Home
last modified time | relevance | path

Searched refs:SetLegacyP2pCommandType (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/data/
H A Dnegotiate_message_test.cpp307 msg.SetLegacyP2pCommandType(LegacyCommandType::CMD_DISCONNECT_V1_REQ);
320 msg1.SetLegacyP2pCommandType(LegacyCommandType::CMD_CONN_V1_REQ);
399 msg.SetLegacyP2pCommandType(LegacyCommandType::CMD_INVALID);
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/processor/
H A Dp2p_v1_fuzz_helper.h39 message.SetLegacyP2pCommandType(value); in FuzzCommandType()
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/processor/
H A Dp2p_v1_processor.cpp875 response.SetLegacyP2pCommandType(LegacyCommandType::CMD_CONN_V1_RESP); in SendConnectResponseAsGo()
964 response.SetLegacyP2pCommandType(LegacyCommandType::CMD_CONN_V1_RESP); in SendConnectResponseAsNone()
986 response.SetLegacyP2pCommandType(LegacyCommandType::CMD_PC_GET_INTERFACE_INFO_RESP); in SendInterfaceInfoResponse()
1002 result.SetLegacyP2pCommandType(LegacyCommandType::CMD_CONN_V1_RESP); in SendNegotiateResult()
1020 result.SetLegacyP2pCommandType(LegacyCommandType::CMD_REUSE_REQ); in SendReuseRequest()
1034 response.SetLegacyP2pCommandType(LegacyCommandType::CMD_REUSE_RESP); in SendReuseResponse()
1050 request.SetLegacyP2pCommandType(LegacyCommandType::CMD_DISCONNECT_V1_REQ); in SendDisconnectRequest()
1064 request.SetLegacyP2pCommandType(LegacyCommandType::CMD_FORCE_DISCONNECT_V1_REQ); in SendForceDisconnectRequest()
1307 request.SetLegacyP2pCommandType(LegacyCommandType::CMD_CONN_V1_REQ); in SendConnectRequestAsNone()
1332 request.SetLegacyP2pCommandType(LegacyCommandType::CMD_CONN_V1_REQ); in SendConnectRequestAsGo()
[all …]
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/
H A Dnegotiate_message.h259 void SetLegacyP2pCommandType(LegacyCommandType value);
H A Dnegotiate_message.cpp727 void NegotiateMessage::SetLegacyP2pCommandType(LegacyCommandType value) in SetLegacyP2pCommandType() function in OHOS::SoftBus::NegotiateMessage