Searched refs:SetLegacyP2pCommandType (Results 1 – 5 of 5) sorted by relevance
307 msg.SetLegacyP2pCommandType(LegacyCommandType::CMD_DISCONNECT_V1_REQ);320 msg1.SetLegacyP2pCommandType(LegacyCommandType::CMD_CONN_V1_REQ);399 msg.SetLegacyP2pCommandType(LegacyCommandType::CMD_INVALID);
39 message.SetLegacyP2pCommandType(value); in FuzzCommandType()
875 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 …]
259 void SetLegacyP2pCommandType(LegacyCommandType value);
727 void NegotiateMessage::SetLegacyP2pCommandType(LegacyCommandType value) in SetLegacyP2pCommandType() function in OHOS::SoftBus::NegotiateMessage