Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_sessionconn.c358 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 …]
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/include/
H A Dtrans_tcp_direct_sessionconn.h73 } TcpChannelInfo; typedef
124 TcpChannelInfo *CreateTcpChannelInfo(const ChannelInfo *channel);
126 int32_t TransAddTcpChannelInfo(TcpChannelInfo *info);
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/statistics/instant/
H A Dinstant_statistics.cpp237 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()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/
H A Dtrans_core_tcp_direct_test.cpp650 TcpChannelInfo *info = (TcpChannelInfo *)SoftBusCalloc(sizeof(TcpChannelInfo));
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/
H A Dtrans_channel_callback.c41 TcpChannelInfo *info = CreateTcpChannelInfo(channel); in TransAddTcpChannel()