Searched refs:TcpChannelInfo (Results 1 – 5 of 5) sorted by relevance
358 TcpChannelInfo *CreateTcpChannelInfo(const ChannelInfo *channel) in CreateTcpChannelInfo()363 TcpChannelInfo *tcpChannelInfo = (TcpChannelInfo *)SoftBusCalloc(sizeof(TcpChannelInfo)); in CreateTcpChannelInfo()397 int32_t TransAddTcpChannelInfo(TcpChannelInfo *info) in TransAddTcpChannelInfo()438 TcpChannelInfo *item = NULL; in TransTdcGetIpAndConnectTypeById()439 TcpChannelInfo *next = NULL; in TransTdcGetIpAndConnectTypeById()472 TcpChannelInfo *item = NULL; in TransDelTcpChannelInfoByChannelId()473 TcpChannelInfo *next = NULL; in TransDelTcpChannelInfoByChannelId()503 TcpChannelInfo *item = NULL; in TransTdcChannelInfoDeathCallback()504 TcpChannelInfo *next = NULL; in TransTdcChannelInfoDeathCallback()571 TcpChannelInfo *info = NULL; in IsTdcRecoveryTransLimit()[all …]
73 } TcpChannelInfo; typedef124 TcpChannelInfo *CreateTcpChannelInfo(const ChannelInfo *channel);126 int32_t TransAddTcpChannelInfo(TcpChannelInfo *info);
237 static std::string GetUdidByTcpChannelInfo(const TcpChannelInfo *conn) in GetUdidByTcpChannelInfo()250 static bool InstIsMatchTcpChannel(const InstantRemoteInfo *rInfo, const TcpChannelInfo *conn) in InstIsMatchTcpChannel()331 static void UpdateRemoteInfoByTcpChannelInfo(InstantRemoteInfo *remoteInfo, const TcpChannelInfo *c… in UpdateRemoteInfoByTcpChannelInfo()400 static void InstAddTcpChannelInfoToRemoteInfo(InstantRemoteInfo *remoteInfo, TcpChannelInfo *conn) in InstAddTcpChannelInfoToRemoteInfo()447 TcpChannelInfo *item = NULL; in InstUpdateRemoteInfoByTcpChannel()452 LIST_FOR_EACH_ENTRY(item, &tcpChannelInfoList->list, TcpChannelInfo, node) { in InstUpdateRemoteInfoByTcpChannel()
650 TcpChannelInfo *info = (TcpChannelInfo *)SoftBusCalloc(sizeof(TcpChannelInfo));
41 TcpChannelInfo *info = CreateTcpChannelInfo(channel); in TransAddTcpChannel()