Searched refs:udpConnType (Results 1 – 6 of 6) sorted by relevance
54 return ((appInfo->udpConnType == UDP_CONN_TYPE_P2P) && in getCodeType()118 (void)GetJsonObjectNumberItem(msg, "UDP_CONN_TYPE", (int32_t *)&(appInfo->udpConnType)); in TransGetCommonUdpInfoFromJson()209 (void)AddNumberToJsonObject(msg, "UDP_CONN_TYPE", appInfo->udpConnType); in TransPackRequestUdpInfo()
551 if (appInfo->udpConnType == UDP_CONN_TYPE_WIFI) { in ParseRequestAppInfo()1007 appInfo->udpConnType = UDP_CONN_TYPE_WIFI; in PrepareAppInfoForUdpOpen()1016 appInfo->udpConnType = UDP_CONN_TYPE_P2P; in PrepareAppInfoForUdpOpen()
105 UdpConnType udpConnType; member
73 .udpConnType = UDP_CONN_TYPE_P2P,
856 appInfo->udpConnType = UDP_CONN_TYPE_WIFI;861 appInfo->udpConnType = UDP_CONN_TYPE_P2P;
81 appInfo->udpConnType = static_cast<UdpConnType>(*(reinterpret_cast<const int32_t *>(data))); in FillAppInfo()